#786572

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

Shades of Monsoon #786572

Tints of Monsoon #786572

Color information

#786572 (or 0x786572) is unknown color: approx Monsoon. HEX triplet: 78, 65 and 72. RGB value is (120,101,114). Sum of RGB (Red+Green+Blue) = 120+101+114=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 120 - color contains mainly: red. Hex color #786572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786572 is #879A8D. Grayscale: #6C6C6C. Windows color (decimal): -8886926 or 7497080. OLE color: 7497080.

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

Color convert

RGB120101114-
CMYK00.160.050.53
HSL318.95º8.6%43.33%-
HSV(B)318.95º15.83%47.06%-
XYZ15.4414.5217.91-
YUV108.16131.29136.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.82%
GREEN value IS 101 (39.84% from 255) = 30.15%
BLUE value IS 114 (44.92% from 255) = 34.03%
R=35.82%
G=30.15%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010111400.160.050.53318.958.643.33
Hex78657201053513f92b
Octal1701451620205654771153
Binary1111000110010111100100100001011101011001111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786572; }

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

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

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

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

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

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

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

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