#776A72

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

Shades of Monsoon #776A72

Tints of Monsoon #776A72

Color information

#776A72 (or 0x776A72) is unknown color: approx Monsoon. HEX triplet: 77, 6A and 72. RGB value is (119,106,114). Sum of RGB (Red+Green+Blue) = 119+106+114=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 119 - color contains mainly: red. Hex color #776A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776A72 is #88958D. Grayscale: #6E6E6E. Windows color (decimal): -8951182 or 7498359. OLE color: 7498359.

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

Color convert

RGB119106114-
CMYK00.110.040.53
HSL323.08º5.78%44.12%-
HSV(B)323.08º10.92%46.67%-
XYZ15.815.4418.07-
YUV110.8129.81133.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.10%
GREEN value IS 106 (41.80% from 255) = 31.27%
BLUE value IS 114 (44.92% from 255) = 33.63%
R=35.10%
G=31.27%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910611400.110.040.53323.085.7844.12
Hex776A720B43514362c
Octal167152162013465503654
Binary11101111101010111001001011100110101101000011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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