#786C72

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

Shades of Monsoon #786C72

Tints of Monsoon #786C72

Color information

#786C72 (or 0x786C72) is unknown color: approx Monsoon. HEX triplet: 78, 6C and 72. RGB value is (120,108,114). Sum of RGB (Red+Green+Blue) = 120+108+114=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 120 - color contains mainly: red. Hex color #786C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786C72 is #87938D. Grayscale: #707070. Windows color (decimal): -8885134 or 7498872. OLE color: 7498872.

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

Color convert

RGB120108114-
CMYK00.100.050.53
HSL330º5.26%44.71%-
HSV(B)330º10%47.06%-
XYZ16.1515.9318.14-
YUV112.27128.98133.51-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.09%
GREEN value IS 108 (42.58% from 255) = 31.58%
BLUE value IS 114 (44.92% from 255) = 33.33%
R=35.09%
G=31.58%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010811400.100.050.533305.2644.71
Hex786C720A53514a52d
Octal170154162012565512555
Binary11110001101100111001001010101110101101001010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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