Shades of Cement #8A7057
Tints of Cement #8A7057
RGB
CMYK
RGB Variations
Color information
#8A7057 (or 0x8A7057) is known color: Cement. HEX triplet: 8A, 70 and 57. RGB value is (138,112,87). Sum of RGB (Red+Green+Blue) = 138+112+87=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 87 (34.38% from 255 or 25.82% from 337); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7057 is #758FA8. Grayscale: #757575. Windows color (decimal): -7704489 or 5730442. OLE color: 5730442.
HSL color Cylindrical-coordinate representation of color #8A7057: hue angle of 29.41º 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 #8A7057 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 112 | 87 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.46 |
| HSL | 29.41º | 0.23% | 0.44% | - |
| HSV(B) | 29.41º | 0.37% | 0.54% | - |
| XYZ | 18 | 17.68 | 11.48 | - |
| YUV | 116.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 112 | 87 | 0 | 0.19 | 0.37 | 0.46 | 29.41 | 0.23 | 0.44 |
| Hex | 8A | 70 | 57 | 0 | 13 | 25 | 2E | 1D | 17 | 2C |
| Octal | 212 | 160 | 127 | 0 | 23 | 45 | 56 | 35 | 27 | 54 |
| Binary | 10001010 | 1110000 | 1010111 | 0 | 10011 | 100101 | 101110 | 11101 | 10111 | 101100 |
Color Harmonies of #8A7057
Complementary color
Monochromatic Colors of #8A7057
Black with #8A7057
Text Example
Text Example
White with #8A7057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7057; }
p { color: rgb(138,112,87); }
H1.HeaderClassName
{
color: #8A7057;
}
.AnyTagClassName
{
color: #8A7057;
}
</style>
background-color css
<style>
a { background-color: #8A7057; }
a { background-color: rgb(138,112,87); }
div.DivClassName
{
background-color: #8A7057;
}
.BgClassName
{
background-color: #8A7057;
}
</style>
border-color css
<style>
span { border-color: #8A7057; }
span { border-color: rgb(138,112,87); }
td.TdClassName
{
border-color: #8A7057;
}
.TagClassName
{
border-color: #8A7057;
}
</style>