Shades of Clay Creek #8C7C4D
Tints of Clay Creek #8C7C4D
RGB
CMYK
RGB Variations
Color information
#8C7C4D (or 0x8C7C4D) is known color: Clay Creek. HEX triplet: 8C, 7C and 4D. RGB value is (140,124,77). Sum of RGB (Red+Green+Blue) = 140+124+77=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7C4D is #7383B2. Grayscale: #7B7B7B. Windows color (decimal): -7570355 or 5078156. OLE color: 5078156.
HSL color Cylindrical-coordinate representation of color #8C7C4D: hue angle of 44.76º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C7C4D is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 124 | 77 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.45 |
| HSL | 44.76º | 0.29% | 0.43% | - |
| HSV(B) | 44.76º | 0.45% | 0.55% | - |
| XYZ | 19.36 | 20.53 | 9.96 | - |
| YUV | 123.43 | 101.8 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 124 | 77 | 0 | 0.11 | 0.45 | 0.45 | 44.76 | 0.29 | 0.43 |
| Hex | 8C | 7C | 4D | 0 | B | 2D | 2D | 2D | 1D | 2B |
| Octal | 214 | 174 | 115 | 0 | 13 | 55 | 55 | 55 | 35 | 53 |
| Binary | 10001100 | 1111100 | 1001101 | 0 | 1011 | 101101 | 101101 | 101101 | 11101 | 101011 |
Color Harmonies of #8C7C4D
Complementary color
Monochromatic Colors of #8C7C4D
Black with #8C7C4D
Text Example
Text Example
White with #8C7C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7C4D; }
p { color: rgb(140,124,77); }
H1.HeaderClassName
{
color: #8C7C4D;
}
.AnyTagClassName
{
color: #8C7C4D;
}
</style>
background-color css
<style>
a { background-color: #8C7C4D; }
a { background-color: rgb(140,124,77); }
div.DivClassName
{
background-color: #8C7C4D;
}
.BgClassName
{
background-color: #8C7C4D;
}
</style>
border-color css
<style>
span { border-color: #8C7C4D; }
span { border-color: rgb(140,124,77); }
td.TdClassName
{
border-color: #8C7C4D;
}
.TagClassName
{
border-color: #8C7C4D;
}
</style>