Shades of Clay Creek #877E51
Tints of Clay Creek #877E51
RGB
CMYK
RGB Variations
Color information
#877E51 (or 0x877E51) is known color: Clay Creek. HEX triplet: 87, 7E and 51. RGB value is (135,126,81). Sum of RGB (Red+Green+Blue) = 135+126+81=342 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.47% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 135 - color contains mainly: red. Hex color #877E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877E51 is #7881AE. Grayscale: #7B7B7B. Windows color (decimal): -7897519 or 5340807. OLE color: 5340807.
HSL color Cylindrical-coordinate representation of color #877E51: hue angle of 50º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #877E51 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 126 | 81 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.47 |
| HSL | 50º | 0.25% | 0.42% | - |
| HSV(B) | 50º | 0.4% | 0.53% | - |
| XYZ | 18.94 | 20.67 | 10.78 | - |
| YUV | 123.56 | 103.98 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 126 | 81 | 0 | 0.07 | 0.40 | 0.47 | 50 | 0.25 | 0.42 |
| Hex | 87 | 7E | 51 | 0 | 7 | 28 | 2F | 32 | 19 | 2A |
| Octal | 207 | 176 | 121 | 0 | 7 | 50 | 57 | 62 | 31 | 52 |
| Binary | 10000111 | 1111110 | 1010001 | 0 | 111 | 101000 | 101111 | 110010 | 11001 | 101010 |
Color Harmonies of #877E51
Complementary color
Monochromatic Colors of #877E51
Black with #877E51
Text Example
Text Example
White with #877E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877E51; }
p { color: rgb(135,126,81); }
H1.HeaderClassName
{
color: #877E51;
}
.AnyTagClassName
{
color: #877E51;
}
</style>
background-color css
<style>
a { background-color: #877E51; }
a { background-color: rgb(135,126,81); }
div.DivClassName
{
background-color: #877E51;
}
.BgClassName
{
background-color: #877E51;
}
</style>
border-color css
<style>
span { border-color: #877E51; }
span { border-color: rgb(135,126,81); }
td.TdClassName
{
border-color: #877E51;
}
.TagClassName
{
border-color: #877E51;
}
</style>