#786973

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

Shades of Monsoon #786973

Tints of Monsoon #786973

Color information

#786973 (or 0x786973) is unknown color: approx Monsoon. HEX triplet: 78, 69 and 73. RGB value is (120,105,115). Sum of RGB (Red+Green+Blue) = 120+105+115=340 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.29% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 120 - color contains mainly: red. Hex color #786973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786973 is #87968C. Grayscale: #6E6E6E. Windows color (decimal): -8885901 or 7563640. OLE color: 7563640.

HSL color Cylindrical-coordinate representation of color #786973: hue angle of 320º degrees, saturation: 0.07, 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 #786973 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB120105115-
CMYK00.130.040.53
HSL320º6.67%44.12%-
HSV(B)320º12.5%47.06%-
XYZ15.8915.3318.34-
YUV110.62130.47134.69-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.29%
GREEN value IS 105 (41.41% from 255) = 30.88%
BLUE value IS 115 (45.31% from 255) = 33.82%
R=35.29%
G=30.88%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010511500.130.040.533206.6744.12
Hex7869730D43514072c
Octal170151163015465500754
Binary11110001101001111001101101100110101101000000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786973; }

 p { color: rgb(120,105,115); }

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

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

 a { background-color: rgb(120,105,115); }

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

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

 span { border-color: rgb(120,105,115); }

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