Shades of Clay Creek #877E4A
Tints of Clay Creek #877E4A
RGB
CMYK
RGB Variations
Color information
#877E4A (or 0x877E4A) is known color: Clay Creek. HEX triplet: 87, 7E and 4A. RGB value is (135,126,74). Sum of RGB (Red+Green+Blue) = 135+126+74=335 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.30% from 335); Green value is 126 (49.61% from 255 or 37.61% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 135 - color contains mainly: red. Hex color #877E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877E4A is #7881B5. Grayscale: #7A7A7A. Windows color (decimal): -7897526 or 4882055. OLE color: 4882055.
HSL color Cylindrical-coordinate representation of color #877E4A: hue angle of 51.15º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #877E4A is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 126 | 74 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.47 |
| HSL | 51.15º | 0.29% | 0.41% | - |
| HSV(B) | 51.15º | 0.45% | 0.53% | - |
| XYZ | 18.69 | 20.57 | 9.46 | - |
| YUV | 122.76 | 100.48 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 126 | 74 | 0 | 0.07 | 0.45 | 0.47 | 51.15 | 0.29 | 0.41 |
| Hex | 87 | 7E | 4A | 0 | 7 | 2D | 2F | 33 | 1D | 29 |
| Octal | 207 | 176 | 112 | 0 | 7 | 55 | 57 | 63 | 35 | 51 |
| Binary | 10000111 | 1111110 | 1001010 | 0 | 111 | 101101 | 101111 | 110011 | 11101 | 101001 |
Color Harmonies of #877E4A
Complementary color
Monochromatic Colors of #877E4A
Black with #877E4A
Text Example
Text Example
White with #877E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877E4A; }
p { color: rgb(135,126,74); }
H1.HeaderClassName
{
color: #877E4A;
}
.AnyTagClassName
{
color: #877E4A;
}
</style>
background-color css
<style>
a { background-color: #877E4A; }
a { background-color: rgb(135,126,74); }
div.DivClassName
{
background-color: #877E4A;
}
.BgClassName
{
background-color: #877E4A;
}
</style>
border-color css
<style>
span { border-color: #877E4A; }
span { border-color: rgb(135,126,74); }
td.TdClassName
{
border-color: #877E4A;
}
.TagClassName
{
border-color: #877E4A;
}
</style>