Shades of Cement #8B7556
Tints of Cement #8B7556
RGB
CMYK
RGB Variations
Color information
#8B7556 (or 0x8B7556) is known color: Cement. HEX triplet: 8B, 75 and 56. RGB value is (139,117,86). Sum of RGB (Red+Green+Blue) = 139+117+86=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7556 is #748AA9. Grayscale: #787878. Windows color (decimal): -7637674 or 5666187. OLE color: 5666187.
HSL color Cylindrical-coordinate representation of color #8B7556: hue angle of 35.09º 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 #8B7556 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 117 | 86 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.45 |
| HSL | 35.09º | 0.24% | 0.44% | - |
| HSV(B) | 35.09º | 0.38% | 0.55% | - |
| XYZ | 18.69 | 18.88 | 11.46 | - |
| YUV | 120.04 | 108.79 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 117 | 86 | 0 | 0.16 | 0.38 | 0.45 | 35.09 | 0.24 | 0.44 |
| Hex | 8B | 75 | 56 | 0 | 10 | 26 | 2D | 23 | 18 | 2C |
| Octal | 213 | 165 | 126 | 0 | 20 | 46 | 55 | 43 | 30 | 54 |
| Binary | 10001011 | 1110101 | 1010110 | 0 | 10000 | 100110 | 101101 | 100011 | 11000 | 101100 |
Color Harmonies of #8B7556
Complementary color
Monochromatic Colors of #8B7556
Black with #8B7556
Text Example
Text Example
White with #8B7556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7556; }
p { color: rgb(139,117,86); }
H1.HeaderClassName
{
color: #8B7556;
}
.AnyTagClassName
{
color: #8B7556;
}
</style>
background-color css
<style>
a { background-color: #8B7556; }
a { background-color: rgb(139,117,86); }
div.DivClassName
{
background-color: #8B7556;
}
.BgClassName
{
background-color: #8B7556;
}
</style>
border-color css
<style>
span { border-color: #8B7556; }
span { border-color: rgb(139,117,86); }
td.TdClassName
{
border-color: #8B7556;
}
.TagClassName
{
border-color: #8B7556;
}
</style>