Shades of Squirrel #8D7A66
Tints of Squirrel #8D7A66
RGB
CMYK
RGB Variations
Color information
#8D7A66 (or 0x8D7A66) is known color: Squirrel. HEX triplet: 8D, 7A and 66. RGB value is (141,122,102). Sum of RGB (Red+Green+Blue) = 141+122+102=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7A66 is #728599. Grayscale: #7D7D7D. Windows color (decimal): -7505306 or 6716045. OLE color: 6716045.
HSL color Cylindrical-coordinate representation of color #8D7A66: hue angle of 30.77º 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 #8D7A66 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 122 | 102 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.45 |
| HSL | 30.77º | 0.16% | 0.48% | - |
| HSV(B) | 30.77º | 0.28% | 0.55% | - |
| XYZ | 20.34 | 20.54 | 15.46 | - |
| YUV | 125.4 | 114.79 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 122 | 102 | 0 | 0.13 | 0.28 | 0.45 | 30.77 | 0.16 | 0.48 |
| Hex | 8D | 7A | 66 | 0 | D | 1C | 2D | 1F | 10 | 30 |
| Octal | 215 | 172 | 146 | 0 | 15 | 34 | 55 | 37 | 20 | 60 |
| Binary | 10001101 | 1111010 | 1100110 | 0 | 1101 | 11100 | 101101 | 11111 | 10000 | 110000 |
Color Harmonies of #8D7A66
Complementary color
Monochromatic Colors of #8D7A66
Black with #8D7A66
Text Example
Text Example
White with #8D7A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7A66; }
p { color: rgb(141,122,102); }
H1.HeaderClassName
{
color: #8D7A66;
}
.AnyTagClassName
{
color: #8D7A66;
}
</style>
background-color css
<style>
a { background-color: #8D7A66; }
a { background-color: rgb(141,122,102); }
div.DivClassName
{
background-color: #8D7A66;
}
.BgClassName
{
background-color: #8D7A66;
}
</style>
border-color css
<style>
span { border-color: #8D7A66; }
span { border-color: rgb(141,122,102); }
td.TdClassName
{
border-color: #8D7A66;
}
.TagClassName
{
border-color: #8D7A66;
}
</style>