Shades of Squirrel #977A68
Tints of Squirrel #977A68
RGB
CMYK
RGB Variations
Color information
#977A68 (or 0x977A68) is known color: Squirrel. HEX triplet: 97, 7A and 68. RGB value is (151,122,104). Sum of RGB (Red+Green+Blue) = 151+122+104=377 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.05% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 151 - color contains mainly: red. Hex color #977A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977A68 is #688597. Grayscale: #808080. Windows color (decimal): -6849944 or 6847127. OLE color: 6847127.
HSL color Cylindrical-coordinate representation of color #977A68: hue angle of 22.98º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #977A68 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 122 | 104 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.41 |
| HSL | 22.98º | 0.18% | 0.5% | - |
| HSV(B) | 22.98º | 0.31% | 0.59% | - |
| XYZ | 22.22 | 21.5 | 16.08 | - |
| YUV | 128.62 | 114.11 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 122 | 104 | 0 | 0.19 | 0.31 | 0.41 | 22.98 | 0.18 | 0.5 |
| Hex | 97 | 7A | 68 | 0 | 13 | 1F | 29 | 17 | 12 | 32 |
| Octal | 227 | 172 | 150 | 0 | 23 | 37 | 51 | 27 | 22 | 62 |
| Binary | 10010111 | 1111010 | 1101000 | 0 | 10011 | 11111 | 101001 | 10111 | 10010 | 110010 |
Color Harmonies of #977A68
Complementary color
Monochromatic Colors of #977A68
Black with #977A68
Text Example
Text Example
White with #977A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977A68; }
p { color: rgb(151,122,104); }
H1.HeaderClassName
{
color: #977A68;
}
.AnyTagClassName
{
color: #977A68;
}
</style>
background-color css
<style>
a { background-color: #977A68; }
a { background-color: rgb(151,122,104); }
div.DivClassName
{
background-color: #977A68;
}
.BgClassName
{
background-color: #977A68;
}
</style>
border-color css
<style>
span { border-color: #977A68; }
span { border-color: rgb(151,122,104); }
td.TdClassName
{
border-color: #977A68;
}
.TagClassName
{
border-color: #977A68;
}
</style>