#726969

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

Shades of Dim Gray #726969

Tints of Dim Gray #726969

Color information

#726969 (or 0x726969) is unknown color: approx Dim Gray. HEX triplet: 72, 69 and 69. RGB value is (114,105,105). Sum of RGB (Red+Green+Blue) = 114+105+105=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 105 (41.41% from 255 or 32.41% from 324); Max value from RGB is 114 - color contains mainly: red. Hex color #726969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726969 is #8D9696. Grayscale: #6B6B6B. Windows color (decimal): -9279127 or 6908274. OLE color: 6908274.

HSL color Cylindrical-coordinate representation of color #726969: hue angle of 0º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #726969 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB114105105-
CMYK00.080.080.55
HSL4.11%42.94%-
HSV(B)7.89%44.71%-
XYZ14.5414.715.44-
YUV107.69126.48132.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.19%
GREEN value IS 105 (41.41% from 255) = 32.41%
BLUE value IS 105 (41.41% from 255) = 32.41%
R=35.19%
G=32.41%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410510500.080.080.5504.1142.94
Hex72696908837042b
Octal16215115101010670453
Binary1110010110100111010010100010001101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726969; }

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

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

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

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

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

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

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

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