Shades of Squirrel #8C7F6E
Tints of Squirrel #8C7F6E
RGB
CMYK
RGB Variations
Color information
#8C7F6E (or 0x8C7F6E) is known color: Squirrel. HEX triplet: 8C, 7F and 6E. RGB value is (140,127,110). Sum of RGB (Red+Green+Blue) = 140+127+110=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7F6E is #738091. Grayscale: #818181. Windows color (decimal): -7569554 or 7241612. OLE color: 7241612.
HSL color Cylindrical-coordinate representation of color #8C7F6E: hue angle of 34º 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 #8C7F6E is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 127 | 110 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.45 |
| HSL | 34º | 0.12% | 0.49% | - |
| HSV(B) | 34º | 0.21% | 0.55% | - |
| XYZ | 21.22 | 21.88 | 17.86 | - |
| YUV | 128.95 | 117.31 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 127 | 110 | 0 | 0.09 | 0.21 | 0.45 | 34 | 0.12 | 0.49 |
| Hex | 8C | 7F | 6E | 0 | 9 | 15 | 2D | 22 | C | 31 |
| Octal | 214 | 177 | 156 | 0 | 11 | 25 | 55 | 42 | 14 | 61 |
| Binary | 10001100 | 1111111 | 1101110 | 0 | 1001 | 10101 | 101101 | 100010 | 1100 | 110001 |
Color Harmonies of #8C7F6E
Complementary color
Monochromatic Colors of #8C7F6E
Black with #8C7F6E
Text Example
Text Example
White with #8C7F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7F6E; }
p { color: rgb(140,127,110); }
H1.HeaderClassName
{
color: #8C7F6E;
}
.AnyTagClassName
{
color: #8C7F6E;
}
</style>
background-color css
<style>
a { background-color: #8C7F6E; }
a { background-color: rgb(140,127,110); }
div.DivClassName
{
background-color: #8C7F6E;
}
.BgClassName
{
background-color: #8C7F6E;
}
</style>
border-color css
<style>
span { border-color: #8C7F6E; }
span { border-color: rgb(140,127,110); }
td.TdClassName
{
border-color: #8C7F6E;
}
.TagClassName
{
border-color: #8C7F6E;
}
</style>