#766E74

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

Shades of Monsoon #766E74

Tints of Monsoon #766E74

Color information

#766E74 (or 0x766E74) is unknown color: approx Monsoon. HEX triplet: 76, 6E and 74. RGB value is (118,110,116). Sum of RGB (Red+Green+Blue) = 118+110+116=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 118 - color contains mainly: red. Hex color #766E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E74 is #89918B. Grayscale: #717171. Windows color (decimal): -9015692 or 7630454. OLE color: 7630454.

HSL color Cylindrical-coordinate representation of color #766E74: hue angle of 315º 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 #766E74 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB118110116-
CMYK00.070.020.54
HSL315º3.51%44.71%-
HSV(B)315º6.78%46.27%-
XYZ16.216.2618.81-
YUV113.08129.65131.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.30%
GREEN value IS 110 (43.36% from 255) = 31.98%
BLUE value IS 116 (45.70% from 255) = 33.72%
R=34.30%
G=31.98%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811011600.070.020.543153.5144.71
Hex766E740723613b42d
Octal16615616407266473455
Binary111011011011101110100011110110110100111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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