#756E72

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

Shades of Monsoon #756E72

Tints of Monsoon #756E72

Color information

#756E72 (or 0x756E72) is unknown color: approx Monsoon. HEX triplet: 75, 6E and 72. RGB value is (117,110,114). Sum of RGB (Red+Green+Blue) = 117+110+114=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 117 - color contains mainly: red. Hex color #756E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E72 is #8A918D. Grayscale: #707070. Windows color (decimal): -9081230 or 7499381. OLE color: 7499381.

HSL color Cylindrical-coordinate representation of color #756E72: hue angle of 325.71º 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 #756E72 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB117110114-
CMYK00.060.030.54
HSL325.71º3.08%44.51%-
HSV(B)325.71º5.98%45.88%-
XYZ15.9516.1518.2-
YUV112.55128.82131.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.31%
GREEN value IS 110 (43.36% from 255) = 32.26%
BLUE value IS 114 (44.92% from 255) = 33.43%
R=34.31%
G=32.26%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711011400.060.030.54325.713.0844.51
Hex756E720633614632d
Octal16515616206366506355
Binary11101011101110111001001101111011010100011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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