Shades of Clay Creek #887D58
Tints of Clay Creek #887D58
RGB
CMYK
RGB Variations
Color information
#887D58 (or 0x887D58) is known color: Clay Creek. HEX triplet: 88, 7D and 58. RGB value is (136,125,88). Sum of RGB (Red+Green+Blue) = 136+125+88=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 88 (34.77% from 255 or 25.21% from 349); Max value from RGB is 136 - color contains mainly: red. Hex color #887D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887D58 is #7782A7. Grayscale: #7C7C7C. Windows color (decimal): -7832232 or 5799304. OLE color: 5799304.
HSL color Cylindrical-coordinate representation of color #887D58: hue angle of 46.25º 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 #887D58 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 125 | 88 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.47 |
| HSL | 46.25º | 0.21% | 0.44% | - |
| HSV(B) | 46.25º | 0.35% | 0.53% | - |
| XYZ | 19.25 | 20.61 | 12.2 | - |
| YUV | 124.07 | 107.64 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 125 | 88 | 0 | 0.08 | 0.35 | 0.47 | 46.25 | 0.21 | 0.44 |
| Hex | 88 | 7D | 58 | 0 | 8 | 23 | 2F | 2E | 15 | 2C |
| Octal | 210 | 175 | 130 | 0 | 10 | 43 | 57 | 56 | 25 | 54 |
| Binary | 10001000 | 1111101 | 1011000 | 0 | 1000 | 100011 | 101111 | 101110 | 10101 | 101100 |
Color Harmonies of #887D58
Complementary color
Monochromatic Colors of #887D58
Black with #887D58
Text Example
Text Example
White with #887D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887D58; }
p { color: rgb(136,125,88); }
H1.HeaderClassName
{
color: #887D58;
}
.AnyTagClassName
{
color: #887D58;
}
</style>
background-color css
<style>
a { background-color: #887D58; }
a { background-color: rgb(136,125,88); }
div.DivClassName
{
background-color: #887D58;
}
.BgClassName
{
background-color: #887D58;
}
</style>
border-color css
<style>
span { border-color: #887D58; }
span { border-color: rgb(136,125,88); }
td.TdClassName
{
border-color: #887D58;
}
.TagClassName
{
border-color: #887D58;
}
</style>