Shades of Cement #8B785A
Tints of Cement #8B785A
RGB
CMYK
RGB Variations
Color information
#8B785A (or 0x8B785A) is known color: Cement. HEX triplet: 8B, 78 and 5A. RGB value is (139,120,90). Sum of RGB (Red+Green+Blue) = 139+120+90=349 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.83% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 139 - color contains mainly: red. Hex color #8B785A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B785A is #7487A5. Grayscale: #7A7A7A. Windows color (decimal): -7636902 or 5929099. OLE color: 5929099.
HSL color Cylindrical-coordinate representation of color #8B785A: hue angle of 36.73º 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 #8B785A is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 120 | 90 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.45 |
| HSL | 36.73º | 0.21% | 0.45% | - |
| HSV(B) | 36.73º | 0.35% | 0.55% | - |
| XYZ | 19.21 | 19.66 | 12.46 | - |
| YUV | 122.26 | 109.79 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 120 | 90 | 0 | 0.14 | 0.35 | 0.45 | 36.73 | 0.21 | 0.45 |
| Hex | 8B | 78 | 5A | 0 | E | 23 | 2D | 25 | 15 | 2D |
| Octal | 213 | 170 | 132 | 0 | 16 | 43 | 55 | 45 | 25 | 55 |
| Binary | 10001011 | 1111000 | 1011010 | 0 | 1110 | 100011 | 101101 | 100101 | 10101 | 101101 |
Color Harmonies of #8B785A
Complementary color
Monochromatic Colors of #8B785A
Black with #8B785A
Text Example
Text Example
White with #8B785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B785A; }
p { color: rgb(139,120,90); }
H1.HeaderClassName
{
color: #8B785A;
}
.AnyTagClassName
{
color: #8B785A;
}
</style>
background-color css
<style>
a { background-color: #8B785A; }
a { background-color: rgb(139,120,90); }
div.DivClassName
{
background-color: #8B785A;
}
.BgClassName
{
background-color: #8B785A;
}
</style>
border-color css
<style>
span { border-color: #8B785A; }
span { border-color: rgb(139,120,90); }
td.TdClassName
{
border-color: #8B785A;
}
.TagClassName
{
border-color: #8B785A;
}
</style>