#786370

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

Shades of Monsoon #786370

Tints of Monsoon #786370

Color information

#786370 (or 0x786370) is unknown color: approx Monsoon. HEX triplet: 78, 63 and 70. RGB value is (120,99,112). Sum of RGB (Red+Green+Blue) = 120+99+112=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 120 - color contains mainly: red. Hex color #786370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786370 is #879C8F. Grayscale: #6A6A6A. Windows color (decimal): -8887440 or 7365496. OLE color: 7365496.

HSL color Cylindrical-coordinate representation of color #786370: hue angle of 322.86º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #786370 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB12099112-
CMYK00.170.070.53
HSL322.86º9.59%42.94%-
HSV(B)322.86º17.5%47.06%-
XYZ15.1314.0917.25-
YUV106.76130.96137.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.25%
GREEN value IS 99 (39.06% from 255) = 29.91%
BLUE value IS 112 (44.14% from 255) = 33.84%
R=36.25%
G=29.91%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1209911200.170.070.53322.869.5942.94
Hex786370011735143a2b
Octal1701431600217655031253
Binary1111000110001111100000100011111101011010000111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786370; }

 p { color: rgb(120,99,112); }

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

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

 a { background-color: rgb(120,99,112); }

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

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

 span { border-color: rgb(120,99,112); }

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