Shades of Squirrel #8F7F6E
Tints of Squirrel #8F7F6E
RGB
CMYK
RGB Variations
Color information
#8F7F6E (or 0x8F7F6E) is known color: Squirrel. HEX triplet: 8F, 7F and 6E. RGB value is (143,127,110). Sum of RGB (Red+Green+Blue) = 143+127+110=380 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.63% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7F6E is #708091. Grayscale: #818181. Windows color (decimal): -7372946 or 7241615. OLE color: 7241615.
HSL color Cylindrical-coordinate representation of color #8F7F6E: hue angle of 30.91º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8F7F6E is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 127 | 110 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.44 |
| HSL | 30.91º | 0.13% | 0.5% | - |
| HSV(B) | 30.91º | 0.23% | 0.56% | - |
| XYZ | 21.73 | 22.14 | 17.88 | - |
| YUV | 129.85 | 116.8 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 127 | 110 | 0 | 0.11 | 0.23 | 0.44 | 30.91 | 0.13 | 0.5 |
| Hex | 8F | 7F | 6E | 0 | B | 17 | 2C | 1F | D | 32 |
| Octal | 217 | 177 | 156 | 0 | 13 | 27 | 54 | 37 | 15 | 62 |
| Binary | 10001111 | 1111111 | 1101110 | 0 | 1011 | 10111 | 101100 | 11111 | 1101 | 110010 |
Color Harmonies of #8F7F6E
Complementary color
Monochromatic Colors of #8F7F6E
Black with #8F7F6E
Text Example
Text Example
White with #8F7F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7F6E; }
p { color: rgb(143,127,110); }
H1.HeaderClassName
{
color: #8F7F6E;
}
.AnyTagClassName
{
color: #8F7F6E;
}
</style>
background-color css
<style>
a { background-color: #8F7F6E; }
a { background-color: rgb(143,127,110); }
div.DivClassName
{
background-color: #8F7F6E;
}
.BgClassName
{
background-color: #8F7F6E;
}
</style>
border-color css
<style>
span { border-color: #8F7F6E; }
span { border-color: rgb(143,127,110); }
td.TdClassName
{
border-color: #8F7F6E;
}
.TagClassName
{
border-color: #8F7F6E;
}
</style>