Shades of Squirrel #8B7F70
Tints of Squirrel #8B7F70
RGB
CMYK
RGB Variations
Color information
#8B7F70 (or 0x8B7F70) is known color: Squirrel. HEX triplet: 8B, 7F and 70. RGB value is (139,127,112). Sum of RGB (Red+Green+Blue) = 139+127+112=378 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.77% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7F70 is #74808F. Grayscale: #808080. Windows color (decimal): -7635088 or 7372683. OLE color: 7372683.
HSL color Cylindrical-coordinate representation of color #8B7F70: hue angle of 33.33º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B7F70 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 127 | 112 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.45 |
| HSL | 33.33º | 0.11% | 0.49% | - |
| HSV(B) | 33.33º | 0.19% | 0.55% | - |
| XYZ | 21.16 | 21.84 | 18.43 | - |
| YUV | 128.88 | 118.48 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 127 | 112 | 0 | 0.09 | 0.19 | 0.45 | 33.33 | 0.11 | 0.49 |
| Hex | 8B | 7F | 70 | 0 | 9 | 13 | 2D | 21 | B | 31 |
| Octal | 213 | 177 | 160 | 0 | 11 | 23 | 55 | 41 | 13 | 61 |
| Binary | 10001011 | 1111111 | 1110000 | 0 | 1001 | 10011 | 101101 | 100001 | 1011 | 110001 |
Color Harmonies of #8B7F70
Complementary color
Monochromatic Colors of #8B7F70
Black with #8B7F70
Text Example
Text Example
White with #8B7F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7F70; }
p { color: rgb(139,127,112); }
H1.HeaderClassName
{
color: #8B7F70;
}
.AnyTagClassName
{
color: #8B7F70;
}
</style>
background-color css
<style>
a { background-color: #8B7F70; }
a { background-color: rgb(139,127,112); }
div.DivClassName
{
background-color: #8B7F70;
}
.BgClassName
{
background-color: #8B7F70;
}
</style>
border-color css
<style>
span { border-color: #8B7F70; }
span { border-color: rgb(139,127,112); }
td.TdClassName
{
border-color: #8B7F70;
}
.TagClassName
{
border-color: #8B7F70;
}
</style>