#766E72

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

Shades of Monsoon #766E72

Tints of Monsoon #766E72

Color information

#766E72 (or 0x766E72) is unknown color: approx Monsoon. HEX triplet: 76, 6E and 72. RGB value is (118,110,114). Sum of RGB (Red+Green+Blue) = 118+110+114=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 118 - color contains mainly: red. Hex color #766E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E72 is #89918D. Grayscale: #707070. Windows color (decimal): -9015694 or 7499382. OLE color: 7499382.

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

Color convert

RGB118110114-
CMYK00.070.030.54
HSL330º3.51%44.71%-
HSV(B)330º6.78%46.27%-
XYZ16.0816.2218.2-
YUV112.85128.65131.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.50%
GREEN value IS 110 (43.36% from 255) = 32.16%
BLUE value IS 114 (44.92% from 255) = 33.33%
R=34.50%
G=32.16%
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.54
SystemRedGreenBlueCMYKHSL
Decimal11811011400.070.030.543303.5144.71
Hex766E720733614a42d
Octal16615616207366512455
Binary111011011011101110010011111110110101001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766E72; }

 p { color: rgb(118,110,114); }

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

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

 a { background-color: rgb(118,110,114); }

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

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

 span { border-color: rgb(118,110,114); }

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