Shades of Clay Creek #8C7F57
Tints of Clay Creek #8C7F57
RGB
CMYK
RGB Variations
Color information
#8C7F57 (or 0x8C7F57) is known color: Clay Creek. HEX triplet: 8C, 7F and 57. RGB value is (140,127,87). Sum of RGB (Red+Green+Blue) = 140+127+87=354 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.55% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 87 (34.38% from 255 or 24.58% from 354); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7F57 is #7380A8. Grayscale: #7E7E7E. Windows color (decimal): -7569577 or 5734284. OLE color: 5734284.
HSL color Cylindrical-coordinate representation of color #8C7F57: hue angle of 45.28º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8C7F57 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 127 | 87 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.45 |
| HSL | 45.28º | 0.23% | 0.45% | - |
| HSV(B) | 45.28º | 0.38% | 0.55% | - |
| XYZ | 20.12 | 21.44 | 12.09 | - |
| YUV | 126.33 | 105.81 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 127 | 87 | 0 | 0.09 | 0.38 | 0.45 | 45.28 | 0.23 | 0.45 |
| Hex | 8C | 7F | 57 | 0 | 9 | 26 | 2D | 2D | 17 | 2D |
| Octal | 214 | 177 | 127 | 0 | 11 | 46 | 55 | 55 | 27 | 55 |
| Binary | 10001100 | 1111111 | 1010111 | 0 | 1001 | 100110 | 101101 | 101101 | 10111 | 101101 |
Color Harmonies of #8C7F57
Complementary color
Monochromatic Colors of #8C7F57
Black with #8C7F57
Text Example
Text Example
White with #8C7F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7F57; }
p { color: rgb(140,127,87); }
H1.HeaderClassName
{
color: #8C7F57;
}
.AnyTagClassName
{
color: #8C7F57;
}
</style>
background-color css
<style>
a { background-color: #8C7F57; }
a { background-color: rgb(140,127,87); }
div.DivClassName
{
background-color: #8C7F57;
}
.BgClassName
{
background-color: #8C7F57;
}
</style>
border-color css
<style>
span { border-color: #8C7F57; }
span { border-color: rgb(140,127,87); }
td.TdClassName
{
border-color: #8C7F57;
}
.TagClassName
{
border-color: #8C7F57;
}
</style>