Shades of Squirrel #8A7B69
Tints of Squirrel #8A7B69
RGB
CMYK
RGB Variations
Color information
#8A7B69 (or 0x8A7B69) is known color: Squirrel. HEX triplet: 8A, 7B and 69. RGB value is (138,123,105). Sum of RGB (Red+Green+Blue) = 138+123+105=366 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.70% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7B69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7B69 is #758496. Grayscale: #7D7D7D. Windows color (decimal): -7701655 or 6912906. OLE color: 6912906.
HSL color Cylindrical-coordinate representation of color #8A7B69: hue angle of 32.73º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8A7B69 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 123 | 105 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.46 |
| HSL | 32.73º | 0.14% | 0.48% | - |
| HSV(B) | 32.73º | 0.24% | 0.54% | - |
| XYZ | 20.11 | 20.59 | 16.28 | - |
| YUV | 125.43 | 116.47 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 123 | 105 | 0 | 0.11 | 0.24 | 0.46 | 32.73 | 0.14 | 0.48 |
| Hex | 8A | 7B | 69 | 0 | B | 18 | 2E | 21 | E | 30 |
| Octal | 212 | 173 | 151 | 0 | 13 | 30 | 56 | 41 | 16 | 60 |
| Binary | 10001010 | 1111011 | 1101001 | 0 | 1011 | 11000 | 101110 | 100001 | 1110 | 110000 |
Color Harmonies of #8A7B69
Complementary color
Monochromatic Colors of #8A7B69
Black with #8A7B69
Text Example
Text Example
White with #8A7B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7B69; }
p { color: rgb(138,123,105); }
H1.HeaderClassName
{
color: #8A7B69;
}
.AnyTagClassName
{
color: #8A7B69;
}
</style>
background-color css
<style>
a { background-color: #8A7B69; }
a { background-color: rgb(138,123,105); }
div.DivClassName
{
background-color: #8A7B69;
}
.BgClassName
{
background-color: #8A7B69;
}
</style>
border-color css
<style>
span { border-color: #8A7B69; }
span { border-color: rgb(138,123,105); }
td.TdClassName
{
border-color: #8A7B69;
}
.TagClassName
{
border-color: #8A7B69;
}
</style>