Shades of Cement #8A7056
Tints of Cement #8A7056
RGB
CMYK
RGB Variations
Color information
#8A7056 (or 0x8A7056) is known color: Cement. HEX triplet: 8A, 70 and 56. RGB value is (138,112,86). Sum of RGB (Red+Green+Blue) = 138+112+86=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7056 is #758FA9. Grayscale: #747474. Windows color (decimal): -7704490 or 5664906. OLE color: 5664906.
HSL color Cylindrical-coordinate representation of color #8A7056: hue angle of 30º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A7056 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 112 | 86 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.46 |
| HSL | 30º | 0.23% | 0.44% | - |
| HSV(B) | 30º | 0.38% | 0.54% | - |
| XYZ | 17.96 | 17.66 | 11.27 | - |
| YUV | 116.81 | 110.61 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 112 | 86 | 0 | 0.19 | 0.38 | 0.46 | 30 | 0.23 | 0.44 |
| Hex | 8A | 70 | 56 | 0 | 13 | 26 | 2E | 1E | 17 | 2C |
| Octal | 212 | 160 | 126 | 0 | 23 | 46 | 56 | 36 | 27 | 54 |
| Binary | 10001010 | 1110000 | 1010110 | 0 | 10011 | 100110 | 101110 | 11110 | 10111 | 101100 |
Color Harmonies of #8A7056
Complementary color
Monochromatic Colors of #8A7056
Black with #8A7056
Text Example
Text Example
White with #8A7056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7056; }
p { color: rgb(138,112,86); }
H1.HeaderClassName
{
color: #8A7056;
}
.AnyTagClassName
{
color: #8A7056;
}
</style>
background-color css
<style>
a { background-color: #8A7056; }
a { background-color: rgb(138,112,86); }
div.DivClassName
{
background-color: #8A7056;
}
.BgClassName
{
background-color: #8A7056;
}
</style>
border-color css
<style>
span { border-color: #8A7056; }
span { border-color: rgb(138,112,86); }
td.TdClassName
{
border-color: #8A7056;
}
.TagClassName
{
border-color: #8A7056;
}
</style>