#786672

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

Shades of Monsoon #786672

Tints of Monsoon #786672

Color information

#786672 (or 0x786672) is unknown color: approx Monsoon. HEX triplet: 78, 66 and 72. RGB value is (120,102,114). Sum of RGB (Red+Green+Blue) = 120+102+114=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 120 - color contains mainly: red. Hex color #786672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786672 is #87998D. Grayscale: #6C6C6C. Windows color (decimal): -8886670 or 7497336. OLE color: 7497336.

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

Color convert

RGB120102114-
CMYK00.150.050.53
HSL320º8.11%43.53%-
HSV(B)320º15%47.06%-
XYZ15.5314.7117.94-
YUV108.75130.96136.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.71%
GREEN value IS 102 (40.23% from 255) = 30.36%
BLUE value IS 114 (44.92% from 255) = 33.93%
R=35.71%
G=30.36%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010211400.150.050.533208.1143.53
Hex7866720F53514082c
Octal1701461620175655001054
Binary111100011001101110010011111011101011010000001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786672; }

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

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

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

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

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

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

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

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