Shades of Clay Creek #887E4D
Tints of Clay Creek #887E4D
RGB
CMYK
RGB Variations
Color information
#887E4D (or 0x887E4D) is known color: Clay Creek. HEX triplet: 88, 7E and 4D. RGB value is (136,126,77). Sum of RGB (Red+Green+Blue) = 136+126+77=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 136 - color contains mainly: red. Hex color #887E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887E4D is #7781B2. Grayscale: #7B7B7B. Windows color (decimal): -7831987 or 5078664. OLE color: 5078664.
HSL color Cylindrical-coordinate representation of color #887E4D: hue angle of 49.83º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #887E4D is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 126 | 77 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.47 |
| HSL | 49.83º | 0.28% | 0.42% | - |
| HSV(B) | 49.83º | 0.43% | 0.53% | - |
| XYZ | 18.95 | 20.69 | 10.02 | - |
| YUV | 123.4 | 101.81 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 126 | 77 | 0 | 0.07 | 0.43 | 0.47 | 49.83 | 0.28 | 0.42 |
| Hex | 88 | 7E | 4D | 0 | 7 | 2B | 2F | 32 | 1C | 2A |
| Octal | 210 | 176 | 115 | 0 | 7 | 53 | 57 | 62 | 34 | 52 |
| Binary | 10001000 | 1111110 | 1001101 | 0 | 111 | 101011 | 101111 | 110010 | 11100 | 101010 |
Color Harmonies of #887E4D
Complementary color
Monochromatic Colors of #887E4D
Black with #887E4D
Text Example
Text Example
White with #887E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887E4D; }
p { color: rgb(136,126,77); }
H1.HeaderClassName
{
color: #887E4D;
}
.AnyTagClassName
{
color: #887E4D;
}
</style>
background-color css
<style>
a { background-color: #887E4D; }
a { background-color: rgb(136,126,77); }
div.DivClassName
{
background-color: #887E4D;
}
.BgClassName
{
background-color: #887E4D;
}
</style>
border-color css
<style>
span { border-color: #887E4D; }
span { border-color: rgb(136,126,77); }
td.TdClassName
{
border-color: #887E4D;
}
.TagClassName
{
border-color: #887E4D;
}
</style>