Shades of Squirrel #8A7C6D
Tints of Squirrel #8A7C6D
RGB
CMYK
RGB Variations
Color information
#8A7C6D (or 0x8A7C6D) is known color: Squirrel. HEX triplet: 8A, 7C and 6D. RGB value is (138,124,109). Sum of RGB (Red+Green+Blue) = 138+124+109=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7C6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7C6D is #758392. Grayscale: #7E7E7E. Windows color (decimal): -7701395 or 7175306. OLE color: 7175306.
HSL color Cylindrical-coordinate representation of color #8A7C6D: hue angle of 31.03º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8A7C6D is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 124 | 109 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.46 |
| HSL | 31.03º | 0.12% | 0.48% | - |
| HSV(B) | 31.03º | 0.21% | 0.54% | - |
| XYZ | 20.45 | 20.92 | 17.43 | - |
| YUV | 126.48 | 118.14 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 124 | 109 | 0 | 0.10 | 0.21 | 0.46 | 31.03 | 0.12 | 0.48 |
| Hex | 8A | 7C | 6D | 0 | A | 15 | 2E | 1F | C | 30 |
| Octal | 212 | 174 | 155 | 0 | 12 | 25 | 56 | 37 | 14 | 60 |
| Binary | 10001010 | 1111100 | 1101101 | 0 | 1010 | 10101 | 101110 | 11111 | 1100 | 110000 |
Color Harmonies of #8A7C6D
Complementary color
Monochromatic Colors of #8A7C6D
Black with #8A7C6D
Text Example
Text Example
White with #8A7C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7C6D; }
p { color: rgb(138,124,109); }
H1.HeaderClassName
{
color: #8A7C6D;
}
.AnyTagClassName
{
color: #8A7C6D;
}
</style>
background-color css
<style>
a { background-color: #8A7C6D; }
a { background-color: rgb(138,124,109); }
div.DivClassName
{
background-color: #8A7C6D;
}
.BgClassName
{
background-color: #8A7C6D;
}
</style>
border-color css
<style>
span { border-color: #8A7C6D; }
span { border-color: rgb(138,124,109); }
td.TdClassName
{
border-color: #8A7C6D;
}
.TagClassName
{
border-color: #8A7C6D;
}
</style>