Shades of Cement #8C7658
Tints of Cement #8C7658
RGB
CMYK
RGB Variations
Color information
#8C7658 (or 0x8C7658) is known color: Cement. HEX triplet: 8C, 76 and 58. RGB value is (140,118,88). Sum of RGB (Red+Green+Blue) = 140+118+88=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7658 is #7389A7. Grayscale: #797979. Windows color (decimal): -7571880 or 5797516. OLE color: 5797516.
HSL color Cylindrical-coordinate representation of color #8C7658: hue angle of 34.62º 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 #8C7658 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 118 | 88 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.45 |
| HSL | 34.62º | 0.23% | 0.45% | - |
| HSV(B) | 34.62º | 0.37% | 0.55% | - |
| XYZ | 19.06 | 19.24 | 11.94 | - |
| YUV | 121.16 | 109.29 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 118 | 88 | 0 | 0.16 | 0.37 | 0.45 | 34.62 | 0.23 | 0.45 |
| Hex | 8C | 76 | 58 | 0 | 10 | 25 | 2D | 23 | 17 | 2D |
| Octal | 214 | 166 | 130 | 0 | 20 | 45 | 55 | 43 | 27 | 55 |
| Binary | 10001100 | 1110110 | 1011000 | 0 | 10000 | 100101 | 101101 | 100011 | 10111 | 101101 |
Color Harmonies of #8C7658
Complementary color
Monochromatic Colors of #8C7658
Black with #8C7658
Text Example
Text Example
White with #8C7658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7658; }
p { color: rgb(140,118,88); }
H1.HeaderClassName
{
color: #8C7658;
}
.AnyTagClassName
{
color: #8C7658;
}
</style>
background-color css
<style>
a { background-color: #8C7658; }
a { background-color: rgb(140,118,88); }
div.DivClassName
{
background-color: #8C7658;
}
.BgClassName
{
background-color: #8C7658;
}
</style>
border-color css
<style>
span { border-color: #8C7658; }
span { border-color: rgb(140,118,88); }
td.TdClassName
{
border-color: #8C7658;
}
.TagClassName
{
border-color: #8C7658;
}
</style>