Shades of Cement #8A7257
Tints of Cement #8A7257
RGB
CMYK
RGB Variations
Color information
#8A7257 (or 0x8A7257) is known color: Cement. HEX triplet: 8A, 72 and 57. RGB value is (138,114,87). Sum of RGB (Red+Green+Blue) = 138+114+87=339 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.71% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7257 is #758DA8. Grayscale: #767676. Windows color (decimal): -7703977 or 5730954. OLE color: 5730954.
HSL color Cylindrical-coordinate representation of color #8A7257: hue angle of 31.76º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A7257 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 114 | 87 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.46 |
| HSL | 31.76º | 0.23% | 0.44% | - |
| HSV(B) | 31.76º | 0.37% | 0.54% | - |
| XYZ | 18.22 | 18.13 | 11.56 | - |
| YUV | 118.1 | 110.45 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 114 | 87 | 0 | 0.17 | 0.37 | 0.46 | 31.76 | 0.23 | 0.44 |
| Hex | 8A | 72 | 57 | 0 | 11 | 25 | 2E | 20 | 17 | 2C |
| Octal | 212 | 162 | 127 | 0 | 21 | 45 | 56 | 40 | 27 | 54 |
| Binary | 10001010 | 1110010 | 1010111 | 0 | 10001 | 100101 | 101110 | 100000 | 10111 | 101100 |
Color Harmonies of #8A7257
Complementary color
Monochromatic Colors of #8A7257
Black with #8A7257
Text Example
Text Example
White with #8A7257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7257; }
p { color: rgb(138,114,87); }
H1.HeaderClassName
{
color: #8A7257;
}
.AnyTagClassName
{
color: #8A7257;
}
</style>
background-color css
<style>
a { background-color: #8A7257; }
a { background-color: rgb(138,114,87); }
div.DivClassName
{
background-color: #8A7257;
}
.BgClassName
{
background-color: #8A7257;
}
</style>
border-color css
<style>
span { border-color: #8A7257; }
span { border-color: rgb(138,114,87); }
td.TdClassName
{
border-color: #8A7257;
}
.TagClassName
{
border-color: #8A7257;
}
</style>