#786772

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

Shades of Monsoon #786772

Tints of Monsoon #786772

Color information

#786772 (or 0x786772) is unknown color: approx Monsoon. HEX triplet: 78, 67 and 72. RGB value is (120,103,114). Sum of RGB (Red+Green+Blue) = 120+103+114=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 120 - color contains mainly: red. Hex color #786772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786772 is #87988D. Grayscale: #6D6D6D. Windows color (decimal): -8886414 or 7497592. OLE color: 7497592.

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

Color convert

RGB120103114-
CMYK00.140.050.53
HSL321.18º7.62%43.73%-
HSV(B)321.18º14.17%47.06%-
XYZ15.6314.9117.97-
YUV109.34130.63135.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.61%
GREEN value IS 103 (40.62% from 255) = 30.56%
BLUE value IS 114 (44.92% from 255) = 33.83%
R=35.61%
G=30.56%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010311400.140.050.53321.187.6243.73
Hex7867720E53514182c
Octal1701471620165655011054
Binary111100011001111110010011101011101011010000011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786772; }

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

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

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

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

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

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

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

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