#736363

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

Shades of Dim Gray #736363

Tints of Dim Gray #736363

Color information

#736363 (or 0x736363) is unknown color: approx Dim Gray. HEX triplet: 73, 63 and 63. RGB value is (115,99,99). Sum of RGB (Red+Green+Blue) = 115+99+99=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 115 - color contains mainly: red. Hex color #736363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736363 is #8C9C9C. Grayscale: #676767. Windows color (decimal): -9215133 or 6513523. OLE color: 6513523.

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

Color convert

RGB1159999-
CMYK00.140.140.55
HSL7.48%41.96%-
HSV(B)13.91%45.1%-
XYZ13.7813.4713.68-
YUV103.78125.3136-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.74%
GREEN value IS 99 (39.06% from 255) = 31.63%
BLUE value IS 99 (39.06% from 255) = 31.63%
R=36.74%
G=31.63%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115999900.140.140.5507.4841.96
Hex7363630EE37072a
Octal16314314301616670752
Binary1110011110001111000110111011101101110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736363; }

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

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

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

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

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

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

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

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