Shades of Clay Creek #8C7D58
Tints of Clay Creek #8C7D58
RGB
CMYK
RGB Variations
Color information
#8C7D58 (or 0x8C7D58) is known color: Clay Creek. HEX triplet: 8C, 7D and 58. RGB value is (140,125,88). Sum of RGB (Red+Green+Blue) = 140+125+88=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7D58 is #7382A7. Grayscale: #7D7D7D. Windows color (decimal): -7570088 or 5799308. OLE color: 5799308.
HSL color Cylindrical-coordinate representation of color #8C7D58: hue angle of 42.69º 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 #8C7D58 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 125 | 88 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.45 |
| HSL | 42.69º | 0.23% | 0.45% | - |
| HSV(B) | 42.69º | 0.37% | 0.55% | - |
| XYZ | 19.91 | 20.95 | 12.23 | - |
| YUV | 125.27 | 106.97 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 125 | 88 | 0 | 0.11 | 0.37 | 0.45 | 42.69 | 0.23 | 0.45 |
| Hex | 8C | 7D | 58 | 0 | B | 25 | 2D | 2B | 17 | 2D |
| Octal | 214 | 175 | 130 | 0 | 13 | 45 | 55 | 53 | 27 | 55 |
| Binary | 10001100 | 1111101 | 1011000 | 0 | 1011 | 100101 | 101101 | 101011 | 10111 | 101101 |
Color Harmonies of #8C7D58
Complementary color
Monochromatic Colors of #8C7D58
Black with #8C7D58
Text Example
Text Example
White with #8C7D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7D58; }
p { color: rgb(140,125,88); }
H1.HeaderClassName
{
color: #8C7D58;
}
.AnyTagClassName
{
color: #8C7D58;
}
</style>
background-color css
<style>
a { background-color: #8C7D58; }
a { background-color: rgb(140,125,88); }
div.DivClassName
{
background-color: #8C7D58;
}
.BgClassName
{
background-color: #8C7D58;
}
</style>
border-color css
<style>
span { border-color: #8C7D58; }
span { border-color: rgb(140,125,88); }
td.TdClassName
{
border-color: #8C7D58;
}
.TagClassName
{
border-color: #8C7D58;
}
</style>