Shades of Squirrel #8F7B68
Tints of Squirrel #8F7B68
RGB
CMYK
RGB Variations
Color information
#8F7B68 (or 0x8F7B68) is known color: Squirrel. HEX triplet: 8F, 7B and 68. RGB value is (143,123,104). Sum of RGB (Red+Green+Blue) = 143+123+104=370 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.65% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7B68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7B68 is #708497. Grayscale: #7E7E7E. Windows color (decimal): -7373976 or 6847375. OLE color: 6847375.
HSL color Cylindrical-coordinate representation of color #8F7B68: hue angle of 29.23º degrees, saturation: 0.16, 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 #8F7B68 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 123 | 104 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.44 |
| HSL | 29.23º | 0.16% | 0.48% | - |
| HSV(B) | 29.23º | 0.27% | 0.56% | - |
| XYZ | 20.91 | 21.01 | 16.05 | - |
| YUV | 126.81 | 115.13 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 123 | 104 | 0 | 0.14 | 0.27 | 0.44 | 29.23 | 0.16 | 0.48 |
| Hex | 8F | 7B | 68 | 0 | E | 1B | 2C | 1D | 10 | 30 |
| Octal | 217 | 173 | 150 | 0 | 16 | 33 | 54 | 35 | 20 | 60 |
| Binary | 10001111 | 1111011 | 1101000 | 0 | 1110 | 11011 | 101100 | 11101 | 10000 | 110000 |
Color Harmonies of #8F7B68
Complementary color
Monochromatic Colors of #8F7B68
Black with #8F7B68
Text Example
Text Example
White with #8F7B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7B68; }
p { color: rgb(143,123,104); }
H1.HeaderClassName
{
color: #8F7B68;
}
.AnyTagClassName
{
color: #8F7B68;
}
</style>
background-color css
<style>
a { background-color: #8F7B68; }
a { background-color: rgb(143,123,104); }
div.DivClassName
{
background-color: #8F7B68;
}
.BgClassName
{
background-color: #8F7B68;
}
</style>
border-color css
<style>
span { border-color: #8F7B68; }
span { border-color: rgb(143,123,104); }
td.TdClassName
{
border-color: #8F7B68;
}
.TagClassName
{
border-color: #8F7B68;
}
</style>