#747373

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

Shades of Dim Gray #747373

Tints of Dim Gray #747373

Color information

#747373 (or 0x747373) is unknown color: approx Dim Gray. HEX triplet: 74, 73 and 73. RGB value is (116,115,115). Sum of RGB (Red+Green+Blue) = 116+115+115=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 116 - color contains mainly: red. Hex color #747373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747373 is #8B8C8C. Grayscale: #737373. Windows color (decimal): -9145485 or 7566196. OLE color: 7566196.

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

Color convert

RGB116115115-
CMYK00.010.010.55
HSL0.43%45.29%-
HSV(B)0.86%45.49%-
XYZ16.4317.2118.68-
YUV115.3127.83128.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.53%
GREEN value IS 115 (45.31% from 255) = 33.24%
BLUE value IS 115 (45.31% from 255) = 33.24%
R=33.53%
G=33.24%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11611511500.010.010.5500.4345.29
Hex74737301137002d
Octal164163163011670055
Binary11101001110011111001101111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747373; }

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

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

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

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

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

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

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

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