#717171

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

Shades of Dim Gray #717171

Tints of Dim Gray #717171

Color information

#717171 (or 0x717171) is unknown color: approx Dim Gray. HEX triplet: 71, 71 and 71. RGB value is (113,113,113). Sum of RGB (Red+Green+Blue) = 113+113+113=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 113 - color contains mainly: red, green, blue. Hex color #717171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717171 is #8E8E8E. Grayscale: #717171. Windows color (decimal): -9342607 or 7434609. OLE color: 7434609.

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

Color convert

RGB113113113-
CMYK0000.56
HSL0%44.31%-
HSV(B)0%44.31%-
XYZ15.716.5117.98-
YUV113128128-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.33%
GREEN value IS 113 (44.53% from 255) = 33.33%
BLUE value IS 113 (44.53% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131131130000.560044.31
Hex71717100038002c
Octal161161161000700054
Binary11100011110001111000100011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717171; }

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

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

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

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

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

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

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

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