Shades of Clay Creek #877F55
Tints of Clay Creek #877F55
RGB
CMYK
RGB Variations
Color information
#877F55 (or 0x877F55) is known color: Clay Creek. HEX triplet: 87, 7F and 55. RGB value is (135,127,85). Sum of RGB (Red+Green+Blue) = 135+127+85=347 (45% of max value = 765). Red value is 135 (53.12% from 255 or 38.90% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 135 - color contains mainly: red. Hex color #877F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877F55 is #7880AA. Grayscale: #7C7C7C. Windows color (decimal): -7897259 or 5603207. OLE color: 5603207.
HSL color Cylindrical-coordinate representation of color #877F55: hue angle of 50.4º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #877F55 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 127 | 85 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.47 |
| HSL | 50.4º | 0.23% | 0.43% | - |
| HSV(B) | 50.4º | 0.37% | 0.53% | - |
| XYZ | 19.22 | 20.99 | 11.63 | - |
| YUV | 124.6 | 105.65 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 127 | 85 | 0 | 0.06 | 0.37 | 0.47 | 50.4 | 0.23 | 0.43 |
| Hex | 87 | 7F | 55 | 0 | 6 | 25 | 2F | 32 | 17 | 2B |
| Octal | 207 | 177 | 125 | 0 | 6 | 45 | 57 | 62 | 27 | 53 |
| Binary | 10000111 | 1111111 | 1010101 | 0 | 110 | 100101 | 101111 | 110010 | 10111 | 101011 |
Color Harmonies of #877F55
Complementary color
Monochromatic Colors of #877F55
Black with #877F55
Text Example
Text Example
White with #877F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877F55; }
p { color: rgb(135,127,85); }
H1.HeaderClassName
{
color: #877F55;
}
.AnyTagClassName
{
color: #877F55;
}
</style>
background-color css
<style>
a { background-color: #877F55; }
a { background-color: rgb(135,127,85); }
div.DivClassName
{
background-color: #877F55;
}
.BgClassName
{
background-color: #877F55;
}
</style>
border-color css
<style>
span { border-color: #877F55; }
span { border-color: rgb(135,127,85); }
td.TdClassName
{
border-color: #877F55;
}
.TagClassName
{
border-color: #877F55;
}
</style>