Shades of Clay Creek #887D4C
Tints of Clay Creek #887D4C
RGB
CMYK
RGB Variations
Color information
#887D4C (or 0x887D4C) is known color: Clay Creek. HEX triplet: 88, 7D and 4C. RGB value is (136,125,76). Sum of RGB (Red+Green+Blue) = 136+125+76=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 136 - color contains mainly: red. Hex color #887D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887D4C is #7782B3. Grayscale: #7A7A7A. Windows color (decimal): -7832244 or 5012872. OLE color: 5012872.
HSL color Cylindrical-coordinate representation of color #887D4C: hue angle of 49º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #887D4C is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 125 | 76 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.47 |
| HSL | 49º | 0.28% | 0.42% | - |
| HSV(B) | 49º | 0.44% | 0.53% | - |
| XYZ | 18.79 | 20.42 | 9.79 | - |
| YUV | 122.7 | 101.64 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 125 | 76 | 0 | 0.08 | 0.44 | 0.47 | 49 | 0.28 | 0.42 |
| Hex | 88 | 7D | 4C | 0 | 8 | 2C | 2F | 31 | 1C | 2A |
| Octal | 210 | 175 | 114 | 0 | 10 | 54 | 57 | 61 | 34 | 52 |
| Binary | 10001000 | 1111101 | 1001100 | 0 | 1000 | 101100 | 101111 | 110001 | 11100 | 101010 |
Color Harmonies of #887D4C
Complementary color
Monochromatic Colors of #887D4C
Black with #887D4C
Text Example
Text Example
White with #887D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887D4C; }
p { color: rgb(136,125,76); }
H1.HeaderClassName
{
color: #887D4C;
}
.AnyTagClassName
{
color: #887D4C;
}
</style>
background-color css
<style>
a { background-color: #887D4C; }
a { background-color: rgb(136,125,76); }
div.DivClassName
{
background-color: #887D4C;
}
.BgClassName
{
background-color: #887D4C;
}
</style>
border-color css
<style>
span { border-color: #887D4C; }
span { border-color: rgb(136,125,76); }
td.TdClassName
{
border-color: #887D4C;
}
.TagClassName
{
border-color: #887D4C;
}
</style>