#786D75

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

Shades of Monsoon #786D75

Tints of Monsoon #786D75

Color information

#786D75 (or 0x786D75) is unknown color: approx Monsoon. HEX triplet: 78, 6D and 75. RGB value is (120,109,117). Sum of RGB (Red+Green+Blue) = 120+109+117=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 120 - color contains mainly: red. Hex color #786D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786D75 is #87928A. Grayscale: #717171. Windows color (decimal): -8884875 or 7695736. OLE color: 7695736.

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

Color convert

RGB120109117-
CMYK00.090.020.53
HSL316.36º4.8%44.9%-
HSV(B)316.36º9.17%47.06%-
XYZ16.4316.2119.09-
YUV113.2130.14132.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.68%
GREEN value IS 109 (42.97% from 255) = 31.50%
BLUE value IS 117 (46.09% from 255) = 33.82%
R=34.68%
G=31.50%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010911700.090.020.53316.364.844.9
Hex786D750923513c52d
Octal170155165011265474555
Binary1111000110110111101010100110110101100111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,109,117); }

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

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

 a { background-color: rgb(120,109,117); }

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

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

 span { border-color: rgb(120,109,117); }

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