#766D72

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

Shades of Monsoon #766D72

Tints of Monsoon #766D72

Color information

#766D72 (or 0x766D72) is unknown color: approx Monsoon. HEX triplet: 76, 6D and 72. RGB value is (118,109,114). Sum of RGB (Red+Green+Blue) = 118+109+114=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 118 - color contains mainly: red. Hex color #766D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D72 is #89928D. Grayscale: #707070. Windows color (decimal): -9015950 or 7499126. OLE color: 7499126.

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

Color convert

RGB118109114-
CMYK00.080.030.54
HSL326.67º3.96%44.51%-
HSV(B)326.67º7.63%46.27%-
XYZ15.981618.17-
YUV112.26128.98132.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.60%
GREEN value IS 109 (42.97% from 255) = 31.96%
BLUE value IS 114 (44.92% from 255) = 33.43%
R=34.60%
G=31.96%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810911400.080.030.54326.673.9644.51
Hex766D720833614742d
Octal166155162010366507455
Binary1110110110110111100100100011110110101000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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