#746363

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

Shades of Dim Gray #746363

Tints of Dim Gray #746363

Color information

#746363 (or 0x746363) is unknown color: approx Dim Gray. HEX triplet: 74, 63 and 63. RGB value is (116,99,99). Sum of RGB (Red+Green+Blue) = 116+99+99=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 116 - color contains mainly: red. Hex color #746363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746363 is #8B9C9C. Grayscale: #686868. Windows color (decimal): -9149597 or 6513524. OLE color: 6513524.

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

Color convert

RGB1169999-
CMYK00.150.150.55
HSL7.91%42.16%-
HSV(B)14.66%45.49%-
XYZ13.9213.5413.68-
YUV104.08125.13136.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.94%
GREEN value IS 99 (39.06% from 255) = 31.53%
BLUE value IS 99 (39.06% from 255) = 31.53%
R=36.94%
G=31.53%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116999900.150.150.5507.9142.16
Hex7463630FF37082a
Octal164143143017176701052
Binary11101001100011110001101111111111011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746363; }

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

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

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

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

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

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

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

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