Shades of Squirrel #8C7C6C
Tints of Squirrel #8C7C6C
RGB
CMYK
RGB Variations
Color information
#8C7C6C (or 0x8C7C6C) is known color: Squirrel. HEX triplet: 8C, 7C and 6C. RGB value is (140,124,108). Sum of RGB (Red+Green+Blue) = 140+124+108=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7C6C is #738393. Grayscale: #7F7F7F. Windows color (decimal): -7570324 or 7109772. OLE color: 7109772.
HSL color Cylindrical-coordinate representation of color #8C7C6C: hue angle of 30º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8C7C6C is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 124 | 108 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.45 |
| HSL | 30º | 0.13% | 0.49% | - |
| HSV(B) | 30º | 0.23% | 0.55% | - |
| XYZ | 20.73 | 21.07 | 17.16 | - |
| YUV | 126.96 | 117.3 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 124 | 108 | 0 | 0.11 | 0.23 | 0.45 | 30 | 0.13 | 0.49 |
| Hex | 8C | 7C | 6C | 0 | B | 17 | 2D | 1E | D | 31 |
| Octal | 214 | 174 | 154 | 0 | 13 | 27 | 55 | 36 | 15 | 61 |
| Binary | 10001100 | 1111100 | 1101100 | 0 | 1011 | 10111 | 101101 | 11110 | 1101 | 110001 |
Color Harmonies of #8C7C6C
Complementary color
Monochromatic Colors of #8C7C6C
Black with #8C7C6C
Text Example
Text Example
White with #8C7C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7C6C; }
p { color: rgb(140,124,108); }
H1.HeaderClassName
{
color: #8C7C6C;
}
.AnyTagClassName
{
color: #8C7C6C;
}
</style>
background-color css
<style>
a { background-color: #8C7C6C; }
a { background-color: rgb(140,124,108); }
div.DivClassName
{
background-color: #8C7C6C;
}
.BgClassName
{
background-color: #8C7C6C;
}
</style>
border-color css
<style>
span { border-color: #8C7C6C; }
span { border-color: rgb(140,124,108); }
td.TdClassName
{
border-color: #8C7C6C;
}
.TagClassName
{
border-color: #8C7C6C;
}
</style>