#766A72

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

Shades of Monsoon #766A72

Tints of Monsoon #766A72

Color information

#766A72 (or 0x766A72) is unknown color: approx Monsoon. HEX triplet: 76, 6A and 72. RGB value is (118,106,114). Sum of RGB (Red+Green+Blue) = 118+106+114=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 118 - color contains mainly: red. Hex color #766A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A72 is #89958D. Grayscale: #6E6E6E. Windows color (decimal): -9016718 or 7498358. OLE color: 7498358.

HSL color Cylindrical-coordinate representation of color #766A72: hue angle of 320º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #766A72 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB118106114-
CMYK00.100.030.54
HSL320º5.36%43.92%-
HSV(B)320º10.17%46.27%-
XYZ15.6615.3718.06-
YUV110.5129.98133.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.91%
GREEN value IS 106 (41.80% from 255) = 31.36%
BLUE value IS 114 (44.92% from 255) = 33.73%
R=34.91%
G=31.36%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810611400.100.030.543205.3643.92
Hex766A720A33614052c
Octal166152162012366500554
Binary1110110110101011100100101011110110101000000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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