Shades of Cement #8B785C
Tints of Cement #8B785C
RGB
CMYK
RGB Variations
Color information
#8B785C (or 0x8B785C) is known color: Cement. HEX triplet: 8B, 78 and 5C. RGB value is (139,120,92). Sum of RGB (Red+Green+Blue) = 139+120+92=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 139 - color contains mainly: red. Hex color #8B785C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B785C is #7487A3. Grayscale: #7A7A7A. Windows color (decimal): -7636900 or 6060171. OLE color: 6060171.
HSL color Cylindrical-coordinate representation of color #8B785C: hue angle of 35.74º degrees, saturation: 0.2, 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 #8B785C is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 120 | 92 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.45 |
| HSL | 35.74º | 0.2% | 0.45% | - |
| HSV(B) | 35.74º | 0.34% | 0.55% | - |
| XYZ | 19.3 | 19.69 | 12.91 | - |
| YUV | 122.49 | 110.79 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 120 | 92 | 0 | 0.14 | 0.34 | 0.45 | 35.74 | 0.2 | 0.45 |
| Hex | 8B | 78 | 5C | 0 | E | 22 | 2D | 24 | 14 | 2D |
| Octal | 213 | 170 | 134 | 0 | 16 | 42 | 55 | 44 | 24 | 55 |
| Binary | 10001011 | 1111000 | 1011100 | 0 | 1110 | 100010 | 101101 | 100100 | 10100 | 101101 |
Color Harmonies of #8B785C
Complementary color
Monochromatic Colors of #8B785C
Black with #8B785C
Text Example
Text Example
White with #8B785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B785C; }
p { color: rgb(139,120,92); }
H1.HeaderClassName
{
color: #8B785C;
}
.AnyTagClassName
{
color: #8B785C;
}
</style>
background-color css
<style>
a { background-color: #8B785C; }
a { background-color: rgb(139,120,92); }
div.DivClassName
{
background-color: #8B785C;
}
.BgClassName
{
background-color: #8B785C;
}
</style>
border-color css
<style>
span { border-color: #8B785C; }
span { border-color: rgb(139,120,92); }
td.TdClassName
{
border-color: #8B785C;
}
.TagClassName
{
border-color: #8B785C;
}
</style>