Shades of Clay Creek #877D4D
Tints of Clay Creek #877D4D
RGB
CMYK
RGB Variations
Color information
#877D4D (or 0x877D4D) is known color: Clay Creek. HEX triplet: 87, 7D and 4D. RGB value is (135,125,77). Sum of RGB (Red+Green+Blue) = 135+125+77=337 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.06% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 135 - color contains mainly: red. Hex color #877D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877D4D is #7882B2. Grayscale: #7A7A7A. Windows color (decimal): -7897779 or 5078407. OLE color: 5078407.
HSL color Cylindrical-coordinate representation of color #877D4D: hue angle of 49.66º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #877D4D is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 125 | 77 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.47 |
| HSL | 49.66º | 0.27% | 0.42% | - |
| HSV(B) | 49.66º | 0.43% | 0.53% | - |
| XYZ | 18.66 | 20.35 | 9.97 | - |
| YUV | 122.52 | 102.31 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 125 | 77 | 0 | 0.07 | 0.43 | 0.47 | 49.66 | 0.27 | 0.42 |
| Hex | 87 | 7D | 4D | 0 | 7 | 2B | 2F | 32 | 1B | 2A |
| Octal | 207 | 175 | 115 | 0 | 7 | 53 | 57 | 62 | 33 | 52 |
| Binary | 10000111 | 1111101 | 1001101 | 0 | 111 | 101011 | 101111 | 110010 | 11011 | 101010 |
Color Harmonies of #877D4D
Complementary color
Monochromatic Colors of #877D4D
Black with #877D4D
Text Example
Text Example
White with #877D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877D4D; }
p { color: rgb(135,125,77); }
H1.HeaderClassName
{
color: #877D4D;
}
.AnyTagClassName
{
color: #877D4D;
}
</style>
background-color css
<style>
a { background-color: #877D4D; }
a { background-color: rgb(135,125,77); }
div.DivClassName
{
background-color: #877D4D;
}
.BgClassName
{
background-color: #877D4D;
}
</style>
border-color css
<style>
span { border-color: #877D4D; }
span { border-color: rgb(135,125,77); }
td.TdClassName
{
border-color: #877D4D;
}
.TagClassName
{
border-color: #877D4D;
}
</style>