Shades of Squirrel #8F7869
Tints of Squirrel #8F7869
RGB
CMYK
RGB Variations
Color information
#8F7869 (or 0x8F7869) is known color: Squirrel. HEX triplet: 8F, 78 and 69. RGB value is (143,120,105). Sum of RGB (Red+Green+Blue) = 143+120+105=368 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.86% from 368); Green value is 120 (47.27% from 255 or 32.61% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7869 is #708796. Grayscale: #7D7D7D. Windows color (decimal): -7374743 or 6912143. OLE color: 6912143.
HSL color Cylindrical-coordinate representation of color #8F7869: hue angle of 23.68º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8F7869 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 120 | 105 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.44 |
| HSL | 23.68º | 0.15% | 0.49% | - |
| HSV(B) | 23.68º | 0.27% | 0.56% | - |
| XYZ | 20.59 | 20.29 | 16.2 | - |
| YUV | 125.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 120 | 105 | 0 | 0.16 | 0.27 | 0.44 | 23.68 | 0.15 | 0.49 |
| Hex | 8F | 78 | 69 | 0 | 10 | 1B | 2C | 18 | F | 31 |
| Octal | 217 | 170 | 151 | 0 | 20 | 33 | 54 | 30 | 17 | 61 |
| Binary | 10001111 | 1111000 | 1101001 | 0 | 10000 | 11011 | 101100 | 11000 | 1111 | 110001 |
Color Harmonies of #8F7869
Complementary color
Monochromatic Colors of #8F7869
Black with #8F7869
Text Example
Text Example
White with #8F7869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7869; }
p { color: rgb(143,120,105); }
H1.HeaderClassName
{
color: #8F7869;
}
.AnyTagClassName
{
color: #8F7869;
}
</style>
background-color css
<style>
a { background-color: #8F7869; }
a { background-color: rgb(143,120,105); }
div.DivClassName
{
background-color: #8F7869;
}
.BgClassName
{
background-color: #8F7869;
}
</style>
border-color css
<style>
span { border-color: #8F7869; }
span { border-color: rgb(143,120,105); }
td.TdClassName
{
border-color: #8F7869;
}
.TagClassName
{
border-color: #8F7869;
}
</style>