#747072

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

Shades of Monsoon #747072

Tints of Monsoon #747072

Color information

#747072 (or 0x747072) is unknown color: approx Monsoon. HEX triplet: 74, 70 and 72. RGB value is (116,112,114). Sum of RGB (Red+Green+Blue) = 116+112+114=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 116 - color contains mainly: red. Hex color #747072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747072 is #8B8F8D. Grayscale: #717171. Windows color (decimal): -9146254 or 7499892. OLE color: 7499892.

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

Color convert

RGB116112114-
CMYK00.030.020.55
HSL330º1.75%44.71%-
HSV(B)330º3.45%45.49%-
XYZ16.0316.5218.26-
YUV113.42128.33129.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.92%
GREEN value IS 112 (44.14% from 255) = 32.75%
BLUE value IS 114 (44.92% from 255) = 33.33%
R=33.92%
G=32.75%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11611211400.030.020.553301.7544.71
Hex7470720323714a22d
Octal16416016203267512255
Binary1110100111000011100100111011011110100101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747072; }

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

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

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

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

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

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

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

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