#716969

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

Shades of Dim Gray #716969

Tints of Dim Gray #716969

Color information

#716969 (or 0x716969) is unknown color: approx Dim Gray. HEX triplet: 71, 69 and 69. RGB value is (113,105,105). Sum of RGB (Red+Green+Blue) = 113+105+105=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 105 (41.41% from 255 or 32.51% from 323); Blue value is 105 (41.41% from 255 or 32.51% from 323); Max value from RGB is 113 - color contains mainly: red. Hex color #716969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716969 is #8E9696. Grayscale: #6B6B6B. Windows color (decimal): -9344663 or 6908273. OLE color: 6908273.

HSL color Cylindrical-coordinate representation of color #716969: hue angle of 0º 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 #716969 is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB113105105-
CMYK00.070.070.56
HSL3.67%42.75%-
HSV(B)7.08%44.31%-
XYZ14.4114.6315.43-
YUV107.39126.65132-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.98%
GREEN value IS 105 (41.41% from 255) = 32.51%
BLUE value IS 105 (41.41% from 255) = 32.51%
R=34.98%
G=32.51%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310510500.070.070.5603.6742.75
Hex71696907738042b
Octal161151151077700453
Binary11100011101001110100101111111110000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716969; }

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

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

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

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

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

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

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

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