Shades of Clay Creek #877F51
Tints of Clay Creek #877F51
RGB
CMYK
RGB Variations
Color information
#877F51 (or 0x877F51) is known color: Clay Creek. HEX triplet: 87, 7F and 51. RGB value is (135,127,81). Sum of RGB (Red+Green+Blue) = 135+127+81=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 135 - color contains mainly: red. Hex color #877F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877F51 is #7880AE. Grayscale: #7C7C7C. Windows color (decimal): -7897263 or 5341063. OLE color: 5341063.
HSL color Cylindrical-coordinate representation of color #877F51: hue angle of 51.11º 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 #877F51 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 127 | 81 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.47 |
| HSL | 51.11º | 0.25% | 0.42% | - |
| HSV(B) | 51.11º | 0.4% | 0.53% | - |
| XYZ | 19.07 | 20.92 | 10.82 | - |
| YUV | 124.15 | 103.65 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 127 | 81 | 0 | 0.06 | 0.40 | 0.47 | 51.11 | 0.25 | 0.42 |
| Hex | 87 | 7F | 51 | 0 | 6 | 28 | 2F | 33 | 19 | 2A |
| Octal | 207 | 177 | 121 | 0 | 6 | 50 | 57 | 63 | 31 | 52 |
| Binary | 10000111 | 1111111 | 1010001 | 0 | 110 | 101000 | 101111 | 110011 | 11001 | 101010 |
Color Harmonies of #877F51
Complementary color
Monochromatic Colors of #877F51
Black with #877F51
Text Example
Text Example
White with #877F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877F51; }
p { color: rgb(135,127,81); }
H1.HeaderClassName
{
color: #877F51;
}
.AnyTagClassName
{
color: #877F51;
}
</style>
background-color css
<style>
a { background-color: #877F51; }
a { background-color: rgb(135,127,81); }
div.DivClassName
{
background-color: #877F51;
}
.BgClassName
{
background-color: #877F51;
}
</style>
border-color css
<style>
span { border-color: #877F51; }
span { border-color: rgb(135,127,81); }
td.TdClassName
{
border-color: #877F51;
}
.TagClassName
{
border-color: #877F51;
}
</style>