Shades of Squirrel #8C7769
Tints of Squirrel #8C7769
RGB
CMYK
RGB Variations
Color information
#8C7769 (or 0x8C7769) is known color: Squirrel. HEX triplet: 8C, 77 and 69. RGB value is (140,119,105). Sum of RGB (Red+Green+Blue) = 140+119+105=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7769 is #738896. Grayscale: #7B7B7B. Windows color (decimal): -7571607 or 6911884. OLE color: 6911884.
HSL color Cylindrical-coordinate representation of color #8C7769: hue angle of 24º 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 #8C7769 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 119 | 105 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.45 |
| HSL | 24º | 0.14% | 0.48% | - |
| HSV(B) | 24º | 0.25% | 0.55% | - |
| XYZ | 19.96 | 19.79 | 16.13 | - |
| YUV | 123.68 | 117.46 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 119 | 105 | 0 | 0.15 | 0.25 | 0.45 | 24 | 0.14 | 0.48 |
| Hex | 8C | 77 | 69 | 0 | F | 19 | 2D | 18 | E | 30 |
| Octal | 214 | 167 | 151 | 0 | 17 | 31 | 55 | 30 | 16 | 60 |
| Binary | 10001100 | 1110111 | 1101001 | 0 | 1111 | 11001 | 101101 | 11000 | 1110 | 110000 |
Color Harmonies of #8C7769
Complementary color
Monochromatic Colors of #8C7769
Black with #8C7769
Text Example
Text Example
White with #8C7769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7769; }
p { color: rgb(140,119,105); }
H1.HeaderClassName
{
color: #8C7769;
}
.AnyTagClassName
{
color: #8C7769;
}
</style>
background-color css
<style>
a { background-color: #8C7769; }
a { background-color: rgb(140,119,105); }
div.DivClassName
{
background-color: #8C7769;
}
.BgClassName
{
background-color: #8C7769;
}
</style>
border-color css
<style>
span { border-color: #8C7769; }
span { border-color: rgb(140,119,105); }
td.TdClassName
{
border-color: #8C7769;
}
.TagClassName
{
border-color: #8C7769;
}
</style>