Shades of Squirrel #8E7768
Tints of Squirrel #8E7768
RGB
CMYK
RGB Variations
Color information
#8E7768 (or 0x8E7768) is known color: Squirrel. HEX triplet: 8E, 77 and 68. RGB value is (142,119,104). Sum of RGB (Red+Green+Blue) = 142+119+104=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7768 is #718897. Grayscale: #7C7C7C. Windows color (decimal): -7440536 or 6846350. OLE color: 6846350.
HSL color Cylindrical-coordinate representation of color #8E7768: hue angle of 23.68º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8E7768 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 119 | 104 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.44 |
| HSL | 23.68º | 0.15% | 0.48% | - |
| HSV(B) | 23.68º | 0.27% | 0.56% | - |
| XYZ | 20.25 | 19.94 | 15.88 | - |
| YUV | 124.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 119 | 104 | 0 | 0.16 | 0.27 | 0.44 | 23.68 | 0.15 | 0.48 |
| Hex | 8E | 77 | 68 | 0 | 10 | 1B | 2C | 18 | F | 30 |
| Octal | 216 | 167 | 150 | 0 | 20 | 33 | 54 | 30 | 17 | 60 |
| Binary | 10001110 | 1110111 | 1101000 | 0 | 10000 | 11011 | 101100 | 11000 | 1111 | 110000 |
Color Harmonies of #8E7768
Complementary color
Monochromatic Colors of #8E7768
Black with #8E7768
Text Example
Text Example
White with #8E7768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7768; }
p { color: rgb(142,119,104); }
H1.HeaderClassName
{
color: #8E7768;
}
.AnyTagClassName
{
color: #8E7768;
}
</style>
background-color css
<style>
a { background-color: #8E7768; }
a { background-color: rgb(142,119,104); }
div.DivClassName
{
background-color: #8E7768;
}
.BgClassName
{
background-color: #8E7768;
}
</style>
border-color css
<style>
span { border-color: #8E7768; }
span { border-color: rgb(142,119,104); }
td.TdClassName
{
border-color: #8E7768;
}
.TagClassName
{
border-color: #8E7768;
}
</style>