#746C6B

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

Shades of Dim Gray #746C6B

Tints of Dim Gray #746C6B

Color information

#746C6B (or 0x746C6B) is unknown color: approx Dim Gray. HEX triplet: 74, 6C and 6B. RGB value is (116,108,107). Sum of RGB (Red+Green+Blue) = 116+108+107=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 116 - color contains mainly: red. Hex color #746C6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746C6B is #8B9394. Grayscale: #6E6E6E. Windows color (decimal): -9147285 or 7040116. OLE color: 7040116.

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

Color convert

RGB116108107-
CMYK00.070.080.55
HSL6.67º4.04%43.73%-
HSV(B)6.67º7.76%45.49%-
XYZ15.2215.516.1-
YUV110.28126.15132.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.05%
GREEN value IS 108 (42.58% from 255) = 32.63%
BLUE value IS 107 (42.19% from 255) = 32.33%
R=35.05%
G=32.63%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11610810700.070.080.556.674.0443.73
Hex746C6B07837742c
Octal1641541530710677454
Binary11101001101100110101101111000110111111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746C6B; }

 p { color: rgb(116,108,107); }

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

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

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

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

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

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

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