#716A69

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

Shades of Dim Gray #716A69

Tints of Dim Gray #716A69

Color information

#716A69 (or 0x716A69) is unknown color: approx Dim Gray. HEX triplet: 71, 6A and 69. RGB value is (113,106,105). Sum of RGB (Red+Green+Blue) = 113+106+105=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 106 (41.80% from 255 or 32.72% from 324); Blue value is 105 (41.41% from 255 or 32.41% from 324); Max value from RGB is 113 - color contains mainly: red. Hex color #716A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716A69 is #8E9596. Grayscale: #6B6B6B. Windows color (decimal): -9344407 or 6908529. OLE color: 6908529.

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

Color convert

RGB113106105-
CMYK00.060.070.56
HSL7.5º3.67%42.75%-
HSV(B)7.5º7.08%44.31%-
XYZ14.5114.8415.46-
YUV107.98126.32131.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.88%
GREEN value IS 106 (41.80% from 255) = 32.72%
BLUE value IS 105 (41.41% from 255) = 32.41%
R=34.88%
G=32.72%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310610500.060.070.567.53.6742.75
Hex716A6906738842b
Octal1611521510677010453
Binary11100011101010110100101101111110001000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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