#756E73

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

Shades of Monsoon #756E73

Tints of Monsoon #756E73

Color information

#756E73 (or 0x756E73) is unknown color: approx Monsoon. HEX triplet: 75, 6E and 73. RGB value is (117,110,115). Sum of RGB (Red+Green+Blue) = 117+110+115=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 117 - color contains mainly: red. Hex color #756E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E73 is #8A918C. Grayscale: #707070. Windows color (decimal): -9081229 or 7564917. OLE color: 7564917.

HSL color Cylindrical-coordinate representation of color #756E73: hue angle of 317.14º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #756E73 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB117110115-
CMYK00.060.020.54
HSL317.14º3.08%44.51%-
HSV(B)317.14º5.98%45.88%-
XYZ16.0116.1718.5-
YUV112.66129.32131.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.21%
GREEN value IS 110 (43.36% from 255) = 32.16%
BLUE value IS 115 (45.31% from 255) = 33.63%
R=34.21%
G=32.16%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711011500.060.020.54317.143.0844.51
Hex756E730623613d32d
Octal16515616306266475355
Binary11101011101110111001101101011011010011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756E73; }

 p { color: rgb(117,110,115); }

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

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

 a { background-color: rgb(117,110,115); }

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

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

 span { border-color: rgb(117,110,115); }

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