Shades of Clay Creek #8C7E5D
Tints of Clay Creek #8C7E5D
RGB
CMYK
RGB Variations
Color information
#8C7E5D (or 0x8C7E5D) is known color: Clay Creek. HEX triplet: 8C, 7E and 5D. RGB value is (140,126,93). Sum of RGB (Red+Green+Blue) = 140+126+93=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7E5D is #7381A2. Grayscale: #7E7E7E. Windows color (decimal): -7569827 or 6127244. OLE color: 6127244.
HSL color Cylindrical-coordinate representation of color #8C7E5D: hue angle of 42.13º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C7E5D is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 126 | 93 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.45 |
| HSL | 42.13º | 0.2% | 0.46% | - |
| HSV(B) | 42.13º | 0.34% | 0.55% | - |
| XYZ | 20.25 | 21.29 | 13.4 | - |
| YUV | 126.42 | 109.14 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 126 | 93 | 0 | 0.10 | 0.34 | 0.45 | 42.13 | 0.2 | 0.46 |
| Hex | 8C | 7E | 5D | 0 | A | 22 | 2D | 2A | 14 | 2E |
| Octal | 214 | 176 | 135 | 0 | 12 | 42 | 55 | 52 | 24 | 56 |
| Binary | 10001100 | 1111110 | 1011101 | 0 | 1010 | 100010 | 101101 | 101010 | 10100 | 101110 |
Color Harmonies of #8C7E5D
Complementary color
Monochromatic Colors of #8C7E5D
Black with #8C7E5D
Text Example
Text Example
White with #8C7E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7E5D; }
p { color: rgb(140,126,93); }
H1.HeaderClassName
{
color: #8C7E5D;
}
.AnyTagClassName
{
color: #8C7E5D;
}
</style>
background-color css
<style>
a { background-color: #8C7E5D; }
a { background-color: rgb(140,126,93); }
div.DivClassName
{
background-color: #8C7E5D;
}
.BgClassName
{
background-color: #8C7E5D;
}
</style>
border-color css
<style>
span { border-color: #8C7E5D; }
span { border-color: rgb(140,126,93); }
td.TdClassName
{
border-color: #8C7E5D;
}
.TagClassName
{
border-color: #8C7E5D;
}
</style>