Shades of Clay Creek #887C55
Tints of Clay Creek #887C55
RGB
CMYK
RGB Variations
Color information
#887C55 (or 0x887C55) is known color: Clay Creek. HEX triplet: 88, 7C and 55. RGB value is (136,124,85). Sum of RGB (Red+Green+Blue) = 136+124+85=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 136 - color contains mainly: red. Hex color #887C55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887C55 is #7783AA. Grayscale: #7B7B7B. Windows color (decimal): -7832491 or 5602440. OLE color: 5602440.
HSL color Cylindrical-coordinate representation of color #887C55: hue angle of 45.88º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #887C55 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 124 | 85 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.47 |
| HSL | 45.88º | 0.23% | 0.43% | - |
| HSV(B) | 45.88º | 0.38% | 0.53% | - |
| XYZ | 19 | 20.31 | 11.51 | - |
| YUV | 123.14 | 106.48 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 124 | 85 | 0 | 0.09 | 0.38 | 0.47 | 45.88 | 0.23 | 0.43 |
| Hex | 88 | 7C | 55 | 0 | 9 | 26 | 2F | 2E | 17 | 2B |
| Octal | 210 | 174 | 125 | 0 | 11 | 46 | 57 | 56 | 27 | 53 |
| Binary | 10001000 | 1111100 | 1010101 | 0 | 1001 | 100110 | 101111 | 101110 | 10111 | 101011 |
Color Harmonies of #887C55
Complementary color
Monochromatic Colors of #887C55
Black with #887C55
Text Example
Text Example
White with #887C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887C55; }
p { color: rgb(136,124,85); }
H1.HeaderClassName
{
color: #887C55;
}
.AnyTagClassName
{
color: #887C55;
}
</style>
background-color css
<style>
a { background-color: #887C55; }
a { background-color: rgb(136,124,85); }
div.DivClassName
{
background-color: #887C55;
}
.BgClassName
{
background-color: #887C55;
}
</style>
border-color css
<style>
span { border-color: #887C55; }
span { border-color: rgb(136,124,85); }
td.TdClassName
{
border-color: #887C55;
}
.TagClassName
{
border-color: #887C55;
}
</style>