Shades of Clay Creek #887F5B
Tints of Clay Creek #887F5B
RGB
CMYK
RGB Variations
Color information
#887F5B (or 0x887F5B) is known color: Clay Creek. HEX triplet: 88, 7F and 5B. RGB value is (136,127,91). Sum of RGB (Red+Green+Blue) = 136+127+91=354 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.42% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 136 - color contains mainly: red. Hex color #887F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887F5B is #7780A4. Grayscale: #7D7D7D. Windows color (decimal): -7831717 or 5996424. OLE color: 5996424.
HSL color Cylindrical-coordinate representation of color #887F5B: hue angle of 48º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #887F5B is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 127 | 91 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.47 |
| HSL | 48º | 0.2% | 0.45% | - |
| HSV(B) | 48º | 0.33% | 0.53% | - |
| XYZ | 19.63 | 21.17 | 12.95 | - |
| YUV | 125.59 | 108.48 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 127 | 91 | 0 | 0.07 | 0.33 | 0.47 | 48 | 0.2 | 0.45 |
| Hex | 88 | 7F | 5B | 0 | 7 | 21 | 2F | 30 | 14 | 2D |
| Octal | 210 | 177 | 133 | 0 | 7 | 41 | 57 | 60 | 24 | 55 |
| Binary | 10001000 | 1111111 | 1011011 | 0 | 111 | 100001 | 101111 | 110000 | 10100 | 101101 |
Color Harmonies of #887F5B
Complementary color
Monochromatic Colors of #887F5B
Black with #887F5B
Text Example
Text Example
White with #887F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887F5B; }
p { color: rgb(136,127,91); }
H1.HeaderClassName
{
color: #887F5B;
}
.AnyTagClassName
{
color: #887F5B;
}
</style>
background-color css
<style>
a { background-color: #887F5B; }
a { background-color: rgb(136,127,91); }
div.DivClassName
{
background-color: #887F5B;
}
.BgClassName
{
background-color: #887F5B;
}
</style>
border-color css
<style>
span { border-color: #887F5B; }
span { border-color: rgb(136,127,91); }
td.TdClassName
{
border-color: #887F5B;
}
.TagClassName
{
border-color: #887F5B;
}
</style>