Shades of Clay Creek #878254
Tints of Clay Creek #878254
RGB
CMYK
RGB Variations
Color information
#878254 (or 0x878254) is known color: Clay Creek. HEX triplet: 87, 82 and 54. RGB value is (135,130,84). Sum of RGB (Red+Green+Blue) = 135+130+84=349 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.68% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 84 (33.20% from 255 or 24.07% from 349); Max value from RGB is 135 - color contains mainly: red. Hex color #878254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878254 is #787DAB. Grayscale: #7E7E7E. Windows color (decimal): -7896492 or 5538439. OLE color: 5538439.
HSL color Cylindrical-coordinate representation of color #878254: hue angle of 54.12º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #878254 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 130 | 84 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.47 |
| HSL | 54.12º | 0.23% | 0.43% | - |
| HSV(B) | 54.12º | 0.38% | 0.53% | - |
| XYZ | 19.57 | 21.76 | 11.56 | - |
| YUV | 126.25 | 104.16 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 130 | 84 | 0 | 0.04 | 0.38 | 0.47 | 54.12 | 0.23 | 0.43 |
| Hex | 87 | 82 | 54 | 0 | 4 | 26 | 2F | 36 | 17 | 2B |
| Octal | 207 | 202 | 124 | 0 | 4 | 46 | 57 | 66 | 27 | 53 |
| Binary | 10000111 | 10000010 | 1010100 | 0 | 100 | 100110 | 101111 | 110110 | 10111 | 101011 |
Color Harmonies of #878254
Complementary color
Monochromatic Colors of #878254
Black with #878254
Text Example
Text Example
White with #878254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878254; }
p { color: rgb(135,130,84); }
H1.HeaderClassName
{
color: #878254;
}
.AnyTagClassName
{
color: #878254;
}
</style>
background-color css
<style>
a { background-color: #878254; }
a { background-color: rgb(135,130,84); }
div.DivClassName
{
background-color: #878254;
}
.BgClassName
{
background-color: #878254;
}
</style>
border-color css
<style>
span { border-color: #878254; }
span { border-color: rgb(135,130,84); }
td.TdClassName
{
border-color: #878254;
}
.TagClassName
{
border-color: #878254;
}
</style>