Html Css Color HEX #717171 Dim Gray

📋 copy color: '#717171'

red 113 ◦ green 113 ◦ blue 113

#717171
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dim Gray #717171

Tints of Dim Gray #717171

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 value IS 0

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#717171 (or 0x717171) is known color: 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

RGB 113 113 113 -
CMYK 0 0 0 0.56
HSL 0% 0.44% -
HSV(B) 0% 0.44% -
XYZ 15.7 16.51 17.98 -
YUV 113 128 128 -
System Red Green Blue C M Y K H S L
Decimal 113 113 113 0 0 0 0.56 0 0 0.44
Hex 71 71 71 0 0 0 38 0 0 2C
Octal 161 161 161 0 0 0 70 0 0 54
Binary 1110001 1110001 1110001 0 0 0 111000 0 0 101100

Color Harmonies of #717171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717171

Black with #717171

Text Example


Text Example

White with #717171

Text Example


Text Example

HTML Codes & Css Web 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>