#716E6E

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

Shades of Dim Gray #716E6E

Tints of Dim Gray #716E6E

Color information

#716E6E (or 0x716E6E) is unknown color: approx Dim Gray. HEX triplet: 71, 6E and 6E. RGB value is (113,110,110). Sum of RGB (Red+Green+Blue) = 113+110+110=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 113 - color contains mainly: red. Hex color #716E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E6E is #8E9191. Grayscale: #6E6E6E. Windows color (decimal): -9343378 or 7237233. OLE color: 7237233.

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

Color convert

RGB113110110-
CMYK00.030.030.56
HSL1.35%43.73%-
HSV(B)2.65%44.31%-
XYZ15.215.7917-
YUV110.9127.49129.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.93%
GREEN value IS 110 (43.36% from 255) = 33.03%
BLUE value IS 110 (43.36% from 255) = 33.03%
R=33.93%
G=33.03%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11311011000.030.030.5601.3543.73
Hex716E6E03338012c
Octal161156156033700154
Binary1110001110111011011100111111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716E6E; }

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

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

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

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

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

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

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

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