#786B75

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

Shades of Monsoon #786B75

Tints of Monsoon #786B75

Color information

#786B75 (or 0x786B75) is unknown color: approx Monsoon. HEX triplet: 78, 6B and 75. RGB value is (120,107,117). Sum of RGB (Red+Green+Blue) = 120+107+117=344 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.88% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 120 - color contains mainly: red. Hex color #786B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786B75 is #87948A. Grayscale: #707070. Windows color (decimal): -8885387 or 7695224. OLE color: 7695224.

HSL color Cylindrical-coordinate representation of color #786B75: hue angle of 313.85º 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 #786B75 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB120107117-
CMYK00.110.020.53
HSL313.85º5.73%44.51%-
HSV(B)313.85º10.83%47.06%-
XYZ16.2115.7919.02-
YUV112.03130.81133.69-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.88%
GREEN value IS 107 (42.19% from 255) = 31.10%
BLUE value IS 117 (46.09% from 255) = 34.01%
R=34.88%
G=31.10%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010711700.110.020.53313.855.7344.51
Hex786B750B23513a62d
Octal170153165013265472655
Binary1111000110101111101010101110110101100111010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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