HTML color codes for cement gray - hexadecimal + RGB

Discover all HTML codes for the color cement gray - hexadecimal, rgb, hsl, hsv, and cmyk, as well as different combinations, schemes, temperatures, hues, and types of cement gray color.

#7d8471

códigos del color cement gray

Complementary color of cement gray:

The complementary color of a color is the opposite of it on the color wheel (chromatic circle)

#787184

Monochromatic scheme of the color cement gray

#212717
#39402f
#535a48
#6f7663
#8c9380
#abb39f
#ccd3bf
#edf5e0

This scheme is based on the color cement gray and is composed of different hues, tones, and shades, both dark and light.

HTML and CSS codes for the color cement gray

formatcode
hex#7d8471
rgbrgb(125,132,113)
hslhsl(83,8%,49%)
cmykcmyk(6, 0, 15, 49)
hsvhsv(83, 15%, 52%)

What is the cement gray color in RGB format?

The cement gray color in RGB format is composed of (125 in the red channel), (132 in the green channel), and (113 in the blue channel).

What is the cement gray color in CMYK format?

It is composed of (6%) cyan, (0%) magenta, (15%) yellow, and (49%) black / key.

What is the composition of the cement gray color in HSL?

It is composed of (83°) hue, (8%) saturation, and (49%) lightness.

What is the cement gray color in HSV format?

The cement gray color in HSV format is composed of (83°) hue, (15%) saturation, and (52%) value.

Analogous scheme of the color cement gray

Analogous colors are obtained from the two closest colors within the color wheel.

#7f8773
#758773
#878573

Triadic scheme of the color cement gray

The triadic scheme is obtained from 3 colors equally spaced from each other within the color wheel

#7d8471
#717d84
#84717d

Tetradic scheme of the color cement gray

This color scheme is obtained by using two pairs of opposing colors on the color wheel in a rectangular shape.

#7d8471
#718481
#787184
#847173

Split complementary scheme of the color cement gray

This color scheme is obtained by using two pairs of opposing colors on the color wheel in a rectangular shape.

#7d8471
#71847c
#837184

Tints of the color cement gray

Tints are obtained from the base color cement gray up to reaching white, finding in between shades of pastel colors.

#7d8471
#979d8d
#b1b5aa
#cbcec6
#e5e6e3
#ffffff

Shades of the color cement gray

These shades are obtained from the base color cement gray up to reaching black.

#7d8471
#646a5a
#4b4f44
#32352d
#191a17
#000000

Check the contrast of the color cement gray.

You can now validate the contrast relationship of the color cement gray, whether using it as a background color or as a text color.

Change the text color.
Contrast ratio: 3.88

Contrast ratio test of the color cement gray as a background

Change the background color
Contrast ratio: 4.02

Contrast ratio test of the color cement gray as text.

How to implement the color cement gray in HTML and CSS

Here are examples of code to use the cement gray on your web page. Remember that you can implement the color in HTML using color codes such as hexadecimal, RGB, or HSL, and also directly with the color name written in English (as long as it is natively supported by HTML).

Background color cement gray in HTML - CSS.

To set the background color, you can use inline styles or apply them in a CSS stylesheet

<div style="background:#7d8471;"> Color cement gray as the background of a div.</div>
/* Color cement gray as the background of the body tag with CSS. */
body {
background: #7d8471;
}

To set the text color cement gray in HTML - CSS.

To set the text color, you can use inline styles or apply them in a CSS stylesheet.

<p style="color:#7d8471;"> Color cement gray as the text color.</p>
p {
color:#7d8471 ;
}

Here are more colors with all their codes