Shades of Clay Creek #8B7E5E
Tints of Clay Creek #8B7E5E
RGB
CMYK
RGB Variations
Color information
#8B7E5E (or 0x8B7E5E) is known color: Clay Creek. HEX triplet: 8B, 7E and 5E. RGB value is (139,126,94). Sum of RGB (Red+Green+Blue) = 139+126+94=359 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.72% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7E5E is #7481A1. Grayscale: #7E7E7E. Windows color (decimal): -7635362 or 6192779. OLE color: 6192779.
HSL color Cylindrical-coordinate representation of color #8B7E5E: hue angle of 42.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B7E5E is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 126 | 94 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.45 |
| HSL | 42.67º | 0.19% | 0.46% | - |
| HSV(B) | 42.67º | 0.32% | 0.55% | - |
| XYZ | 20.13 | 21.22 | 13.62 | - |
| YUV | 126.24 | 109.81 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 126 | 94 | 0 | 0.09 | 0.32 | 0.45 | 42.67 | 0.19 | 0.46 |
| Hex | 8B | 7E | 5E | 0 | 9 | 20 | 2D | 2B | 13 | 2E |
| Octal | 213 | 176 | 136 | 0 | 11 | 40 | 55 | 53 | 23 | 56 |
| Binary | 10001011 | 1111110 | 1011110 | 0 | 1001 | 100000 | 101101 | 101011 | 10011 | 101110 |
Color Harmonies of #8B7E5E
Complementary color
Monochromatic Colors of #8B7E5E
Black with #8B7E5E
Text Example
Text Example
White with #8B7E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7E5E; }
p { color: rgb(139,126,94); }
H1.HeaderClassName
{
color: #8B7E5E;
}
.AnyTagClassName
{
color: #8B7E5E;
}
</style>
background-color css
<style>
a { background-color: #8B7E5E; }
a { background-color: rgb(139,126,94); }
div.DivClassName
{
background-color: #8B7E5E;
}
.BgClassName
{
background-color: #8B7E5E;
}
</style>
border-color css
<style>
span { border-color: #8B7E5E; }
span { border-color: rgb(139,126,94); }
td.TdClassName
{
border-color: #8B7E5E;
}
.TagClassName
{
border-color: #8B7E5E;
}
</style>