Shades of Squirrel #887E6F
Tints of Squirrel #887E6F
RGB
CMYK
RGB Variations
Color information
#887E6F (or 0x887E6F) is known color: Squirrel. HEX triplet: 88, 7E and 6F. RGB value is (136,126,111). Sum of RGB (Red+Green+Blue) = 136+126+111=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 136 - color contains mainly: red. Hex color #887E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887E6F is #778190. Grayscale: #7F7F7F. Windows color (decimal): -7831953 or 7306888. OLE color: 7306888.
HSL color Cylindrical-coordinate representation of color #887E6F: hue angle of 36º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #887E6F is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 126 | 111 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.47 |
| HSL | 36º | 0.1% | 0.48% | - |
| HSV(B) | 36º | 0.18% | 0.53% | - |
| XYZ | 20.48 | 21.3 | 18.07 | - |
| YUV | 127.28 | 118.81 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 126 | 111 | 0 | 0.07 | 0.18 | 0.47 | 36 | 0.1 | 0.48 |
| Hex | 88 | 7E | 6F | 0 | 7 | 12 | 2F | 24 | A | 30 |
| Octal | 210 | 176 | 157 | 0 | 7 | 22 | 57 | 44 | 12 | 60 |
| Binary | 10001000 | 1111110 | 1101111 | 0 | 111 | 10010 | 101111 | 100100 | 1010 | 110000 |
Color Harmonies of #887E6F
Complementary color
Monochromatic Colors of #887E6F
Black with #887E6F
Text Example
Text Example
White with #887E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887E6F; }
p { color: rgb(136,126,111); }
H1.HeaderClassName
{
color: #887E6F;
}
.AnyTagClassName
{
color: #887E6F;
}
</style>
background-color css
<style>
a { background-color: #887E6F; }
a { background-color: rgb(136,126,111); }
div.DivClassName
{
background-color: #887E6F;
}
.BgClassName
{
background-color: #887E6F;
}
</style>
border-color css
<style>
span { border-color: #887E6F; }
span { border-color: rgb(136,126,111); }
td.TdClassName
{
border-color: #887E6F;
}
.TagClassName
{
border-color: #887E6F;
}
</style>