#776A71

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

Shades of Monsoon #776A71

Tints of Monsoon #776A71

Color information

#776A71 (or 0x776A71) is unknown color: approx Monsoon. HEX triplet: 77, 6A and 71. RGB value is (119,106,113). Sum of RGB (Red+Green+Blue) = 119+106+113=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 119 - color contains mainly: red. Hex color #776A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776A71 is #88958E. Grayscale: #6E6E6E. Windows color (decimal): -8951183 or 7432823. OLE color: 7432823.

HSL color Cylindrical-coordinate representation of color #776A71: hue angle of 327.69º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #776A71 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB119106113-
CMYK00.110.050.53
HSL327.69º5.78%44.12%-
HSV(B)327.69º10.92%46.67%-
XYZ15.7415.4217.77-
YUV110.68129.31133.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.21%
GREEN value IS 106 (41.80% from 255) = 31.36%
BLUE value IS 113 (44.53% from 255) = 33.43%
R=35.21%
G=31.36%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910611300.110.050.53327.695.7844.12
Hex776A710B53514862c
Octal167152161013565510654
Binary11101111101010111000101011101110101101001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776A71; }

 p { color: rgb(119,106,113); }

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

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

 a { background-color: rgb(119,106,113); }

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

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

 span { border-color: rgb(119,106,113); }

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