Shades of Squirrel #8C7A6A
Tints of Squirrel #8C7A6A
RGB
CMYK
RGB Variations
Color information
#8C7A6A (or 0x8C7A6A) is known color: Squirrel. HEX triplet: 8C, 7A and 6A. RGB value is (140,122,106). Sum of RGB (Red+Green+Blue) = 140+122+106=368 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.04% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7A6A is #738595. Grayscale: #7D7D7D. Windows color (decimal): -7570838 or 6978188. OLE color: 6978188.
HSL color Cylindrical-coordinate representation of color #8C7A6A: hue angle of 28.24º 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 #8C7A6A is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 122 | 106 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.45 |
| HSL | 28.24º | 0.14% | 0.48% | - |
| HSV(B) | 28.24º | 0.24% | 0.55% | - |
| XYZ | 20.38 | 20.54 | 16.53 | - |
| YUV | 125.56 | 116.96 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 122 | 106 | 0 | 0.13 | 0.24 | 0.45 | 28.24 | 0.14 | 0.48 |
| Hex | 8C | 7A | 6A | 0 | D | 18 | 2D | 1C | E | 30 |
| Octal | 214 | 172 | 152 | 0 | 15 | 30 | 55 | 34 | 16 | 60 |
| Binary | 10001100 | 1111010 | 1101010 | 0 | 1101 | 11000 | 101101 | 11100 | 1110 | 110000 |
Color Harmonies of #8C7A6A
Complementary color
Monochromatic Colors of #8C7A6A
Black with #8C7A6A
Text Example
Text Example
White with #8C7A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7A6A; }
p { color: rgb(140,122,106); }
H1.HeaderClassName
{
color: #8C7A6A;
}
.AnyTagClassName
{
color: #8C7A6A;
}
</style>
background-color css
<style>
a { background-color: #8C7A6A; }
a { background-color: rgb(140,122,106); }
div.DivClassName
{
background-color: #8C7A6A;
}
.BgClassName
{
background-color: #8C7A6A;
}
</style>
border-color css
<style>
span { border-color: #8C7A6A; }
span { border-color: rgb(140,122,106); }
td.TdClassName
{
border-color: #8C7A6A;
}
.TagClassName
{
border-color: #8C7A6A;
}
</style>