Shades of Squirrel #8C7869
Tints of Squirrel #8C7869
RGB
CMYK
RGB Variations
Color information
#8C7869 (or 0x8C7869) is known color: Squirrel. HEX triplet: 8C, 78 and 69. RGB value is (140,120,105). Sum of RGB (Red+Green+Blue) = 140+120+105=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7869 is #738796. Grayscale: #7C7C7C. Windows color (decimal): -7571351 or 6912140. OLE color: 6912140.
HSL color Cylindrical-coordinate representation of color #8C7869: hue angle of 25.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 #8C7869 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 120 | 105 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.45 |
| HSL | 25.71º | 0.14% | 0.48% | - |
| HSV(B) | 25.71º | 0.25% | 0.55% | - |
| XYZ | 20.08 | 20.03 | 16.17 | - |
| YUV | 124.27 | 117.13 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 120 | 105 | 0 | 0.14 | 0.25 | 0.45 | 25.71 | 0.14 | 0.48 |
| Hex | 8C | 78 | 69 | 0 | E | 19 | 2D | 1A | E | 30 |
| Octal | 214 | 170 | 151 | 0 | 16 | 31 | 55 | 32 | 16 | 60 |
| Binary | 10001100 | 1111000 | 1101001 | 0 | 1110 | 11001 | 101101 | 11010 | 1110 | 110000 |
Color Harmonies of #8C7869
Complementary color
Monochromatic Colors of #8C7869
Black with #8C7869
Text Example
Text Example
White with #8C7869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7869; }
p { color: rgb(140,120,105); }
H1.HeaderClassName
{
color: #8C7869;
}
.AnyTagClassName
{
color: #8C7869;
}
</style>
background-color css
<style>
a { background-color: #8C7869; }
a { background-color: rgb(140,120,105); }
div.DivClassName
{
background-color: #8C7869;
}
.BgClassName
{
background-color: #8C7869;
}
</style>
border-color css
<style>
span { border-color: #8C7869; }
span { border-color: rgb(140,120,105); }
td.TdClassName
{
border-color: #8C7869;
}
.TagClassName
{
border-color: #8C7869;
}
</style>