#736463

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

Shades of Dim Gray #736463

Tints of Dim Gray #736463

Color information

#736463 (or 0x736463) is unknown color: approx Dim Gray. HEX triplet: 73, 64 and 63. RGB value is (115,100,99). Sum of RGB (Red+Green+Blue) = 115+100+99=314 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.62% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 115 - color contains mainly: red. Hex color #736463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736463 is #8C9B9C. Grayscale: #686868. Windows color (decimal): -9214877 or 6513779. OLE color: 6513779.

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

Color convert

RGB11510099-
CMYK00.130.140.55
HSL3.75º7.48%41.96%-
HSV(B)3.75º13.91%45.1%-
XYZ13.8813.6613.71-
YUV104.37124.97135.58-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.62%
GREEN value IS 100 (39.45% from 255) = 31.85%
BLUE value IS 99 (39.06% from 255) = 31.53%
R=36.62%
G=31.85%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151009900.130.140.553.757.4841.96
Hex7364630DE37472a
Octal16314414301516674752
Binary111001111001001100011011011110110111100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736463; }

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

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

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

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

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

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

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

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