#726363

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

Shades of Dim Gray #726363

Tints of Dim Gray #726363

Color information

#726363 (or 0x726363) is unknown color: approx Dim Gray. HEX triplet: 72, 63 and 63. RGB value is (114,99,99). Sum of RGB (Red+Green+Blue) = 114+99+99=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 114 - color contains mainly: red. Hex color #726363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726363 is #8D9C9C. Grayscale: #676767. Windows color (decimal): -9280669 or 6513522. OLE color: 6513522.

HSL color Cylindrical-coordinate representation of color #726363: 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.13%. Process color model (Four color, CMYK) of #726363 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB1149999-
CMYK00.130.130.55
HSL7.04%41.76%-
HSV(B)13.16%44.71%-
XYZ13.6513.413.67-
YUV103.48125.47135.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.54%
GREEN value IS 99 (39.06% from 255) = 31.73%
BLUE value IS 99 (39.06% from 255) = 31.73%
R=36.54%
G=31.73%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114999900.130.130.5507.0441.76
Hex7263630DD37072a
Octal16214314301515670752
Binary1110010110001111000110110111011101110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726363; }

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

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

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

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

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

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

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

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