Shades of Cement #8B7656
Tints of Cement #8B7656
RGB
CMYK
RGB Variations
Color information
#8B7656 (or 0x8B7656) is known color: Cement. HEX triplet: 8B, 76 and 56. RGB value is (139,118,86). Sum of RGB (Red+Green+Blue) = 139+118+86=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 86 (33.98% from 255 or 25.07% from 343); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7656 is #7489A9. Grayscale: #787878. Windows color (decimal): -7637418 or 5666443. OLE color: 5666443.
HSL color Cylindrical-coordinate representation of color #8B7656: hue angle of 36.23º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B7656 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 118 | 86 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.45 |
| HSL | 36.23º | 0.24% | 0.44% | - |
| HSV(B) | 36.23º | 0.38% | 0.55% | - |
| XYZ | 18.81 | 19.12 | 11.5 | - |
| YUV | 120.63 | 108.46 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 118 | 86 | 0 | 0.15 | 0.38 | 0.45 | 36.23 | 0.24 | 0.44 |
| Hex | 8B | 76 | 56 | 0 | F | 26 | 2D | 24 | 18 | 2C |
| Octal | 213 | 166 | 126 | 0 | 17 | 46 | 55 | 44 | 30 | 54 |
| Binary | 10001011 | 1110110 | 1010110 | 0 | 1111 | 100110 | 101101 | 100100 | 11000 | 101100 |
Color Harmonies of #8B7656
Complementary color
Monochromatic Colors of #8B7656
Black with #8B7656
Text Example
Text Example
White with #8B7656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7656; }
p { color: rgb(139,118,86); }
H1.HeaderClassName
{
color: #8B7656;
}
.AnyTagClassName
{
color: #8B7656;
}
</style>
background-color css
<style>
a { background-color: #8B7656; }
a { background-color: rgb(139,118,86); }
div.DivClassName
{
background-color: #8B7656;
}
.BgClassName
{
background-color: #8B7656;
}
</style>
border-color css
<style>
span { border-color: #8B7656; }
span { border-color: rgb(139,118,86); }
td.TdClassName
{
border-color: #8B7656;
}
.TagClassName
{
border-color: #8B7656;
}
</style>