Shades of Clay Creek #8C7F56
Tints of Clay Creek #8C7F56
RGB
CMYK
RGB Variations
Color information
#8C7F56 (or 0x8C7F56) is known color: Clay Creek. HEX triplet: 8C, 7F and 56. RGB value is (140,127,86). Sum of RGB (Red+Green+Blue) = 140+127+86=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 86 (33.98% from 255 or 24.36% from 353); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7F56 is #7380A9. Grayscale: #7E7E7E. Windows color (decimal): -7569578 or 5668748. OLE color: 5668748.
HSL color Cylindrical-coordinate representation of color #8C7F56: hue angle of 45.56º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C7F56 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 127 | 86 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.45 |
| HSL | 45.56º | 0.24% | 0.44% | - |
| HSV(B) | 45.56º | 0.39% | 0.55% | - |
| XYZ | 20.08 | 21.43 | 11.88 | - |
| YUV | 126.21 | 105.31 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 127 | 86 | 0 | 0.09 | 0.39 | 0.45 | 45.56 | 0.24 | 0.44 |
| Hex | 8C | 7F | 56 | 0 | 9 | 27 | 2D | 2E | 18 | 2C |
| Octal | 214 | 177 | 126 | 0 | 11 | 47 | 55 | 56 | 30 | 54 |
| Binary | 10001100 | 1111111 | 1010110 | 0 | 1001 | 100111 | 101101 | 101110 | 11000 | 101100 |
Color Harmonies of #8C7F56
Complementary color
Monochromatic Colors of #8C7F56
Black with #8C7F56
Text Example
Text Example
White with #8C7F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7F56; }
p { color: rgb(140,127,86); }
H1.HeaderClassName
{
color: #8C7F56;
}
.AnyTagClassName
{
color: #8C7F56;
}
</style>
background-color css
<style>
a { background-color: #8C7F56; }
a { background-color: rgb(140,127,86); }
div.DivClassName
{
background-color: #8C7F56;
}
.BgClassName
{
background-color: #8C7F56;
}
</style>
border-color css
<style>
span { border-color: #8C7F56; }
span { border-color: rgb(140,127,86); }
td.TdClassName
{
border-color: #8C7F56;
}
.TagClassName
{
border-color: #8C7F56;
}
</style>