#786B72

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

Shades of Monsoon #786B72

Tints of Monsoon #786B72

Color information

#786B72 (or 0x786B72) is unknown color: approx Monsoon. HEX triplet: 78, 6B and 72. RGB value is (120,107,114). Sum of RGB (Red+Green+Blue) = 120+107+114=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 120 - color contains mainly: red. Hex color #786B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786B72 is #87948D. Grayscale: #6F6F6F. Windows color (decimal): -8885390 or 7498616. OLE color: 7498616.

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

Color convert

RGB120107114-
CMYK00.110.050.53
HSL327.69º5.73%44.51%-
HSV(B)327.69º10.83%47.06%-
XYZ16.0415.7218.11-
YUV111.68129.31133.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.19%
GREEN value IS 107 (42.19% from 255) = 31.38%
BLUE value IS 114 (44.92% from 255) = 33.43%
R=35.19%
G=31.38%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010711400.110.050.53327.695.7344.51
Hex786B720B53514862d
Octal170153162013565510655
Binary11110001101011111001001011101110101101001000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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