#977761

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

Shades of Beaver #977761

Tints of Beaver #977761

Color information

#977761 (or 0x977761) is unknown color: approx Beaver. HEX triplet: 97, 77 and 61. RGB value is (151,119,97). Sum of RGB (Red+Green+Blue) = 151+119+97=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 151 - color contains mainly: red. Hex color #977761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977761 is #68889E. Grayscale: #7E7E7E. Windows color (decimal): -6850719 or 6387607. OLE color: 6387607.

HSL color Cylindrical-coordinate representation of color #977761: hue angle of 24.44º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #977761 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB15111997-
CMYK00.210.360.41
HSL24.44º21.77%48.63%-
HSV(B)24.44º35.76%59.22%-
XYZ21.5220.6414.16-
YUV126.06111.6145.79-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.14%
GREEN value IS 119 (46.88% from 255) = 32.43%
BLUE value IS 97 (38.28% from 255) = 26.43%
R=41.14%
G=32.43%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511199700.210.360.4124.4421.7748.63
Hex9777610152429181631
Octal2271671410254451302661
Binary10010111111011111000010101011001001010011100010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977761; }

 p { color: rgb(151,119,97); }

 H1.HeaderClassName
 {
   color: #977761;
 }
 .AnyTagClassName
 {
   color: #977761;
 }
</style>
background-color css

<style>
 a { background-color: #977761; }

 a { background-color: rgb(151,119,97); }

 div.DivClassName
 {
   background-color: #977761;
 }
 .BgClassName
 {
   background-color: #977761;
 }
</style>
border-color css

<style>
 span { border-color: #977761; }

 span { border-color: rgb(151,119,97); }

 td.TdClassName
 {
   border-color: #977761;
 }
 .TagClassName
 {
   border-color: #977761;
 }
</style>