#747171

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

Shades of Dim Gray #747171

Tints of Dim Gray #747171

Color information

#747171 (or 0x747171) is unknown color: approx Dim Gray. HEX triplet: 74, 71 and 71. RGB value is (116,113,113). Sum of RGB (Red+Green+Blue) = 116+113+113=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 116 - color contains mainly: red. Hex color #747171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747171 is #8B8E8E. Grayscale: #717171. Windows color (decimal): -9145999 or 7434612. OLE color: 7434612.

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

Color convert

RGB116113113-
CMYK00.030.030.55
HSL1.31%44.9%-
HSV(B)2.59%45.49%-
XYZ16.0916.7218-
YUV113.9127.49129.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.92%
GREEN value IS 113 (44.53% from 255) = 33.04%
BLUE value IS 113 (44.53% from 255) = 33.04%
R=33.92%
G=33.04%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11611311300.030.030.5501.3144.9
Hex74717103337012d
Octal164161161033670155
Binary1110100111000111100010111111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747171; }

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

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

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

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

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

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

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

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