Shades of Squirrel #8D7F6F
Tints of Squirrel #8D7F6F
RGB
CMYK
RGB Variations
Color information
#8D7F6F (or 0x8D7F6F) is known color: Squirrel. HEX triplet: 8D, 7F and 6F. RGB value is (141,127,111). Sum of RGB (Red+Green+Blue) = 141+127+111=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7F6F is #728090. Grayscale: #818181. Windows color (decimal): -7504017 or 7307149. OLE color: 7307149.
HSL color Cylindrical-coordinate representation of color #8D7F6F: hue angle of 32º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8D7F6F is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 127 | 111 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.45 |
| HSL | 32º | 0.12% | 0.49% | - |
| HSV(B) | 32º | 0.21% | 0.55% | - |
| XYZ | 21.44 | 21.99 | 18.15 | - |
| YUV | 129.36 | 117.64 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 127 | 111 | 0 | 0.10 | 0.21 | 0.45 | 32 | 0.12 | 0.49 |
| Hex | 8D | 7F | 6F | 0 | A | 15 | 2D | 20 | C | 31 |
| Octal | 215 | 177 | 157 | 0 | 12 | 25 | 55 | 40 | 14 | 61 |
| Binary | 10001101 | 1111111 | 1101111 | 0 | 1010 | 10101 | 101101 | 100000 | 1100 | 110001 |
Color Harmonies of #8D7F6F
Complementary color
Monochromatic Colors of #8D7F6F
Black with #8D7F6F
Text Example
Text Example
White with #8D7F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7F6F; }
p { color: rgb(141,127,111); }
H1.HeaderClassName
{
color: #8D7F6F;
}
.AnyTagClassName
{
color: #8D7F6F;
}
</style>
background-color css
<style>
a { background-color: #8D7F6F; }
a { background-color: rgb(141,127,111); }
div.DivClassName
{
background-color: #8D7F6F;
}
.BgClassName
{
background-color: #8D7F6F;
}
</style>
border-color css
<style>
span { border-color: #8D7F6F; }
span { border-color: rgb(141,127,111); }
td.TdClassName
{
border-color: #8D7F6F;
}
.TagClassName
{
border-color: #8D7F6F;
}
</style>