Shades of Cement #8C755C
Tints of Cement #8C755C
RGB
CMYK
RGB Variations
Color information
#8C755C (or 0x8C755C) is known color: Cement. HEX triplet: 8C, 75 and 5C. RGB value is (140,117,92). Sum of RGB (Red+Green+Blue) = 140+117+92=349 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.11% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 140 - color contains mainly: red. Hex color #8C755C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C755C is #738AA3. Grayscale: #797979. Windows color (decimal): -7572132 or 6059404. OLE color: 6059404.
HSL color Cylindrical-coordinate representation of color #8C755C: hue angle of 31.25º 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 #8C755C is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 117 | 92 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.45 |
| HSL | 31.25º | 0.21% | 0.45% | - |
| HSV(B) | 31.25º | 0.34% | 0.55% | - |
| XYZ | 19.11 | 19.07 | 12.8 | - |
| YUV | 121.03 | 111.62 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 117 | 92 | 0 | 0.16 | 0.34 | 0.45 | 31.25 | 0.21 | 0.45 |
| Hex | 8C | 75 | 5C | 0 | 10 | 22 | 2D | 1F | 15 | 2D |
| Octal | 214 | 165 | 134 | 0 | 20 | 42 | 55 | 37 | 25 | 55 |
| Binary | 10001100 | 1110101 | 1011100 | 0 | 10000 | 100010 | 101101 | 11111 | 10101 | 101101 |
Color Harmonies of #8C755C
Complementary color
Monochromatic Colors of #8C755C
Black with #8C755C
Text Example
Text Example
White with #8C755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C755C; }
p { color: rgb(140,117,92); }
H1.HeaderClassName
{
color: #8C755C;
}
.AnyTagClassName
{
color: #8C755C;
}
</style>
background-color css
<style>
a { background-color: #8C755C; }
a { background-color: rgb(140,117,92); }
div.DivClassName
{
background-color: #8C755C;
}
.BgClassName
{
background-color: #8C755C;
}
</style>
border-color css
<style>
span { border-color: #8C755C; }
span { border-color: rgb(140,117,92); }
td.TdClassName
{
border-color: #8C755C;
}
.TagClassName
{
border-color: #8C755C;
}
</style>