#977F6B

Color #977F6B Squirrel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Squirrel #977F6B

Tints of Squirrel #977F6B

Color information

#977F6B (or 0x977F6B) is unknown color: approx 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

RGB151127107-
CMYK00.160.290.41
HSL27.27º17.46%50.59%-
HSV(B)27.27º29.14%59.22%-
XYZ23.0122.8217.1-
YUV131.9113.95141.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 39.22%
GREEN value IS 127 (50% from 255) = 32.99%
BLUE value IS 107 (42.19% from 255) = 27.79%
R=39.22%
G=32.99%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15112710700.160.290.4127.2717.4650.59
Hex977F6B0101D291b1133
Octal2271771530203551332163
Binary1001011111111111101011010000111011010011101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>