Shades of Clay Creek #887C4D
Tints of Clay Creek #887C4D
RGB
CMYK
RGB Variations
Color information
#887C4D (or 0x887C4D) is known color: Clay Creek. HEX triplet: 88, 7C and 4D. RGB value is (136,124,77). Sum of RGB (Red+Green+Blue) = 136+124+77=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 136 - color contains mainly: red. Hex color #887C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887C4D is #7783B2. Grayscale: #7A7A7A. Windows color (decimal): -7832499 or 5078152. OLE color: 5078152.
HSL color Cylindrical-coordinate representation of color #887C4D: hue angle of 47.8º degrees, saturation: 0.28, 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 #887C4D is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 124 | 77 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.47 |
| HSL | 47.8º | 0.28% | 0.42% | - |
| HSV(B) | 47.8º | 0.43% | 0.53% | - |
| XYZ | 18.7 | 20.19 | 9.93 | - |
| YUV | 122.23 | 102.48 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 124 | 77 | 0 | 0.09 | 0.43 | 0.47 | 47.8 | 0.28 | 0.42 |
| Hex | 88 | 7C | 4D | 0 | 9 | 2B | 2F | 30 | 1C | 2A |
| Octal | 210 | 174 | 115 | 0 | 11 | 53 | 57 | 60 | 34 | 52 |
| Binary | 10001000 | 1111100 | 1001101 | 0 | 1001 | 101011 | 101111 | 110000 | 11100 | 101010 |
Color Harmonies of #887C4D
Complementary color
Monochromatic Colors of #887C4D
Black with #887C4D
Text Example
Text Example
White with #887C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887C4D; }
p { color: rgb(136,124,77); }
H1.HeaderClassName
{
color: #887C4D;
}
.AnyTagClassName
{
color: #887C4D;
}
</style>
background-color css
<style>
a { background-color: #887C4D; }
a { background-color: rgb(136,124,77); }
div.DivClassName
{
background-color: #887C4D;
}
.BgClassName
{
background-color: #887C4D;
}
</style>
border-color css
<style>
span { border-color: #887C4D; }
span { border-color: rgb(136,124,77); }
td.TdClassName
{
border-color: #887C4D;
}
.TagClassName
{
border-color: #887C4D;
}
</style>