#716A6A

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

Shades of Dim Gray #716A6A

Tints of Dim Gray #716A6A

Color information

#716A6A (or 0x716A6A) is unknown color: approx Dim Gray. HEX triplet: 71, 6A and 6A. RGB value is (113,106,106). Sum of RGB (Red+Green+Blue) = 113+106+106=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 113 - color contains mainly: red. Hex color #716A6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716A6A is #8E9595. Grayscale: #6C6C6C. Windows color (decimal): -9344406 or 6974065. OLE color: 6974065.

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

Color convert

RGB113106106-
CMYK00.060.060.56
HSL3.2%42.94%-
HSV(B)6.19%44.31%-
XYZ14.5714.8615.74-
YUV108.09126.82131.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.77%
GREEN value IS 106 (41.80% from 255) = 32.62%
BLUE value IS 106 (41.80% from 255) = 32.62%
R=34.77%
G=32.62%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310610600.060.060.5603.242.94
Hex716A6A06638032b
Octal161152152066700353
Binary1110001110101011010100110110111000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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