Shades of Clay Creek #887D5C
Tints of Clay Creek #887D5C
RGB
CMYK
RGB Variations
Color information
#887D5C (or 0x887D5C) is known color: Clay Creek. HEX triplet: 88, 7D and 5C. RGB value is (136,125,92). Sum of RGB (Red+Green+Blue) = 136+125+92=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 136 - color contains mainly: red. Hex color #887D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887D5C is #7782A3. Grayscale: #7C7C7C. Windows color (decimal): -7832228 or 6061448. OLE color: 6061448.
HSL color Cylindrical-coordinate representation of color #887D5C: hue angle of 45º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #887D5C is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 125 | 92 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.47 |
| HSL | 45º | 0.19% | 0.45% | - |
| HSV(B) | 45º | 0.32% | 0.53% | - |
| XYZ | 19.42 | 20.67 | 13.09 | - |
| YUV | 124.53 | 109.64 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 125 | 92 | 0 | 0.08 | 0.32 | 0.47 | 45 | 0.19 | 0.45 |
| Hex | 88 | 7D | 5C | 0 | 8 | 20 | 2F | 2D | 13 | 2D |
| Octal | 210 | 175 | 134 | 0 | 10 | 40 | 57 | 55 | 23 | 55 |
| Binary | 10001000 | 1111101 | 1011100 | 0 | 1000 | 100000 | 101111 | 101101 | 10011 | 101101 |
Color Harmonies of #887D5C
Complementary color
Monochromatic Colors of #887D5C
Black with #887D5C
Text Example
Text Example
White with #887D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887D5C; }
p { color: rgb(136,125,92); }
H1.HeaderClassName
{
color: #887D5C;
}
.AnyTagClassName
{
color: #887D5C;
}
</style>
background-color css
<style>
a { background-color: #887D5C; }
a { background-color: rgb(136,125,92); }
div.DivClassName
{
background-color: #887D5C;
}
.BgClassName
{
background-color: #887D5C;
}
</style>
border-color css
<style>
span { border-color: #887D5C; }
span { border-color: rgb(136,125,92); }
td.TdClassName
{
border-color: #887D5C;
}
.TagClassName
{
border-color: #887D5C;
}
</style>