#746E72

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

Shades of Monsoon #746E72

Tints of Monsoon #746E72

Color information

#746E72 (or 0x746E72) is unknown color: approx Monsoon. HEX triplet: 74, 6E and 72. RGB value is (116,110,114). Sum of RGB (Red+Green+Blue) = 116+110+114=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 116 - color contains mainly: red. Hex color #746E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746E72 is #8B918D. Grayscale: #707070. Windows color (decimal): -9146766 or 7499380. OLE color: 7499380.

HSL color Cylindrical-coordinate representation of color #746E72: hue angle of 320º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #746E72 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB116110114-
CMYK00.050.020.55
HSL320º2.65%44.31%-
HSV(B)320º5.17%45.49%-
XYZ15.8216.0818.19-
YUV112.25128.99130.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.12%
GREEN value IS 110 (43.36% from 255) = 32.35%
BLUE value IS 114 (44.92% from 255) = 33.53%
R=34.12%
G=32.35%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11611011400.050.020.553202.6544.31
Hex746E720523714032c
Octal16415616205267500354
Binary11101001101110111001001011011011110100000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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