#977763

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

Shades of Beaver #977763

Tints of Beaver #977763

Color information

#977763 (or 0x977763) is unknown color: approx Beaver. HEX triplet: 97, 77 and 63. RGB value is (151,119,99). Sum of RGB (Red+Green+Blue) = 151+119+99=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 151 - color contains mainly: red. Hex color #977763 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977763 is #68889C. Grayscale: #7E7E7E. Windows color (decimal): -6850717 or 6518679. OLE color: 6518679.

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

Color convert

RGB15111999-
CMYK00.210.340.41
HSL23.08º20.8%49.02%-
HSV(B)23.08º34.44%59.22%-
XYZ21.6120.6714.66-
YUV126.29112.6145.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.92%
GREEN value IS 119 (46.88% from 255) = 32.25%
BLUE value IS 99 (39.06% from 255) = 26.83%
R=40.92%
G=32.25%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511199900.210.340.4123.0820.849.02
Hex9777630152229171531
Octal2271671430254251272561
Binary10010111111011111000110101011000101010011011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977763; }

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

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

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

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

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

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

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

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