#776F73

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

Shades of Monsoon #776F73

Tints of Monsoon #776F73

Color information

#776F73 (or 0x776F73) is unknown color: approx Monsoon. HEX triplet: 77, 6F and 73. RGB value is (119,111,115). Sum of RGB (Red+Green+Blue) = 119+111+115=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 119 - color contains mainly: red. Hex color #776F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F73 is #88908C. Grayscale: #717171. Windows color (decimal): -8949901 or 7565175. OLE color: 7565175.

HSL color Cylindrical-coordinate representation of color #776F73: hue angle of 330º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #776F73 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB119111115-
CMYK00.070.030.53
HSL330º3.48%45.1%-
HSV(B)330º6.72%46.67%-
XYZ16.3916.5318.55-
YUV113.85128.65131.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.49%
GREEN value IS 111 (43.75% from 255) = 32.17%
BLUE value IS 115 (45.31% from 255) = 33.33%
R=34.49%
G=32.17%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911111500.070.030.533303.4845.1
Hex776F730733514a32d
Octal16715716307365512355
Binary11101111101111111001101111111010110100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,111,115); }

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

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

 a { background-color: rgb(119,111,115); }

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

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

 span { border-color: rgb(119,111,115); }

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