#726563

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

Shades of Dim Gray #726563

Tints of Dim Gray #726563

Color information

#726563 (or 0x726563) is unknown color: approx Dim Gray. HEX triplet: 72, 65 and 63. RGB value is (114,101,99). Sum of RGB (Red+Green+Blue) = 114+101+99=314 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.31% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 114 - color contains mainly: red. Hex color #726563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726563 is #8D9A9C. Grayscale: #686868. Windows color (decimal): -9280157 or 6514034. OLE color: 6514034.

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

Color convert

RGB11410199-
CMYK00.110.130.55
HSL7.04%41.76%-
HSV(B)13.16%44.71%-
XYZ13.8513.7913.74-
YUV104.66124.81134.66-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.31%
GREEN value IS 101 (39.84% from 255) = 32.17%
BLUE value IS 99 (39.06% from 255) = 31.53%
R=36.31%
G=32.17%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141019900.110.130.5587.0441.76
Hex7265630BD37872a
Octal162145143013156710752
Binary1110010110010111000110101111011101111000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726563; }

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

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

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

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

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

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

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

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