Shades of Squirrel #877C6E
Tints of Squirrel #877C6E
RGB
CMYK
RGB Variations
Color information
#877C6E (or 0x877C6E) is known color: Squirrel. HEX triplet: 87, 7C and 6E. RGB value is (135,124,110). Sum of RGB (Red+Green+Blue) = 135+124+110=369 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.59% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 135 - color contains mainly: red. Hex color #877C6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877C6E is #788391. Grayscale: #7D7D7D. Windows color (decimal): -7898002 or 7240839. OLE color: 7240839.
HSL color Cylindrical-coordinate representation of color #877C6E: hue angle of 33.6º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #877C6E is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 124 | 110 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.47 |
| HSL | 33.6º | 0.1% | 0.48% | - |
| HSV(B) | 33.6º | 0.19% | 0.53% | - |
| XYZ | 20.01 | 20.69 | 17.69 | - |
| YUV | 125.69 | 119.14 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 124 | 110 | 0 | 0.08 | 0.19 | 0.47 | 33.6 | 0.1 | 0.48 |
| Hex | 87 | 7C | 6E | 0 | 8 | 13 | 2F | 22 | A | 30 |
| Octal | 207 | 174 | 156 | 0 | 10 | 23 | 57 | 42 | 12 | 60 |
| Binary | 10000111 | 1111100 | 1101110 | 0 | 1000 | 10011 | 101111 | 100010 | 1010 | 110000 |
Color Harmonies of #877C6E
Complementary color
Monochromatic Colors of #877C6E
Black with #877C6E
Text Example
Text Example
White with #877C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877C6E; }
p { color: rgb(135,124,110); }
H1.HeaderClassName
{
color: #877C6E;
}
.AnyTagClassName
{
color: #877C6E;
}
</style>
background-color css
<style>
a { background-color: #877C6E; }
a { background-color: rgb(135,124,110); }
div.DivClassName
{
background-color: #877C6E;
}
.BgClassName
{
background-color: #877C6E;
}
</style>
border-color css
<style>
span { border-color: #877C6E; }
span { border-color: rgb(135,124,110); }
td.TdClassName
{
border-color: #877C6E;
}
.TagClassName
{
border-color: #877C6E;
}
</style>