Shades of Squirrel #8C7F69
Tints of Squirrel #8C7F69
RGB
CMYK
RGB Variations
Color information
#8C7F69 (or 0x8C7F69) is known color: Squirrel. HEX triplet: 8C, 7F and 69. RGB value is (140,127,105). Sum of RGB (Red+Green+Blue) = 140+127+105=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7F69 is #738096. Grayscale: #808080. Windows color (decimal): -7569559 or 6913932. OLE color: 6913932.
HSL color Cylindrical-coordinate representation of color #8C7F69: hue angle of 37.71º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8C7F69 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 127 | 105 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.45 |
| HSL | 37.71º | 0.14% | 0.48% | - |
| HSV(B) | 37.71º | 0.25% | 0.55% | - |
| XYZ | 20.95 | 21.77 | 16.46 | - |
| YUV | 128.38 | 114.81 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 127 | 105 | 0 | 0.09 | 0.25 | 0.45 | 37.71 | 0.14 | 0.48 |
| Hex | 8C | 7F | 69 | 0 | 9 | 19 | 2D | 26 | E | 30 |
| Octal | 214 | 177 | 151 | 0 | 11 | 31 | 55 | 46 | 16 | 60 |
| Binary | 10001100 | 1111111 | 1101001 | 0 | 1001 | 11001 | 101101 | 100110 | 1110 | 110000 |
Color Harmonies of #8C7F69
Complementary color
Monochromatic Colors of #8C7F69
Black with #8C7F69
Text Example
Text Example
White with #8C7F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7F69; }
p { color: rgb(140,127,105); }
H1.HeaderClassName
{
color: #8C7F69;
}
.AnyTagClassName
{
color: #8C7F69;
}
</style>
background-color css
<style>
a { background-color: #8C7F69; }
a { background-color: rgb(140,127,105); }
div.DivClassName
{
background-color: #8C7F69;
}
.BgClassName
{
background-color: #8C7F69;
}
</style>
border-color css
<style>
span { border-color: #8C7F69; }
span { border-color: rgb(140,127,105); }
td.TdClassName
{
border-color: #8C7F69;
}
.TagClassName
{
border-color: #8C7F69;
}
</style>