#716666

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

Shades of Dim Gray #716666

Tints of Dim Gray #716666

Color information

#716666 (or 0x716666) is unknown color: approx Dim Gray. HEX triplet: 71, 66 and 66. RGB value is (113,102,102). Sum of RGB (Red+Green+Blue) = 113+102+102=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 113 - color contains mainly: red. Hex color #716666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716666 is #8E9999. Grayscale: #696969. Windows color (decimal): -9345434 or 6710897. OLE color: 6710897.

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

Color convert

RGB113102102-
CMYK00.100.100.56
HSL5.12%42.16%-
HSV(B)9.73%44.31%-
XYZ13.9613.9714.53-
YUV105.29126.14133.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.65%
GREEN value IS 102 (40.23% from 255) = 32.18%
BLUE value IS 102 (40.23% from 255) = 32.18%
R=35.65%
G=32.18%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310210200.100.100.5605.1242.16
Hex7166660AA38052a
Octal16114614601212700552
Binary1110001110011011001100101010101110000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716666; }

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

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

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

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

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

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

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

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