Shades of Clay Creek #887C59
Tints of Clay Creek #887C59
RGB
CMYK
RGB Variations
Color information
#887C59 (or 0x887C59) is known color: Clay Creek. HEX triplet: 88, 7C and 59. RGB value is (136,124,89). Sum of RGB (Red+Green+Blue) = 136+124+89=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 136 - color contains mainly: red. Hex color #887C59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887C59 is #7783A6. Grayscale: #7B7B7B. Windows color (decimal): -7832487 or 5864584. OLE color: 5864584.
HSL color Cylindrical-coordinate representation of color #887C59: hue angle of 44.68º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #887C59 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 124 | 89 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.47 |
| HSL | 44.68º | 0.21% | 0.44% | - |
| HSV(B) | 44.68º | 0.35% | 0.53% | - |
| XYZ | 19.16 | 20.37 | 12.37 | - |
| YUV | 123.6 | 108.48 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 124 | 89 | 0 | 0.09 | 0.35 | 0.47 | 44.68 | 0.21 | 0.44 |
| Hex | 88 | 7C | 59 | 0 | 9 | 23 | 2F | 2D | 15 | 2C |
| Octal | 210 | 174 | 131 | 0 | 11 | 43 | 57 | 55 | 25 | 54 |
| Binary | 10001000 | 1111100 | 1011001 | 0 | 1001 | 100011 | 101111 | 101101 | 10101 | 101100 |
Color Harmonies of #887C59
Complementary color
Monochromatic Colors of #887C59
Black with #887C59
Text Example
Text Example
White with #887C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887C59; }
p { color: rgb(136,124,89); }
H1.HeaderClassName
{
color: #887C59;
}
.AnyTagClassName
{
color: #887C59;
}
</style>
background-color css
<style>
a { background-color: #887C59; }
a { background-color: rgb(136,124,89); }
div.DivClassName
{
background-color: #887C59;
}
.BgClassName
{
background-color: #887C59;
}
</style>
border-color css
<style>
span { border-color: #887C59; }
span { border-color: rgb(136,124,89); }
td.TdClassName
{
border-color: #887C59;
}
.TagClassName
{
border-color: #887C59;
}
</style>