Shades of Squirrel #8C7F6D
Tints of Squirrel #8C7F6D
RGB
CMYK
RGB Variations
Color information
#8C7F6D (or 0x8C7F6D) is known color: Squirrel. HEX triplet: 8C, 7F and 6D. RGB value is (140,127,109). Sum of RGB (Red+Green+Blue) = 140+127+109=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7F6D is #738092. Grayscale: #808080. Windows color (decimal): -7569555 or 7176076. OLE color: 7176076.
HSL color Cylindrical-coordinate representation of color #8C7F6D: hue angle of 34.84º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8C7F6D is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 127 | 109 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.45 |
| HSL | 34.84º | 0.12% | 0.49% | - |
| HSV(B) | 34.84º | 0.22% | 0.55% | - |
| XYZ | 21.16 | 21.86 | 17.57 | - |
| YUV | 128.84 | 116.81 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 127 | 109 | 0 | 0.09 | 0.22 | 0.45 | 34.84 | 0.12 | 0.49 |
| Hex | 8C | 7F | 6D | 0 | 9 | 16 | 2D | 23 | C | 31 |
| Octal | 214 | 177 | 155 | 0 | 11 | 26 | 55 | 43 | 14 | 61 |
| Binary | 10001100 | 1111111 | 1101101 | 0 | 1001 | 10110 | 101101 | 100011 | 1100 | 110001 |
Color Harmonies of #8C7F6D
Complementary color
Monochromatic Colors of #8C7F6D
Black with #8C7F6D
Text Example
Text Example
White with #8C7F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7F6D; }
p { color: rgb(140,127,109); }
H1.HeaderClassName
{
color: #8C7F6D;
}
.AnyTagClassName
{
color: #8C7F6D;
}
</style>
background-color css
<style>
a { background-color: #8C7F6D; }
a { background-color: rgb(140,127,109); }
div.DivClassName
{
background-color: #8C7F6D;
}
.BgClassName
{
background-color: #8C7F6D;
}
</style>
border-color css
<style>
span { border-color: #8C7F6D; }
span { border-color: rgb(140,127,109); }
td.TdClassName
{
border-color: #8C7F6D;
}
.TagClassName
{
border-color: #8C7F6D;
}
</style>