Shades of Cement #8B7759
Tints of Cement #8B7759
RGB
CMYK
RGB Variations
Color information
#8B7759 (or 0x8B7759) is known color: Cement. HEX triplet: 8B, 77 and 59. RGB value is (139,119,89). Sum of RGB (Red+Green+Blue) = 139+119+89=347 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.06% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7759 is #7488A6. Grayscale: #797979. Windows color (decimal): -7637159 or 5863307. OLE color: 5863307.
HSL color Cylindrical-coordinate representation of color #8B7759: hue angle of 36º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8B7759 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 119 | 89 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.45 |
| HSL | 36º | 0.22% | 0.45% | - |
| HSV(B) | 36º | 0.36% | 0.55% | - |
| XYZ | 19.05 | 19.4 | 12.19 | - |
| YUV | 121.56 | 109.63 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 119 | 89 | 0 | 0.14 | 0.36 | 0.45 | 36 | 0.22 | 0.45 |
| Hex | 8B | 77 | 59 | 0 | E | 24 | 2D | 24 | 16 | 2D |
| Octal | 213 | 167 | 131 | 0 | 16 | 44 | 55 | 44 | 26 | 55 |
| Binary | 10001011 | 1110111 | 1011001 | 0 | 1110 | 100100 | 101101 | 100100 | 10110 | 101101 |
Color Harmonies of #8B7759
Complementary color
Monochromatic Colors of #8B7759
Black with #8B7759
Text Example
Text Example
White with #8B7759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7759; }
p { color: rgb(139,119,89); }
H1.HeaderClassName
{
color: #8B7759;
}
.AnyTagClassName
{
color: #8B7759;
}
</style>
background-color css
<style>
a { background-color: #8B7759; }
a { background-color: rgb(139,119,89); }
div.DivClassName
{
background-color: #8B7759;
}
.BgClassName
{
background-color: #8B7759;
}
</style>
border-color css
<style>
span { border-color: #8B7759; }
span { border-color: rgb(139,119,89); }
td.TdClassName
{
border-color: #8B7759;
}
.TagClassName
{
border-color: #8B7759;
}
</style>