Shades of Clay Creek #887C58
Tints of Clay Creek #887C58
RGB
CMYK
RGB Variations
Color information
#887C58 (or 0x887C58) is known color: Clay Creek. HEX triplet: 88, 7C and 58. RGB value is (136,124,88). Sum of RGB (Red+Green+Blue) = 136+124+88=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 136 - color contains mainly: red. Hex color #887C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887C58 is #7783A7. Grayscale: #7B7B7B. Windows color (decimal): -7832488 or 5799048. OLE color: 5799048.
HSL color Cylindrical-coordinate representation of color #887C58: hue angle of 45º 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 #887C58 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 124 | 88 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.47 |
| HSL | 45º | 0.21% | 0.44% | - |
| HSV(B) | 45º | 0.35% | 0.53% | - |
| XYZ | 19.12 | 20.35 | 12.15 | - |
| YUV | 123.48 | 107.98 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 124 | 88 | 0 | 0.09 | 0.35 | 0.47 | 45 | 0.21 | 0.44 |
| Hex | 88 | 7C | 58 | 0 | 9 | 23 | 2F | 2D | 15 | 2C |
| Octal | 210 | 174 | 130 | 0 | 11 | 43 | 57 | 55 | 25 | 54 |
| Binary | 10001000 | 1111100 | 1011000 | 0 | 1001 | 100011 | 101111 | 101101 | 10101 | 101100 |
Color Harmonies of #887C58
Complementary color
Monochromatic Colors of #887C58
Black with #887C58
Text Example
Text Example
White with #887C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887C58; }
p { color: rgb(136,124,88); }
H1.HeaderClassName
{
color: #887C58;
}
.AnyTagClassName
{
color: #887C58;
}
</style>
background-color css
<style>
a { background-color: #887C58; }
a { background-color: rgb(136,124,88); }
div.DivClassName
{
background-color: #887C58;
}
.BgClassName
{
background-color: #887C58;
}
</style>
border-color css
<style>
span { border-color: #887C58; }
span { border-color: rgb(136,124,88); }
td.TdClassName
{
border-color: #887C58;
}
.TagClassName
{
border-color: #887C58;
}
</style>