Shades of Clay Creek #87804A
Tints of Clay Creek #87804A
RGB
CMYK
RGB Variations
Color information
#87804A (or 0x87804A) is known color: Clay Creek. HEX triplet: 87, 80 and 4A. RGB value is (135,128,74). Sum of RGB (Red+Green+Blue) = 135+128+74=337 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.06% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 135 - color contains mainly: red. Hex color #87804A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87804A is #787FB5. Grayscale: #7C7C7C. Windows color (decimal): -7897014 or 4882567. OLE color: 4882567.
HSL color Cylindrical-coordinate representation of color #87804A: hue angle of 53.11º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #87804A is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 128 | 74 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.47 |
| HSL | 53.11º | 0.29% | 0.41% | - |
| HSV(B) | 53.11º | 0.45% | 0.53% | - |
| XYZ | 18.95 | 21.08 | 9.55 | - |
| YUV | 123.94 | 99.82 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 128 | 74 | 0 | 0.05 | 0.45 | 0.47 | 53.11 | 0.29 | 0.41 |
| Hex | 87 | 80 | 4A | 0 | 5 | 2D | 2F | 35 | 1D | 29 |
| Octal | 207 | 200 | 112 | 0 | 5 | 55 | 57 | 65 | 35 | 51 |
| Binary | 10000111 | 10000000 | 1001010 | 0 | 101 | 101101 | 101111 | 110101 | 11101 | 101001 |
Color Harmonies of #87804A
Complementary color
Monochromatic Colors of #87804A
Black with #87804A
Text Example
Text Example
White with #87804A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87804A; }
p { color: rgb(135,128,74); }
H1.HeaderClassName
{
color: #87804A;
}
.AnyTagClassName
{
color: #87804A;
}
</style>
background-color css
<style>
a { background-color: #87804A; }
a { background-color: rgb(135,128,74); }
div.DivClassName
{
background-color: #87804A;
}
.BgClassName
{
background-color: #87804A;
}
</style>
border-color css
<style>
span { border-color: #87804A; }
span { border-color: rgb(135,128,74); }
td.TdClassName
{
border-color: #87804A;
}
.TagClassName
{
border-color: #87804A;
}
</style>