Shades of Cement #8C775C
Tints of Cement #8C775C
RGB
CMYK
RGB Variations
Color information
#8C775C (or 0x8C775C) is known color: Cement. HEX triplet: 8C, 77 and 5C. RGB value is (140,119,92). Sum of RGB (Red+Green+Blue) = 140+119+92=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 140 - color contains mainly: red. Hex color #8C775C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C775C is #7388A3. Grayscale: #7A7A7A. Windows color (decimal): -7571620 or 6059916. OLE color: 6059916.
HSL color Cylindrical-coordinate representation of color #8C775C: hue angle of 33.75º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C775C is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 119 | 92 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.45 |
| HSL | 33.75º | 0.21% | 0.45% | - |
| HSV(B) | 33.75º | 0.34% | 0.55% | - |
| XYZ | 19.34 | 19.54 | 12.88 | - |
| YUV | 122.2 | 110.96 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 119 | 92 | 0 | 0.15 | 0.34 | 0.45 | 33.75 | 0.21 | 0.45 |
| Hex | 8C | 77 | 5C | 0 | F | 22 | 2D | 22 | 15 | 2D |
| Octal | 214 | 167 | 134 | 0 | 17 | 42 | 55 | 42 | 25 | 55 |
| Binary | 10001100 | 1110111 | 1011100 | 0 | 1111 | 100010 | 101101 | 100010 | 10101 | 101101 |
Color Harmonies of #8C775C
Complementary color
Monochromatic Colors of #8C775C
Black with #8C775C
Text Example
Text Example
White with #8C775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C775C; }
p { color: rgb(140,119,92); }
H1.HeaderClassName
{
color: #8C775C;
}
.AnyTagClassName
{
color: #8C775C;
}
</style>
background-color css
<style>
a { background-color: #8C775C; }
a { background-color: rgb(140,119,92); }
div.DivClassName
{
background-color: #8C775C;
}
.BgClassName
{
background-color: #8C775C;
}
</style>
border-color css
<style>
span { border-color: #8C775C; }
span { border-color: rgb(140,119,92); }
td.TdClassName
{
border-color: #8C775C;
}
.TagClassName
{
border-color: #8C775C;
}
</style>