Shades of Clay Creek #877D4E
Tints of Clay Creek #877D4E
RGB
CMYK
RGB Variations
Color information
#877D4E (or 0x877D4E) is known color: Clay Creek. HEX triplet: 87, 7D and 4E. RGB value is (135,125,78). Sum of RGB (Red+Green+Blue) = 135+125+78=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 135 - color contains mainly: red. Hex color #877D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877D4E is #7882B1. Grayscale: #7A7A7A. Windows color (decimal): -7897778 or 5143943. OLE color: 5143943.
HSL color Cylindrical-coordinate representation of color #877D4E: hue angle of 49.47º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #877D4E is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 125 | 78 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.47 |
| HSL | 49.47º | 0.27% | 0.42% | - |
| HSV(B) | 49.47º | 0.42% | 0.53% | - |
| XYZ | 18.7 | 20.37 | 10.15 | - |
| YUV | 122.63 | 102.81 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 125 | 78 | 0 | 0.07 | 0.42 | 0.47 | 49.47 | 0.27 | 0.42 |
| Hex | 87 | 7D | 4E | 0 | 7 | 2A | 2F | 31 | 1B | 2A |
| Octal | 207 | 175 | 116 | 0 | 7 | 52 | 57 | 61 | 33 | 52 |
| Binary | 10000111 | 1111101 | 1001110 | 0 | 111 | 101010 | 101111 | 110001 | 11011 | 101010 |
Color Harmonies of #877D4E
Complementary color
Monochromatic Colors of #877D4E
Black with #877D4E
Text Example
Text Example
White with #877D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877D4E; }
p { color: rgb(135,125,78); }
H1.HeaderClassName
{
color: #877D4E;
}
.AnyTagClassName
{
color: #877D4E;
}
</style>
background-color css
<style>
a { background-color: #877D4E; }
a { background-color: rgb(135,125,78); }
div.DivClassName
{
background-color: #877D4E;
}
.BgClassName
{
background-color: #877D4E;
}
</style>
border-color css
<style>
span { border-color: #877D4E; }
span { border-color: rgb(135,125,78); }
td.TdClassName
{
border-color: #877D4E;
}
.TagClassName
{
border-color: #877D4E;
}
</style>