Shades of Clay Creek #87784E
Tints of Clay Creek #87784E
RGB
CMYK
RGB Variations
Color information
#87784E (or 0x87784E) is known color: Clay Creek. HEX triplet: 87, 78 and 4E. RGB value is (135,120,78). Sum of RGB (Red+Green+Blue) = 135+120+78=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 135 - color contains mainly: red. Hex color #87784E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87784E is #7887B1. Grayscale: #777777. Windows color (decimal): -7899058 or 5142663. OLE color: 5142663.
HSL color Cylindrical-coordinate representation of color #87784E: hue angle of 44.21º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #87784E is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 120 | 78 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.47 |
| HSL | 44.21º | 0.27% | 0.42% | - |
| HSV(B) | 44.21º | 0.42% | 0.53% | - |
| XYZ | 18.08 | 19.13 | 9.95 | - |
| YUV | 119.7 | 104.47 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 120 | 78 | 0 | 0.11 | 0.42 | 0.47 | 44.21 | 0.27 | 0.42 |
| Hex | 87 | 78 | 4E | 0 | B | 2A | 2F | 2C | 1B | 2A |
| Octal | 207 | 170 | 116 | 0 | 13 | 52 | 57 | 54 | 33 | 52 |
| Binary | 10000111 | 1111000 | 1001110 | 0 | 1011 | 101010 | 101111 | 101100 | 11011 | 101010 |
Color Harmonies of #87784E
Complementary color
Monochromatic Colors of #87784E
Black with #87784E
Text Example
Text Example
White with #87784E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87784E; }
p { color: rgb(135,120,78); }
H1.HeaderClassName
{
color: #87784E;
}
.AnyTagClassName
{
color: #87784E;
}
</style>
background-color css
<style>
a { background-color: #87784E; }
a { background-color: rgb(135,120,78); }
div.DivClassName
{
background-color: #87784E;
}
.BgClassName
{
background-color: #87784E;
}
</style>
border-color css
<style>
span { border-color: #87784E; }
span { border-color: rgb(135,120,78); }
td.TdClassName
{
border-color: #87784E;
}
.TagClassName
{
border-color: #87784E;
}
</style>