#746665

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

Shades of Dim Gray #746665

Tints of Dim Gray #746665

Color information

#746665 (or 0x746665) is unknown color: approx Dim Gray. HEX triplet: 74, 66 and 65. RGB value is (116,102,101). Sum of RGB (Red+Green+Blue) = 116+102+101=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 116 - color contains mainly: red. Hex color #746665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746665 is #8B999A. Grayscale: #6A6A6A. Windows color (decimal): -9148827 or 6645364. OLE color: 6645364.

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

Color convert

RGB116102101-
CMYK00.120.130.55
HSL6.91%42.55%-
HSV(B)12.93%45.49%-
XYZ14.314.1614.29-
YUV106.07125.14135.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.36%
GREEN value IS 102 (40.23% from 255) = 31.97%
BLUE value IS 101 (39.84% from 255) = 31.66%
R=36.36%
G=31.97%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11610210100.120.130.5546.9142.55
Hex7466650CD37472b
Octal16414614501415674753
Binary111010011001101100101011001101110111100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746665; }

 p { color: rgb(116,102,101); }

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

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

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

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

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

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

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