#757171

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

Shades of Dim Gray #757171

Tints of Dim Gray #757171

Color information

#757171 (or 0x757171) is unknown color: approx Dim Gray. HEX triplet: 75, 71 and 71. RGB value is (117,113,113). Sum of RGB (Red+Green+Blue) = 117+113+113=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 117 - color contains mainly: red. Hex color #757171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757171 is #8A8E8E. Grayscale: #727272. Windows color (decimal): -9080463 or 7434613. OLE color: 7434613.

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

Color convert

RGB117113113-
CMYK00.030.030.54
HSL1.74%45.1%-
HSV(B)3.42%45.88%-
XYZ16.2216.7818.01-
YUV114.2127.33130-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.11%
GREEN value IS 113 (44.53% from 255) = 32.94%
BLUE value IS 113 (44.53% from 255) = 32.94%
R=34.11%
G=32.94%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711311300.030.030.5401.7445.1
Hex75717103336022d
Octal165161161033660255
Binary11101011110001111000101111110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757171; }

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

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

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

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

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

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

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

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