Shades of Clay Creek #878355
Tints of Clay Creek #878355
RGB
CMYK
RGB Variations
Color information
#878355 (or 0x878355) is known color: Clay Creek. HEX triplet: 87, 83 and 55. RGB value is (135,131,85). Sum of RGB (Red+Green+Blue) = 135+131+85=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 85 (33.59% from 255 or 24.22% from 351); Max value from RGB is 135 - color contains mainly: red. Hex color #878355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878355 is #787CAA. Grayscale: #7F7F7F. Windows color (decimal): -7896235 or 5604231. OLE color: 5604231.
HSL color Cylindrical-coordinate representation of color #878355: hue angle of 55.2º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #878355 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 131 | 85 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.47 |
| HSL | 55.2º | 0.23% | 0.43% | - |
| HSV(B) | 55.2º | 0.37% | 0.53% | - |
| XYZ | 19.75 | 22.04 | 11.81 | - |
| YUV | 126.95 | 104.33 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 131 | 85 | 0 | 0.03 | 0.37 | 0.47 | 55.2 | 0.23 | 0.43 |
| Hex | 87 | 83 | 55 | 0 | 3 | 25 | 2F | 37 | 17 | 2B |
| Octal | 207 | 203 | 125 | 0 | 3 | 45 | 57 | 67 | 27 | 53 |
| Binary | 10000111 | 10000011 | 1010101 | 0 | 11 | 100101 | 101111 | 110111 | 10111 | 101011 |
Color Harmonies of #878355
Complementary color
Monochromatic Colors of #878355
Black with #878355
Text Example
Text Example
White with #878355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878355; }
p { color: rgb(135,131,85); }
H1.HeaderClassName
{
color: #878355;
}
.AnyTagClassName
{
color: #878355;
}
</style>
background-color css
<style>
a { background-color: #878355; }
a { background-color: rgb(135,131,85); }
div.DivClassName
{
background-color: #878355;
}
.BgClassName
{
background-color: #878355;
}
</style>
border-color css
<style>
span { border-color: #878355; }
span { border-color: rgb(135,131,85); }
td.TdClassName
{
border-color: #878355;
}
.TagClassName
{
border-color: #878355;
}
</style>