Shades of Clay Creek #887D4D
Tints of Clay Creek #887D4D
RGB
CMYK
RGB Variations
Color information
#887D4D (or 0x887D4D) is known color: Clay Creek. HEX triplet: 88, 7D and 4D. RGB value is (136,125,77). Sum of RGB (Red+Green+Blue) = 136+125+77=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 136 - color contains mainly: red. Hex color #887D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887D4D is #7782B2. Grayscale: #7B7B7B. Windows color (decimal): -7832243 or 5078408. OLE color: 5078408.
HSL color Cylindrical-coordinate representation of color #887D4D: hue angle of 48.81º 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 #887D4D is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 125 | 77 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.47 |
| HSL | 48.81º | 0.28% | 0.42% | - |
| HSV(B) | 48.81º | 0.43% | 0.53% | - |
| XYZ | 18.83 | 20.44 | 9.97 | - |
| YUV | 122.82 | 102.14 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 125 | 77 | 0 | 0.08 | 0.43 | 0.47 | 48.81 | 0.28 | 0.42 |
| Hex | 88 | 7D | 4D | 0 | 8 | 2B | 2F | 31 | 1C | 2A |
| Octal | 210 | 175 | 115 | 0 | 10 | 53 | 57 | 61 | 34 | 52 |
| Binary | 10001000 | 1111101 | 1001101 | 0 | 1000 | 101011 | 101111 | 110001 | 11100 | 101010 |
Color Harmonies of #887D4D
Complementary color
Monochromatic Colors of #887D4D
Black with #887D4D
Text Example
Text Example
White with #887D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887D4D; }
p { color: rgb(136,125,77); }
H1.HeaderClassName
{
color: #887D4D;
}
.AnyTagClassName
{
color: #887D4D;
}
</style>
background-color css
<style>
a { background-color: #887D4D; }
a { background-color: rgb(136,125,77); }
div.DivClassName
{
background-color: #887D4D;
}
.BgClassName
{
background-color: #887D4D;
}
</style>
border-color css
<style>
span { border-color: #887D4D; }
span { border-color: rgb(136,125,77); }
td.TdClassName
{
border-color: #887D4D;
}
.TagClassName
{
border-color: #887D4D;
}
</style>