#977760

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

Shades of Beaver #977760

Tints of Beaver #977760

Color information

#977760 (or 0x977760) is unknown color: approx Beaver. HEX triplet: 97, 77 and 60. RGB value is (151,119,96). Sum of RGB (Red+Green+Blue) = 151+119+96=366 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.26% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 151 - color contains mainly: red. Hex color #977760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977760 is #68889F. Grayscale: #7E7E7E. Windows color (decimal): -6850720 or 6322071. OLE color: 6322071.

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

Color convert

RGB15111996-
CMYK00.210.360.41
HSL25.09º22.27%48.43%-
HSV(B)25.09º36.42%59.22%-
XYZ21.4720.6213.91-
YUV125.95111.1145.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.26%
GREEN value IS 119 (46.88% from 255) = 32.51%
BLUE value IS 96 (37.89% from 255) = 26.23%
R=41.26%
G=32.51%
B=26.23%

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
Decimal1511199600.210.360.4125.0922.2748.43
Hex9777600152429191630
Octal2271671400254451312660
Binary10010111111011111000000101011001001010011100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977760; }

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

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

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

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

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

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

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

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