Shades of Squirrel #8A7E6E
Tints of Squirrel #8A7E6E
RGB
CMYK
RGB Variations
Color information
#8A7E6E (or 0x8A7E6E) is known color: Squirrel. HEX triplet: 8A, 7E and 6E. RGB value is (138,126,110). Sum of RGB (Red+Green+Blue) = 138+126+110=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7E6E is #758191. Grayscale: #7F7F7F. Windows color (decimal): -7700882 or 7241354. OLE color: 7241354.
HSL color Cylindrical-coordinate representation of color #8A7E6E: hue angle of 34.29º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8A7E6E is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 126 | 110 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.46 |
| HSL | 34.29º | 0.11% | 0.49% | - |
| HSV(B) | 34.29º | 0.2% | 0.54% | - |
| XYZ | 20.76 | 21.45 | 17.8 | - |
| YUV | 127.76 | 117.98 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 126 | 110 | 0 | 0.09 | 0.20 | 0.46 | 34.29 | 0.11 | 0.49 |
| Hex | 8A | 7E | 6E | 0 | 9 | 14 | 2E | 22 | B | 31 |
| Octal | 212 | 176 | 156 | 0 | 11 | 24 | 56 | 42 | 13 | 61 |
| Binary | 10001010 | 1111110 | 1101110 | 0 | 1001 | 10100 | 101110 | 100010 | 1011 | 110001 |
Color Harmonies of #8A7E6E
Complementary color
Monochromatic Colors of #8A7E6E
Black with #8A7E6E
Text Example
Text Example
White with #8A7E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7E6E; }
p { color: rgb(138,126,110); }
H1.HeaderClassName
{
color: #8A7E6E;
}
.AnyTagClassName
{
color: #8A7E6E;
}
</style>
background-color css
<style>
a { background-color: #8A7E6E; }
a { background-color: rgb(138,126,110); }
div.DivClassName
{
background-color: #8A7E6E;
}
.BgClassName
{
background-color: #8A7E6E;
}
</style>
border-color css
<style>
span { border-color: #8A7E6E; }
span { border-color: rgb(138,126,110); }
td.TdClassName
{
border-color: #8A7E6E;
}
.TagClassName
{
border-color: #8A7E6E;
}
</style>