#756D73

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

Shades of Monsoon #756D73

Tints of Monsoon #756D73

Color information

#756D73 (or 0x756D73) is unknown color: approx Monsoon. HEX triplet: 75, 6D and 73. RGB value is (117,109,115). Sum of RGB (Red+Green+Blue) = 117+109+115=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 117 - color contains mainly: red. Hex color #756D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D73 is #8A928C. Grayscale: #707070. Windows color (decimal): -9081485 or 7564661. OLE color: 7564661.

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

Color convert

RGB117109115-
CMYK00.070.020.54
HSL315º3.54%44.31%-
HSV(B)315º6.84%45.88%-
XYZ15.915.9618.46-
YUV112.08129.65131.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.31%
GREEN value IS 109 (42.97% from 255) = 31.96%
BLUE value IS 115 (45.31% from 255) = 33.72%
R=34.31%
G=31.96%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710911500.070.020.543153.5444.31
Hex756D730723613b42c
Octal16515516307266473454
Binary111010111011011110011011110110110100111011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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