Shades of Cement #8B785D
Tints of Cement #8B785D
RGB
CMYK
RGB Variations
Color information
#8B785D (or 0x8B785D) is known color: Cement. HEX triplet: 8B, 78 and 5D. RGB value is (139,120,93). Sum of RGB (Red+Green+Blue) = 139+120+93=352 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.49% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 139 - color contains mainly: red. Hex color #8B785D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B785D is #7487A2. Grayscale: #7A7A7A. Windows color (decimal): -7636899 or 6125707. OLE color: 6125707.
HSL color Cylindrical-coordinate representation of color #8B785D: hue angle of 35.22º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8B785D is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 120 | 93 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.45 |
| HSL | 35.22º | 0.2% | 0.45% | - |
| HSV(B) | 35.22º | 0.33% | 0.55% | - |
| XYZ | 19.34 | 19.71 | 13.14 | - |
| YUV | 122.6 | 111.29 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 120 | 93 | 0 | 0.14 | 0.33 | 0.45 | 35.22 | 0.2 | 0.45 |
| Hex | 8B | 78 | 5D | 0 | E | 21 | 2D | 23 | 14 | 2D |
| Octal | 213 | 170 | 135 | 0 | 16 | 41 | 55 | 43 | 24 | 55 |
| Binary | 10001011 | 1111000 | 1011101 | 0 | 1110 | 100001 | 101101 | 100011 | 10100 | 101101 |
Color Harmonies of #8B785D
Complementary color
Monochromatic Colors of #8B785D
Black with #8B785D
Text Example
Text Example
White with #8B785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B785D; }
p { color: rgb(139,120,93); }
H1.HeaderClassName
{
color: #8B785D;
}
.AnyTagClassName
{
color: #8B785D;
}
</style>
background-color css
<style>
a { background-color: #8B785D; }
a { background-color: rgb(139,120,93); }
div.DivClassName
{
background-color: #8B785D;
}
.BgClassName
{
background-color: #8B785D;
}
</style>
border-color css
<style>
span { border-color: #8B785D; }
span { border-color: rgb(139,120,93); }
td.TdClassName
{
border-color: #8B785D;
}
.TagClassName
{
border-color: #8B785D;
}
</style>