Shades of Cement #8C7553
Tints of Cement #8C7553
RGB
CMYK
RGB Variations
Color information
#8C7553 (or 0x8C7553) is known color: Cement. HEX triplet: 8C, 75 and 53. RGB value is (140,117,83). Sum of RGB (Red+Green+Blue) = 140+117+83=340 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.18% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7553 is #738AAC. Grayscale: #787878. Windows color (decimal): -7572141 or 5469580. OLE color: 5469580.
HSL color Cylindrical-coordinate representation of color #8C7553: hue angle of 35.79º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C7553 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 117 | 83 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.45 |
| HSL | 35.79º | 0.26% | 0.44% | - |
| HSV(B) | 35.79º | 0.41% | 0.55% | - |
| XYZ | 18.74 | 18.92 | 10.85 | - |
| YUV | 120 | 107.12 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 117 | 83 | 0 | 0.16 | 0.41 | 0.45 | 35.79 | 0.26 | 0.44 |
| Hex | 8C | 75 | 53 | 0 | 10 | 29 | 2D | 24 | 1A | 2C |
| Octal | 214 | 165 | 123 | 0 | 20 | 51 | 55 | 44 | 32 | 54 |
| Binary | 10001100 | 1110101 | 1010011 | 0 | 10000 | 101001 | 101101 | 100100 | 11010 | 101100 |
Color Harmonies of #8C7553
Complementary color
Monochromatic Colors of #8C7553
Black with #8C7553
Text Example
Text Example
White with #8C7553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7553; }
p { color: rgb(140,117,83); }
H1.HeaderClassName
{
color: #8C7553;
}
.AnyTagClassName
{
color: #8C7553;
}
</style>
background-color css
<style>
a { background-color: #8C7553; }
a { background-color: rgb(140,117,83); }
div.DivClassName
{
background-color: #8C7553;
}
.BgClassName
{
background-color: #8C7553;
}
</style>
border-color css
<style>
span { border-color: #8C7553; }
span { border-color: rgb(140,117,83); }
td.TdClassName
{
border-color: #8C7553;
}
.TagClassName
{
border-color: #8C7553;
}
</style>