Shades of Clay Creek #887E56
Tints of Clay Creek #887E56
RGB
CMYK
RGB Variations
Color information
#887E56 (or 0x887E56) is known color: Clay Creek. HEX triplet: 88, 7E and 56. RGB value is (136,126,86). Sum of RGB (Red+Green+Blue) = 136+126+86=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 136 - color contains mainly: red. Hex color #887E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887E56 is #7781A9. Grayscale: #7C7C7C. Windows color (decimal): -7831978 or 5668488. OLE color: 5668488.
HSL color Cylindrical-coordinate representation of color #887E56: hue angle of 48º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #887E56 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 126 | 86 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.47 |
| HSL | 48º | 0.23% | 0.44% | - |
| HSV(B) | 48º | 0.37% | 0.53% | - |
| XYZ | 19.29 | 20.83 | 11.81 | - |
| YUV | 124.43 | 106.31 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 126 | 86 | 0 | 0.07 | 0.37 | 0.47 | 48 | 0.23 | 0.44 |
| Hex | 88 | 7E | 56 | 0 | 7 | 25 | 2F | 30 | 17 | 2C |
| Octal | 210 | 176 | 126 | 0 | 7 | 45 | 57 | 60 | 27 | 54 |
| Binary | 10001000 | 1111110 | 1010110 | 0 | 111 | 100101 | 101111 | 110000 | 10111 | 101100 |
Color Harmonies of #887E56
Complementary color
Monochromatic Colors of #887E56
Black with #887E56
Text Example
Text Example
White with #887E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887E56; }
p { color: rgb(136,126,86); }
H1.HeaderClassName
{
color: #887E56;
}
.AnyTagClassName
{
color: #887E56;
}
</style>
background-color css
<style>
a { background-color: #887E56; }
a { background-color: rgb(136,126,86); }
div.DivClassName
{
background-color: #887E56;
}
.BgClassName
{
background-color: #887E56;
}
</style>
border-color css
<style>
span { border-color: #887E56; }
span { border-color: rgb(136,126,86); }
td.TdClassName
{
border-color: #887E56;
}
.TagClassName
{
border-color: #887E56;
}
</style>