Shades of Clay Creek #878151
Tints of Clay Creek #878151
RGB
CMYK
RGB Variations
Color information
#878151 (or 0x878151) is known color: Clay Creek. HEX triplet: 87, 81 and 51. RGB value is (135,129,81). Sum of RGB (Red+Green+Blue) = 135+129+81=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 135 - color contains mainly: red. Hex color #878151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878151 is #787EAE. Grayscale: #7D7D7D. Windows color (decimal): -7896751 or 5341575. OLE color: 5341575.
HSL color Cylindrical-coordinate representation of color #878151: hue angle of 53.33º 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 #878151 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 129 | 81 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.47 |
| HSL | 53.33º | 0.25% | 0.42% | - |
| HSV(B) | 53.33º | 0.4% | 0.53% | - |
| XYZ | 19.33 | 21.45 | 10.91 | - |
| YUV | 125.32 | 102.99 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 129 | 81 | 0 | 0.04 | 0.40 | 0.47 | 53.33 | 0.25 | 0.42 |
| Hex | 87 | 81 | 51 | 0 | 4 | 28 | 2F | 35 | 19 | 2A |
| Octal | 207 | 201 | 121 | 0 | 4 | 50 | 57 | 65 | 31 | 52 |
| Binary | 10000111 | 10000001 | 1010001 | 0 | 100 | 101000 | 101111 | 110101 | 11001 | 101010 |
Color Harmonies of #878151
Complementary color
Monochromatic Colors of #878151
Black with #878151
Text Example
Text Example
White with #878151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878151; }
p { color: rgb(135,129,81); }
H1.HeaderClassName
{
color: #878151;
}
.AnyTagClassName
{
color: #878151;
}
</style>
background-color css
<style>
a { background-color: #878151; }
a { background-color: rgb(135,129,81); }
div.DivClassName
{
background-color: #878151;
}
.BgClassName
{
background-color: #878151;
}
</style>
border-color css
<style>
span { border-color: #878151; }
span { border-color: rgb(135,129,81); }
td.TdClassName
{
border-color: #878151;
}
.TagClassName
{
border-color: #878151;
}
</style>