Shades of Clay Creek #877D5E
Tints of Clay Creek #877D5E
RGB
CMYK
RGB Variations
Color information
#877D5E (or 0x877D5E) is known color: Clay Creek. HEX triplet: 87, 7D and 5E. RGB value is (135,125,94). Sum of RGB (Red+Green+Blue) = 135+125+94=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 135 - color contains mainly: red. Hex color #877D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877D5E is #7882A1. Grayscale: #7C7C7C. Windows color (decimal): -7897762 or 6192519. OLE color: 6192519.
HSL color Cylindrical-coordinate representation of color #877D5E: hue angle of 45.37º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #877D5E is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 125 | 94 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.47 |
| HSL | 45.37º | 0.18% | 0.45% | - |
| HSV(B) | 45.37º | 0.3% | 0.53% | - |
| XYZ | 19.35 | 20.63 | 13.55 | - |
| YUV | 124.46 | 110.81 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 125 | 94 | 0 | 0.07 | 0.30 | 0.47 | 45.37 | 0.18 | 0.45 |
| Hex | 87 | 7D | 5E | 0 | 7 | 1E | 2F | 2D | 12 | 2D |
| Octal | 207 | 175 | 136 | 0 | 7 | 36 | 57 | 55 | 22 | 55 |
| Binary | 10000111 | 1111101 | 1011110 | 0 | 111 | 11110 | 101111 | 101101 | 10010 | 101101 |
Color Harmonies of #877D5E
Complementary color
Monochromatic Colors of #877D5E
Black with #877D5E
Text Example
Text Example
White with #877D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877D5E; }
p { color: rgb(135,125,94); }
H1.HeaderClassName
{
color: #877D5E;
}
.AnyTagClassName
{
color: #877D5E;
}
</style>
background-color css
<style>
a { background-color: #877D5E; }
a { background-color: rgb(135,125,94); }
div.DivClassName
{
background-color: #877D5E;
}
.BgClassName
{
background-color: #877D5E;
}
</style>
border-color css
<style>
span { border-color: #877D5E; }
span { border-color: rgb(135,125,94); }
td.TdClassName
{
border-color: #877D5E;
}
.TagClassName
{
border-color: #877D5E;
}
</style>