Shades of Clay Creek #8C7F4A
Tints of Clay Creek #8C7F4A
RGB
CMYK
RGB Variations
Color information
#8C7F4A (or 0x8C7F4A) is known color: Clay Creek. HEX triplet: 8C, 7F and 4A. RGB value is (140,127,74). Sum of RGB (Red+Green+Blue) = 140+127+74=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7F4A is #7380B5. Grayscale: #7D7D7D. Windows color (decimal): -7569590 or 4882316. OLE color: 4882316.
HSL color Cylindrical-coordinate representation of color #8C7F4A: hue angle of 48.18º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C7F4A is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 127 | 74 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.45 |
| HSL | 48.18º | 0.31% | 0.42% | - |
| HSV(B) | 48.18º | 0.47% | 0.55% | - |
| XYZ | 19.64 | 21.25 | 9.54 | - |
| YUV | 124.85 | 99.31 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 127 | 74 | 0 | 0.09 | 0.47 | 0.45 | 48.18 | 0.31 | 0.42 |
| Hex | 8C | 7F | 4A | 0 | 9 | 2F | 2D | 30 | 1F | 2A |
| Octal | 214 | 177 | 112 | 0 | 11 | 57 | 55 | 60 | 37 | 52 |
| Binary | 10001100 | 1111111 | 1001010 | 0 | 1001 | 101111 | 101101 | 110000 | 11111 | 101010 |
Color Harmonies of #8C7F4A
Complementary color
Monochromatic Colors of #8C7F4A
Black with #8C7F4A
Text Example
Text Example
White with #8C7F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7F4A; }
p { color: rgb(140,127,74); }
H1.HeaderClassName
{
color: #8C7F4A;
}
.AnyTagClassName
{
color: #8C7F4A;
}
</style>
background-color css
<style>
a { background-color: #8C7F4A; }
a { background-color: rgb(140,127,74); }
div.DivClassName
{
background-color: #8C7F4A;
}
.BgClassName
{
background-color: #8C7F4A;
}
</style>
border-color css
<style>
span { border-color: #8C7F4A; }
span { border-color: rgb(140,127,74); }
td.TdClassName
{
border-color: #8C7F4A;
}
.TagClassName
{
border-color: #8C7F4A;
}
</style>