#726463

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

Shades of Dim Gray #726463

Tints of Dim Gray #726463

Color information

#726463 (or 0x726463) is unknown color: approx Dim Gray. HEX triplet: 72, 64 and 63. RGB value is (114,100,99). Sum of RGB (Red+Green+Blue) = 114+100+99=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 114 - color contains mainly: red. Hex color #726463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726463 is #8D9B9C. Grayscale: #686868. Windows color (decimal): -9280413 or 6513778. OLE color: 6513778.

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

Color convert

RGB11410099-
CMYK00.120.130.55
HSL7.04%41.76%-
HSV(B)13.16%44.71%-
XYZ13.7513.5913.7-
YUV104.07125.14135.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.42%
GREEN value IS 100 (39.45% from 255) = 31.95%
BLUE value IS 99 (39.06% from 255) = 31.63%
R=36.42%
G=31.95%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141009900.120.130.5547.0441.76
Hex7264630CD37472a
Octal16214414301415674752
Binary111001011001001100011011001101110111100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726463; }

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

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

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

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

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

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

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

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