#766972

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

Shades of Monsoon #766972

Tints of Monsoon #766972

Color information

#766972 (or 0x766972) is unknown color: approx Monsoon. HEX triplet: 76, 69 and 72. RGB value is (118,105,114). Sum of RGB (Red+Green+Blue) = 118+105+114=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 118 - color contains mainly: red. Hex color #766972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766972 is #89968D. Grayscale: #6D6D6D. Windows color (decimal): -9016974 or 7498102. OLE color: 7498102.

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

Color convert

RGB118105114-
CMYK00.110.030.54
HSL318.46º5.83%43.73%-
HSV(B)318.46º11.02%46.27%-
XYZ15.5615.1718.03-
YUV109.91130.31133.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.01%
GREEN value IS 105 (41.41% from 255) = 31.16%
BLUE value IS 114 (44.92% from 255) = 33.83%
R=35.01%
G=31.16%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810511400.110.030.54318.465.8343.73
Hex7669720B33613e62c
Octal166151162013366476654
Binary1110110110100111100100101111110110100111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766972; }

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

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

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

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

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

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

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

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