Shades of Cement #8C7258
Tints of Cement #8C7258
RGB
CMYK
RGB Variations
Color information
#8C7258 (or 0x8C7258) is known color: Cement. HEX triplet: 8C, 72 and 58. RGB value is (140,114,88). Sum of RGB (Red+Green+Blue) = 140+114+88=342 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.94% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7258 is #738DA7. Grayscale: #767676. Windows color (decimal): -7572904 or 5796492. OLE color: 5796492.
HSL color Cylindrical-coordinate representation of color #8C7258: hue angle of 30º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C7258 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 114 | 88 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.45 |
| HSL | 30º | 0.23% | 0.45% | - |
| HSV(B) | 30º | 0.37% | 0.55% | - |
| XYZ | 18.59 | 18.31 | 11.79 | - |
| YUV | 118.81 | 110.61 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 114 | 88 | 0 | 0.19 | 0.37 | 0.45 | 30 | 0.23 | 0.45 |
| Hex | 8C | 72 | 58 | 0 | 13 | 25 | 2D | 1E | 17 | 2D |
| Octal | 214 | 162 | 130 | 0 | 23 | 45 | 55 | 36 | 27 | 55 |
| Binary | 10001100 | 1110010 | 1011000 | 0 | 10011 | 100101 | 101101 | 11110 | 10111 | 101101 |
Color Harmonies of #8C7258
Complementary color
Monochromatic Colors of #8C7258
Black with #8C7258
Text Example
Text Example
White with #8C7258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7258; }
p { color: rgb(140,114,88); }
H1.HeaderClassName
{
color: #8C7258;
}
.AnyTagClassName
{
color: #8C7258;
}
</style>
background-color css
<style>
a { background-color: #8C7258; }
a { background-color: rgb(140,114,88); }
div.DivClassName
{
background-color: #8C7258;
}
.BgClassName
{
background-color: #8C7258;
}
</style>
border-color css
<style>
span { border-color: #8C7258; }
span { border-color: rgb(140,114,88); }
td.TdClassName
{
border-color: #8C7258;
}
.TagClassName
{
border-color: #8C7258;
}
</style>