#757373

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

Shades of Dim Gray #757373

Tints of Dim Gray #757373

Color information

#757373 (or 0x757373) is unknown color: approx Dim Gray. HEX triplet: 75, 73 and 73. RGB value is (117,115,115). Sum of RGB (Red+Green+Blue) = 117+115+115=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 117 - color contains mainly: red. Hex color #757373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757373 is #8A8C8C. Grayscale: #737373. Windows color (decimal): -9079949 or 7566197. OLE color: 7566197.

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

Color convert

RGB117115115-
CMYK00.020.020.54
HSL0.86%45.49%-
HSV(B)1.71%45.88%-
XYZ16.5617.2818.68-
YUV115.6127.66129-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.72%
GREEN value IS 115 (45.31% from 255) = 33.14%
BLUE value IS 115 (45.31% from 255) = 33.14%
R=33.72%
G=33.14%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711511500.020.020.5400.8645.49
Hex75737302236012d
Octal165163163022660155
Binary1110101111001111100110101011011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757373; }

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

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

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

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

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

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

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

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