#746F73

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

Shades of Monsoon #746F73

Tints of Monsoon #746F73

Color information

#746F73 (or 0x746F73) is unknown color: approx Monsoon. HEX triplet: 74, 6F and 73. RGB value is (116,111,115). Sum of RGB (Red+Green+Blue) = 116+111+115=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 116 - color contains mainly: red. Hex color #746F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746F73 is #8B908C. Grayscale: #707070. Windows color (decimal): -9146509 or 7565172. OLE color: 7565172.

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

Color convert

RGB116111115-
CMYK00.040.010.55
HSL312º2.2%44.51%-
HSV(B)312º4.31%45.49%-
XYZ15.9816.3218.53-
YUV112.95129.16130.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.92%
GREEN value IS 111 (43.75% from 255) = 32.46%
BLUE value IS 115 (45.31% from 255) = 33.63%
R=33.92%
G=32.46%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11611111500.040.010.553122.244.51
Hex746F730413713822d
Octal16415716304167470255
Binary1110100110111111100110100111011110011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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