#746D72

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

Shades of Monsoon #746D72

Tints of Monsoon #746D72

Color information

#746D72 (or 0x746D72) is unknown color: approx Monsoon. HEX triplet: 74, 6D and 72. RGB value is (116,109,114). Sum of RGB (Red+Green+Blue) = 116+109+114=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 116 - color contains mainly: red. Hex color #746D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746D72 is #8B928D. Grayscale: #6F6F6F. Windows color (decimal): -9147022 or 7499124. OLE color: 7499124.

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

Color convert

RGB116109114-
CMYK00.060.020.55
HSL317.14º3.11%44.12%-
HSV(B)317.14º6.03%45.49%-
XYZ15.7115.8718.15-
YUV111.66129.32131.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.22%
GREEN value IS 109 (42.97% from 255) = 32.15%
BLUE value IS 114 (44.92% from 255) = 33.63%
R=34.22%
G=32.15%
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.55
SystemRedGreenBlueCMYKHSL
Decimal11610911400.060.020.55317.143.1144.12
Hex746D720623713d32c
Octal16415516206267475354
Binary11101001101101111001001101011011110011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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