Shades of Squirrel #887C6B
Tints of Squirrel #887C6B
RGB
CMYK
RGB Variations
Color information
#887C6B (or 0x887C6B) is known color: Squirrel. HEX triplet: 88, 7C and 6B. RGB value is (136,124,107). Sum of RGB (Red+Green+Blue) = 136+124+107=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 136 - color contains mainly: red. Hex color #887C6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887C6B is #778394. Grayscale: #7D7D7D. Windows color (decimal): -7832469 or 7044232. OLE color: 7044232.
HSL color Cylindrical-coordinate representation of color #887C6B: hue angle of 35.17º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #887C6B is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 124 | 107 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.47 |
| HSL | 35.17º | 0.12% | 0.48% | - |
| HSV(B) | 35.17º | 0.21% | 0.53% | - |
| XYZ | 20.01 | 20.71 | 16.85 | - |
| YUV | 125.65 | 117.48 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 124 | 107 | 0 | 0.09 | 0.21 | 0.47 | 35.17 | 0.12 | 0.48 |
| Hex | 88 | 7C | 6B | 0 | 9 | 15 | 2F | 23 | C | 30 |
| Octal | 210 | 174 | 153 | 0 | 11 | 25 | 57 | 43 | 14 | 60 |
| Binary | 10001000 | 1111100 | 1101011 | 0 | 1001 | 10101 | 101111 | 100011 | 1100 | 110000 |
Color Harmonies of #887C6B
Complementary color
Monochromatic Colors of #887C6B
Black with #887C6B
Text Example
Text Example
White with #887C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887C6B; }
p { color: rgb(136,124,107); }
H1.HeaderClassName
{
color: #887C6B;
}
.AnyTagClassName
{
color: #887C6B;
}
</style>
background-color css
<style>
a { background-color: #887C6B; }
a { background-color: rgb(136,124,107); }
div.DivClassName
{
background-color: #887C6B;
}
.BgClassName
{
background-color: #887C6B;
}
</style>
border-color css
<style>
span { border-color: #887C6B; }
span { border-color: rgb(136,124,107); }
td.TdClassName
{
border-color: #887C6B;
}
.TagClassName
{
border-color: #887C6B;
}
</style>