Shades of Squirrel #977F6B
Tints of Squirrel #977F6B
RGB
CMYK
RGB Variations
Color information
#977F6B (or 0x977F6B) is known color: Squirrel. HEX triplet: 97, 7F and 6B. RGB value is (151,127,107). Sum of RGB (Red+Green+Blue) = 151+127+107=385 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.22% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 151 - color contains mainly: red. Hex color #977F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977F6B is #688094. Grayscale: #848484. Windows color (decimal): -6848661 or 7045015. OLE color: 7045015.
HSL color Cylindrical-coordinate representation of color #977F6B: hue angle of 27.27º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #977F6B is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 127 | 107 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.41 |
| HSL | 27.27º | 0.17% | 0.51% | - |
| HSV(B) | 27.27º | 0.29% | 0.59% | - |
| XYZ | 23.01 | 22.82 | 17.1 | - |
| YUV | 131.9 | 113.95 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 127 | 107 | 0 | 0.16 | 0.29 | 0.41 | 27.27 | 0.17 | 0.51 |
| Hex | 97 | 7F | 6B | 0 | 10 | 1D | 29 | 1B | 11 | 33 |
| Octal | 227 | 177 | 153 | 0 | 20 | 35 | 51 | 33 | 21 | 63 |
| Binary | 10010111 | 1111111 | 1101011 | 0 | 10000 | 11101 | 101001 | 11011 | 10001 | 110011 |
Color Harmonies of #977F6B
Complementary color
Monochromatic Colors of #977F6B
Black with #977F6B
Text Example
Text Example
White with #977F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977F6B; }
p { color: rgb(151,127,107); }
H1.HeaderClassName
{
color: #977F6B;
}
.AnyTagClassName
{
color: #977F6B;
}
</style>
background-color css
<style>
a { background-color: #977F6B; }
a { background-color: rgb(151,127,107); }
div.DivClassName
{
background-color: #977F6B;
}
.BgClassName
{
background-color: #977F6B;
}
</style>
border-color css
<style>
span { border-color: #977F6B; }
span { border-color: rgb(151,127,107); }
td.TdClassName
{
border-color: #977F6B;
}
.TagClassName
{
border-color: #977F6B;
}
</style>