Shades of Squirrel #8C7D6A
Tints of Squirrel #8C7D6A
RGB
CMYK
RGB Variations
Color information
#8C7D6A (or 0x8C7D6A) is known color: Squirrel. HEX triplet: 8C, 7D and 6A. RGB value is (140,125,106). Sum of RGB (Red+Green+Blue) = 140+125+106=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7D6A is #738295. Grayscale: #7F7F7F. Windows color (decimal): -7570070 or 6978956. OLE color: 6978956.
HSL color Cylindrical-coordinate representation of color #8C7D6A: hue angle of 33.53º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8C7D6A is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 125 | 106 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.45 |
| HSL | 33.53º | 0.14% | 0.48% | - |
| HSV(B) | 33.53º | 0.24% | 0.55% | - |
| XYZ | 20.75 | 21.28 | 16.65 | - |
| YUV | 127.32 | 115.97 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 125 | 106 | 0 | 0.11 | 0.24 | 0.45 | 33.53 | 0.14 | 0.48 |
| Hex | 8C | 7D | 6A | 0 | B | 18 | 2D | 22 | E | 30 |
| Octal | 214 | 175 | 152 | 0 | 13 | 30 | 55 | 42 | 16 | 60 |
| Binary | 10001100 | 1111101 | 1101010 | 0 | 1011 | 11000 | 101101 | 100010 | 1110 | 110000 |
Color Harmonies of #8C7D6A
Complementary color
Monochromatic Colors of #8C7D6A
Black with #8C7D6A
Text Example
Text Example
White with #8C7D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7D6A; }
p { color: rgb(140,125,106); }
H1.HeaderClassName
{
color: #8C7D6A;
}
.AnyTagClassName
{
color: #8C7D6A;
}
</style>
background-color css
<style>
a { background-color: #8C7D6A; }
a { background-color: rgb(140,125,106); }
div.DivClassName
{
background-color: #8C7D6A;
}
.BgClassName
{
background-color: #8C7D6A;
}
</style>
border-color css
<style>
span { border-color: #8C7D6A; }
span { border-color: rgb(140,125,106); }
td.TdClassName
{
border-color: #8C7D6A;
}
.TagClassName
{
border-color: #8C7D6A;
}
</style>