Shades of Clay Creek #877E55
Tints of Clay Creek #877E55
RGB
CMYK
RGB Variations
Color information
#877E55 (or 0x877E55) is known color: Clay Creek. HEX triplet: 87, 7E and 55. RGB value is (135,126,85). Sum of RGB (Red+Green+Blue) = 135+126+85=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 135 - color contains mainly: red. Hex color #877E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877E55 is #7881AA. Grayscale: #7C7C7C. Windows color (decimal): -7897515 or 5602951. OLE color: 5602951.
HSL color Cylindrical-coordinate representation of color #877E55: hue angle of 49.2º 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 #877E55 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 126 | 85 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.47 |
| HSL | 49.2º | 0.23% | 0.43% | - |
| HSV(B) | 49.2º | 0.37% | 0.53% | - |
| XYZ | 19.09 | 20.73 | 11.59 | - |
| YUV | 124.02 | 105.98 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 126 | 85 | 0 | 0.07 | 0.37 | 0.47 | 49.2 | 0.23 | 0.43 |
| Hex | 87 | 7E | 55 | 0 | 7 | 25 | 2F | 31 | 17 | 2B |
| Octal | 207 | 176 | 125 | 0 | 7 | 45 | 57 | 61 | 27 | 53 |
| Binary | 10000111 | 1111110 | 1010101 | 0 | 111 | 100101 | 101111 | 110001 | 10111 | 101011 |
Color Harmonies of #877E55
Complementary color
Monochromatic Colors of #877E55
Black with #877E55
Text Example
Text Example
White with #877E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877E55; }
p { color: rgb(135,126,85); }
H1.HeaderClassName
{
color: #877E55;
}
.AnyTagClassName
{
color: #877E55;
}
</style>
background-color css
<style>
a { background-color: #877E55; }
a { background-color: rgb(135,126,85); }
div.DivClassName
{
background-color: #877E55;
}
.BgClassName
{
background-color: #877E55;
}
</style>
border-color css
<style>
span { border-color: #877E55; }
span { border-color: rgb(135,126,85); }
td.TdClassName
{
border-color: #877E55;
}
.TagClassName
{
border-color: #877E55;
}
</style>