Shades of Squirrel #877D6F
Tints of Squirrel #877D6F
RGB
CMYK
RGB Variations
Color information
#877D6F (or 0x877D6F) is known color: Squirrel. HEX triplet: 87, 7D and 6F. RGB value is (135,125,111). Sum of RGB (Red+Green+Blue) = 135+125+111=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 135 - color contains mainly: red. Hex color #877D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877D6F is #788290. Grayscale: #7E7E7E. Windows color (decimal): -7897745 or 7306631. OLE color: 7306631.
HSL color Cylindrical-coordinate representation of color #877D6F: hue angle of 35º 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 #877D6F is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 125 | 111 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.47 |
| HSL | 35º | 0.1% | 0.48% | - |
| HSV(B) | 35º | 0.18% | 0.53% | - |
| XYZ | 20.19 | 20.97 | 18.02 | - |
| YUV | 126.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 125 | 111 | 0 | 0.07 | 0.18 | 0.47 | 35 | 0.1 | 0.48 |
| Hex | 87 | 7D | 6F | 0 | 7 | 12 | 2F | 23 | A | 30 |
| Octal | 207 | 175 | 157 | 0 | 7 | 22 | 57 | 43 | 12 | 60 |
| Binary | 10000111 | 1111101 | 1101111 | 0 | 111 | 10010 | 101111 | 100011 | 1010 | 110000 |
Color Harmonies of #877D6F
Complementary color
Monochromatic Colors of #877D6F
Black with #877D6F
Text Example
Text Example
White with #877D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877D6F; }
p { color: rgb(135,125,111); }
H1.HeaderClassName
{
color: #877D6F;
}
.AnyTagClassName
{
color: #877D6F;
}
</style>
background-color css
<style>
a { background-color: #877D6F; }
a { background-color: rgb(135,125,111); }
div.DivClassName
{
background-color: #877D6F;
}
.BgClassName
{
background-color: #877D6F;
}
</style>
border-color css
<style>
span { border-color: #877D6F; }
span { border-color: rgb(135,125,111); }
td.TdClassName
{
border-color: #877D6F;
}
.TagClassName
{
border-color: #877D6F;
}
</style>