Shades of Cement #8C7558
Tints of Cement #8C7558
RGB
CMYK
RGB Variations
Color information
#8C7558 (or 0x8C7558) is known color: Cement. HEX triplet: 8C, 75 and 58. RGB value is (140,117,88). Sum of RGB (Red+Green+Blue) = 140+117+88=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7558 is #738AA7. Grayscale: #787878. Windows color (decimal): -7572136 or 5797260. OLE color: 5797260.
HSL color Cylindrical-coordinate representation of color #8C7558: hue angle of 33.46º 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 #8C7558 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 117 | 88 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.45 |
| HSL | 33.46º | 0.23% | 0.45% | - |
| HSV(B) | 33.46º | 0.37% | 0.55% | - |
| XYZ | 18.94 | 19 | 11.9 | - |
| YUV | 120.57 | 109.62 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 117 | 88 | 0 | 0.16 | 0.37 | 0.45 | 33.46 | 0.23 | 0.45 |
| Hex | 8C | 75 | 58 | 0 | 10 | 25 | 2D | 21 | 17 | 2D |
| Octal | 214 | 165 | 130 | 0 | 20 | 45 | 55 | 41 | 27 | 55 |
| Binary | 10001100 | 1110101 | 1011000 | 0 | 10000 | 100101 | 101101 | 100001 | 10111 | 101101 |
Color Harmonies of #8C7558
Complementary color
Monochromatic Colors of #8C7558
Black with #8C7558
Text Example
Text Example
White with #8C7558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7558; }
p { color: rgb(140,117,88); }
H1.HeaderClassName
{
color: #8C7558;
}
.AnyTagClassName
{
color: #8C7558;
}
</style>
background-color css
<style>
a { background-color: #8C7558; }
a { background-color: rgb(140,117,88); }
div.DivClassName
{
background-color: #8C7558;
}
.BgClassName
{
background-color: #8C7558;
}
</style>
border-color css
<style>
span { border-color: #8C7558; }
span { border-color: rgb(140,117,88); }
td.TdClassName
{
border-color: #8C7558;
}
.TagClassName
{
border-color: #8C7558;
}
</style>