Shades of Clay Creek #8C7E57
Tints of Clay Creek #8C7E57
RGB
CMYK
RGB Variations
Color information
#8C7E57 (or 0x8C7E57) is known color: Clay Creek. HEX triplet: 8C, 7E and 57. RGB value is (140,126,87). Sum of RGB (Red+Green+Blue) = 140+126+87=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 87 (34.38% from 255 or 24.65% from 353); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7E57 is #7381A8. Grayscale: #7D7D7D. Windows color (decimal): -7569833 or 5734028. OLE color: 5734028.
HSL color Cylindrical-coordinate representation of color #8C7E57: hue angle of 44.15º 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 #8C7E57 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 126 | 87 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.45 |
| HSL | 44.15º | 0.23% | 0.45% | - |
| HSV(B) | 44.15º | 0.38% | 0.55% | - |
| XYZ | 20 | 21.19 | 12.05 | - |
| YUV | 125.74 | 106.14 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 126 | 87 | 0 | 0.10 | 0.38 | 0.45 | 44.15 | 0.23 | 0.45 |
| Hex | 8C | 7E | 57 | 0 | A | 26 | 2D | 2C | 17 | 2D |
| Octal | 214 | 176 | 127 | 0 | 12 | 46 | 55 | 54 | 27 | 55 |
| Binary | 10001100 | 1111110 | 1010111 | 0 | 1010 | 100110 | 101101 | 101100 | 10111 | 101101 |
Color Harmonies of #8C7E57
Complementary color
Monochromatic Colors of #8C7E57
Black with #8C7E57
Text Example
Text Example
White with #8C7E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7E57; }
p { color: rgb(140,126,87); }
H1.HeaderClassName
{
color: #8C7E57;
}
.AnyTagClassName
{
color: #8C7E57;
}
</style>
background-color css
<style>
a { background-color: #8C7E57; }
a { background-color: rgb(140,126,87); }
div.DivClassName
{
background-color: #8C7E57;
}
.BgClassName
{
background-color: #8C7E57;
}
</style>
border-color css
<style>
span { border-color: #8C7E57; }
span { border-color: rgb(140,126,87); }
td.TdClassName
{
border-color: #8C7E57;
}
.TagClassName
{
border-color: #8C7E57;
}
</style>