Shades of Cement #8C755B
Tints of Cement #8C755B
RGB
CMYK
RGB Variations
Color information
#8C755B (or 0x8C755B) is known color: Cement. HEX triplet: 8C, 75 and 5B. RGB value is (140,117,91). Sum of RGB (Red+Green+Blue) = 140+117+91=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 140 - color contains mainly: red. Hex color #8C755B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C755B is #738AA4. Grayscale: #797979. Windows color (decimal): -7572133 or 5993868. OLE color: 5993868.
HSL color Cylindrical-coordinate representation of color #8C755B: hue angle of 31.84º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8C755B is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 117 | 91 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.45 |
| HSL | 31.84º | 0.21% | 0.45% | - |
| HSV(B) | 31.84º | 0.35% | 0.55% | - |
| XYZ | 19.06 | 19.05 | 12.57 | - |
| YUV | 120.91 | 111.12 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 117 | 91 | 0 | 0.16 | 0.35 | 0.45 | 31.84 | 0.21 | 0.45 |
| Hex | 8C | 75 | 5B | 0 | 10 | 23 | 2D | 20 | 15 | 2D |
| Octal | 214 | 165 | 133 | 0 | 20 | 43 | 55 | 40 | 25 | 55 |
| Binary | 10001100 | 1110101 | 1011011 | 0 | 10000 | 100011 | 101101 | 100000 | 10101 | 101101 |
Color Harmonies of #8C755B
Complementary color
Monochromatic Colors of #8C755B
Black with #8C755B
Text Example
Text Example
White with #8C755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C755B; }
p { color: rgb(140,117,91); }
H1.HeaderClassName
{
color: #8C755B;
}
.AnyTagClassName
{
color: #8C755B;
}
</style>
background-color css
<style>
a { background-color: #8C755B; }
a { background-color: rgb(140,117,91); }
div.DivClassName
{
background-color: #8C755B;
}
.BgClassName
{
background-color: #8C755B;
}
</style>
border-color css
<style>
span { border-color: #8C755B; }
span { border-color: rgb(140,117,91); }
td.TdClassName
{
border-color: #8C755B;
}
.TagClassName
{
border-color: #8C755B;
}
</style>