Shades of Squirrel #8D7766
Tints of Squirrel #8D7766
RGB
CMYK
RGB Variations
Color information
#8D7766 (or 0x8D7766) is known color: Squirrel. HEX triplet: 8D, 77 and 66. RGB value is (141,119,102). Sum of RGB (Red+Green+Blue) = 141+119+102=362 (47% of max value = 765). Red value is 141 (55.47% from 255 or 38.95% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7766 is #728899. Grayscale: #7B7B7B. Windows color (decimal): -7506074 or 6715277. OLE color: 6715277.
HSL color Cylindrical-coordinate representation of color #8D7766: hue angle of 26.15º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8D7766 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 119 | 102 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.45 |
| HSL | 26.15º | 0.16% | 0.48% | - |
| HSV(B) | 26.15º | 0.28% | 0.55% | - |
| XYZ | 19.98 | 19.82 | 15.34 | - |
| YUV | 123.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 119 | 102 | 0 | 0.16 | 0.28 | 0.45 | 26.15 | 0.16 | 0.48 |
| Hex | 8D | 77 | 66 | 0 | 10 | 1C | 2D | 1A | 10 | 30 |
| Octal | 215 | 167 | 146 | 0 | 20 | 34 | 55 | 32 | 20 | 60 |
| Binary | 10001101 | 1110111 | 1100110 | 0 | 10000 | 11100 | 101101 | 11010 | 10000 | 110000 |
Color Harmonies of #8D7766
Complementary color
Monochromatic Colors of #8D7766
Black with #8D7766
Text Example
Text Example
White with #8D7766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7766; }
p { color: rgb(141,119,102); }
H1.HeaderClassName
{
color: #8D7766;
}
.AnyTagClassName
{
color: #8D7766;
}
</style>
background-color css
<style>
a { background-color: #8D7766; }
a { background-color: rgb(141,119,102); }
div.DivClassName
{
background-color: #8D7766;
}
.BgClassName
{
background-color: #8D7766;
}
</style>
border-color css
<style>
span { border-color: #8D7766; }
span { border-color: rgb(141,119,102); }
td.TdClassName
{
border-color: #8D7766;
}
.TagClassName
{
border-color: #8D7766;
}
</style>