Shades of Clay Creek #887C4E
Tints of Clay Creek #887C4E
RGB
CMYK
RGB Variations
Color information
#887C4E (or 0x887C4E) is known color: Clay Creek. HEX triplet: 88, 7C and 4E. RGB value is (136,124,78). Sum of RGB (Red+Green+Blue) = 136+124+78=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 136 - color contains mainly: red. Hex color #887C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887C4E is #7783B1. Grayscale: #7A7A7A. Windows color (decimal): -7832498 or 5143688. OLE color: 5143688.
HSL color Cylindrical-coordinate representation of color #887C4E: hue angle of 47.59º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #887C4E is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 124 | 78 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.47 |
| HSL | 47.59º | 0.27% | 0.42% | - |
| HSV(B) | 47.59º | 0.43% | 0.53% | - |
| XYZ | 18.74 | 20.2 | 10.12 | - |
| YUV | 122.34 | 102.98 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 124 | 78 | 0 | 0.09 | 0.43 | 0.47 | 47.59 | 0.27 | 0.42 |
| Hex | 88 | 7C | 4E | 0 | 9 | 2B | 2F | 30 | 1B | 2A |
| Octal | 210 | 174 | 116 | 0 | 11 | 53 | 57 | 60 | 33 | 52 |
| Binary | 10001000 | 1111100 | 1001110 | 0 | 1001 | 101011 | 101111 | 110000 | 11011 | 101010 |
Color Harmonies of #887C4E
Complementary color
Monochromatic Colors of #887C4E
Black with #887C4E
Text Example
Text Example
White with #887C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887C4E; }
p { color: rgb(136,124,78); }
H1.HeaderClassName
{
color: #887C4E;
}
.AnyTagClassName
{
color: #887C4E;
}
</style>
background-color css
<style>
a { background-color: #887C4E; }
a { background-color: rgb(136,124,78); }
div.DivClassName
{
background-color: #887C4E;
}
.BgClassName
{
background-color: #887C4E;
}
</style>
border-color css
<style>
span { border-color: #887C4E; }
span { border-color: rgb(136,124,78); }
td.TdClassName
{
border-color: #887C4E;
}
.TagClassName
{
border-color: #887C4E;
}
</style>