#786A72

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

Shades of Monsoon #786A72

Tints of Monsoon #786A72

Color information

#786A72 (or 0x786A72) is unknown color: approx Monsoon. HEX triplet: 78, 6A and 72. RGB value is (120,106,114). Sum of RGB (Red+Green+Blue) = 120+106+114=340 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.29% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 120 - color contains mainly: red. Hex color #786A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786A72 is #87958D. Grayscale: #6F6F6F. Windows color (decimal): -8885646 or 7498360. OLE color: 7498360.

HSL color Cylindrical-coordinate representation of color #786A72: hue angle of 325.71º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #786A72 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB120106114-
CMYK00.120.050.53
HSL325.71º6.19%44.31%-
HSV(B)325.71º11.67%47.06%-
XYZ15.9415.5218.07-
YUV111.1129.64134.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.29%
GREEN value IS 106 (41.80% from 255) = 31.18%
BLUE value IS 114 (44.92% from 255) = 33.53%
R=35.29%
G=31.18%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010611400.120.050.53325.716.1944.31
Hex786A720C53514662c
Octal170152162014565506654
Binary11110001101010111001001100101110101101000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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