Shades of Clay Creek #877D46
Tints of Clay Creek #877D46
RGB
CMYK
RGB Variations
Color information
#877D46 (or 0x877D46) is known color: Clay Creek. HEX triplet: 87, 7D and 46. RGB value is (135,125,70). Sum of RGB (Red+Green+Blue) = 135+125+70=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 135 - color contains mainly: red. Hex color #877D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877D46 is #7882B9. Grayscale: #797979. Windows color (decimal): -7897786 or 4619655. OLE color: 4619655.
HSL color Cylindrical-coordinate representation of color #877D46: hue angle of 50.77º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #877D46 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 125 | 70 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.47 |
| HSL | 50.77º | 0.32% | 0.4% | - |
| HSV(B) | 50.77º | 0.48% | 0.53% | - |
| XYZ | 18.43 | 20.26 | 8.73 | - |
| YUV | 121.72 | 98.81 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 125 | 70 | 0 | 0.07 | 0.48 | 0.47 | 50.77 | 0.32 | 0.4 |
| Hex | 87 | 7D | 46 | 0 | 7 | 30 | 2F | 33 | 20 | 28 |
| Octal | 207 | 175 | 106 | 0 | 7 | 60 | 57 | 63 | 40 | 50 |
| Binary | 10000111 | 1111101 | 1000110 | 0 | 111 | 110000 | 101111 | 110011 | 100000 | 101000 |
Color Harmonies of #877D46
Complementary color
Monochromatic Colors of #877D46
Black with #877D46
Text Example
Text Example
White with #877D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877D46; }
p { color: rgb(135,125,70); }
H1.HeaderClassName
{
color: #877D46;
}
.AnyTagClassName
{
color: #877D46;
}
</style>
background-color css
<style>
a { background-color: #877D46; }
a { background-color: rgb(135,125,70); }
div.DivClassName
{
background-color: #877D46;
}
.BgClassName
{
background-color: #877D46;
}
</style>
border-color css
<style>
span { border-color: #877D46; }
span { border-color: rgb(135,125,70); }
td.TdClassName
{
border-color: #877D46;
}
.TagClassName
{
border-color: #877D46;
}
</style>