#747073

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

Shades of Monsoon #747073

Tints of Monsoon #747073

Color information

#747073 (or 0x747073) is unknown color: approx Monsoon. HEX triplet: 74, 70 and 73. RGB value is (116,112,115). Sum of RGB (Red+Green+Blue) = 116+112+115=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 116 - color contains mainly: red. Hex color #747073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747073 is #8B8F8C. Grayscale: #717171. Windows color (decimal): -9146253 or 7565428. OLE color: 7565428.

HSL color Cylindrical-coordinate representation of color #747073: hue angle of 315º 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 #747073 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB116112115-
CMYK00.030.010.55
HSL315º1.75%44.71%-
HSV(B)315º3.45%45.49%-
XYZ16.0916.5418.56-
YUV113.54128.83129.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.82%
GREEN value IS 112 (44.14% from 255) = 32.65%
BLUE value IS 115 (45.31% from 255) = 33.53%
R=33.82%
G=32.65%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11611211500.030.010.553151.7544.71
Hex7470730313713b22d
Octal16416016303167473255
Binary111010011100001110011011111011110011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747073; }

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

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

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

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

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

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

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

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