Shades of Squirrel #8C7F6A
Tints of Squirrel #8C7F6A
RGB
CMYK
RGB Variations
Color information
#8C7F6A (or 0x8C7F6A) is known color: Squirrel. HEX triplet: 8C, 7F and 6A. RGB value is (140,127,106). Sum of RGB (Red+Green+Blue) = 140+127+106=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7F6A is #738095. Grayscale: #808080. Windows color (decimal): -7569558 or 6979468. OLE color: 6979468.
HSL color Cylindrical-coordinate representation of color #8C7F6A: hue angle of 37.06º 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 #8C7F6A is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 127 | 106 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.45 |
| HSL | 37.06º | 0.14% | 0.48% | - |
| HSV(B) | 37.06º | 0.24% | 0.55% | - |
| XYZ | 21.01 | 21.79 | 16.74 | - |
| YUV | 128.49 | 115.31 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 127 | 106 | 0 | 0.09 | 0.24 | 0.45 | 37.06 | 0.14 | 0.48 |
| Hex | 8C | 7F | 6A | 0 | 9 | 18 | 2D | 25 | E | 30 |
| Octal | 214 | 177 | 152 | 0 | 11 | 30 | 55 | 45 | 16 | 60 |
| Binary | 10001100 | 1111111 | 1101010 | 0 | 1001 | 11000 | 101101 | 100101 | 1110 | 110000 |
Color Harmonies of #8C7F6A
Complementary color
Monochromatic Colors of #8C7F6A
Black with #8C7F6A
Text Example
Text Example
White with #8C7F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7F6A; }
p { color: rgb(140,127,106); }
H1.HeaderClassName
{
color: #8C7F6A;
}
.AnyTagClassName
{
color: #8C7F6A;
}
</style>
background-color css
<style>
a { background-color: #8C7F6A; }
a { background-color: rgb(140,127,106); }
div.DivClassName
{
background-color: #8C7F6A;
}
.BgClassName
{
background-color: #8C7F6A;
}
</style>
border-color css
<style>
span { border-color: #8C7F6A; }
span { border-color: rgb(140,127,106); }
td.TdClassName
{
border-color: #8C7F6A;
}
.TagClassName
{
border-color: #8C7F6A;
}
</style>