#726464

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

Shades of Dim Gray #726464

Tints of Dim Gray #726464

Color information

#726464 (or 0x726464) is unknown color: approx Dim Gray. HEX triplet: 72, 64 and 64. RGB value is (114,100,100). Sum of RGB (Red+Green+Blue) = 114+100+100=314 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.31% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 114 - color contains mainly: red. Hex color #726464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726464 is #8D9B9B. Grayscale: #686868. Windows color (decimal): -9280412 or 6579314. OLE color: 6579314.

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

Color convert

RGB114100100-
CMYK00.120.120.55
HSL6.54%41.96%-
HSV(B)12.28%44.71%-
XYZ13.813.6113.96-
YUV104.19125.64135-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.31%
GREEN value IS 100 (39.45% from 255) = 31.85%
BLUE value IS 100 (39.45% from 255) = 31.85%
R=36.31%
G=31.85%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410010000.120.120.5506.5441.96
Hex7264640CC37072a
Octal16214414401414670752
Binary1110010110010011001000110011001101110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726464; }

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

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

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

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

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

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

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

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