#776A74

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

Shades of Monsoon #776A74

Tints of Monsoon #776A74

Color information

#776A74 (or 0x776A74) is unknown color: approx Monsoon. HEX triplet: 77, 6A and 74. RGB value is (119,106,116). Sum of RGB (Red+Green+Blue) = 119+106+116=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 119 - color contains mainly: red. Hex color #776A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776A74 is #88958B. Grayscale: #6F6F6F. Windows color (decimal): -8951180 or 7629431. OLE color: 7629431.

HSL color Cylindrical-coordinate representation of color #776A74: hue angle of 313.85º 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 #776A74 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB119106116-
CMYK00.110.030.53
HSL313.85º5.78%44.12%-
HSV(B)313.85º10.92%46.67%-
XYZ15.9115.4918.67-
YUV111.03130.81133.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.90%
GREEN value IS 106 (41.80% from 255) = 31.09%
BLUE value IS 116 (45.70% from 255) = 34.02%
R=34.90%
G=31.09%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910611600.110.030.53313.855.7844.12
Hex776A740B33513a62c
Octal167152164013365472654
Binary1110111110101011101000101111110101100111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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