Shades of Squirrel #977D6B
Tints of Squirrel #977D6B
RGB
CMYK
RGB Variations
Color information
#977D6B (or 0x977D6B) is known color: Squirrel. HEX triplet: 97, 7D and 6B. RGB value is (151,125,107). Sum of RGB (Red+Green+Blue) = 151+125+107=383 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.43% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 151 - color contains mainly: red. Hex color #977D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977D6B is #688294. Grayscale: #828282. Windows color (decimal): -6849173 or 7044503. OLE color: 7044503.
HSL color Cylindrical-coordinate representation of color #977D6B: hue angle of 24.55º 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 #977D6B is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 125 | 107 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.41 |
| HSL | 24.55º | 0.17% | 0.51% | - |
| HSV(B) | 24.55º | 0.29% | 0.59% | - |
| XYZ | 22.75 | 22.31 | 17.02 | - |
| YUV | 130.72 | 114.61 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 125 | 107 | 0 | 0.17 | 0.29 | 0.41 | 24.55 | 0.17 | 0.51 |
| Hex | 97 | 7D | 6B | 0 | 11 | 1D | 29 | 19 | 11 | 33 |
| Octal | 227 | 175 | 153 | 0 | 21 | 35 | 51 | 31 | 21 | 63 |
| Binary | 10010111 | 1111101 | 1101011 | 0 | 10001 | 11101 | 101001 | 11001 | 10001 | 110011 |
Color Harmonies of #977D6B
Complementary color
Monochromatic Colors of #977D6B
Black with #977D6B
Text Example
Text Example
White with #977D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977D6B; }
p { color: rgb(151,125,107); }
H1.HeaderClassName
{
color: #977D6B;
}
.AnyTagClassName
{
color: #977D6B;
}
</style>
background-color css
<style>
a { background-color: #977D6B; }
a { background-color: rgb(151,125,107); }
div.DivClassName
{
background-color: #977D6B;
}
.BgClassName
{
background-color: #977D6B;
}
</style>
border-color css
<style>
span { border-color: #977D6B; }
span { border-color: rgb(151,125,107); }
td.TdClassName
{
border-color: #977D6B;
}
.TagClassName
{
border-color: #977D6B;
}
</style>