Shades of Clay Creek #877A51
Tints of Clay Creek #877A51
RGB
CMYK
RGB Variations
Color information
#877A51 (or 0x877A51) is known color: Clay Creek. HEX triplet: 87, 7A and 51. RGB value is (135,122,81). Sum of RGB (Red+Green+Blue) = 135+122+81=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 135 - color contains mainly: red. Hex color #877A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877A51 is #7885AE. Grayscale: #797979. Windows color (decimal): -7898543 or 5339783. OLE color: 5339783.
HSL color Cylindrical-coordinate representation of color #877A51: hue angle of 45.56º 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 #877A51 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 122 | 81 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.47 |
| HSL | 45.56º | 0.25% | 0.42% | - |
| HSV(B) | 45.56º | 0.4% | 0.53% | - |
| XYZ | 18.44 | 19.66 | 10.61 | - |
| YUV | 121.21 | 105.31 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 122 | 81 | 0 | 0.10 | 0.40 | 0.47 | 45.56 | 0.25 | 0.42 |
| Hex | 87 | 7A | 51 | 0 | A | 28 | 2F | 2E | 19 | 2A |
| Octal | 207 | 172 | 121 | 0 | 12 | 50 | 57 | 56 | 31 | 52 |
| Binary | 10000111 | 1111010 | 1010001 | 0 | 1010 | 101000 | 101111 | 101110 | 11001 | 101010 |
Color Harmonies of #877A51
Complementary color
Monochromatic Colors of #877A51
Black with #877A51
Text Example
Text Example
White with #877A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877A51; }
p { color: rgb(135,122,81); }
H1.HeaderClassName
{
color: #877A51;
}
.AnyTagClassName
{
color: #877A51;
}
</style>
background-color css
<style>
a { background-color: #877A51; }
a { background-color: rgb(135,122,81); }
div.DivClassName
{
background-color: #877A51;
}
.BgClassName
{
background-color: #877A51;
}
</style>
border-color css
<style>
span { border-color: #877A51; }
span { border-color: rgb(135,122,81); }
td.TdClassName
{
border-color: #877A51;
}
.TagClassName
{
border-color: #877A51;
}
</style>