#746F6E

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

Shades of Dim Gray #746F6E

Tints of Dim Gray #746F6E

Color information

#746F6E (or 0x746F6E) is unknown color: approx Dim Gray. HEX triplet: 74, 6F and 6E. RGB value is (116,111,110). Sum of RGB (Red+Green+Blue) = 116+111+110=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 116 - color contains mainly: red. Hex color #746F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746F6E is #8B9091. Grayscale: #707070. Windows color (decimal): -9146514 or 7237492. OLE color: 7237492.

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

Color convert

RGB116111110-
CMYK00.040.050.55
HSL10º2.65%44.31%-
HSV(B)10º5.17%45.49%-
XYZ15.716.2117.05-
YUV112.38126.66130.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.42%
GREEN value IS 111 (43.75% from 255) = 32.94%
BLUE value IS 110 (43.36% from 255) = 32.64%
R=34.42%
G=32.94%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11611111000.040.050.55102.6544.31
Hex746F6E04537a32c
Octal1641571560456712354
Binary1110100110111111011100100101110111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,111,110); }

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

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

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

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

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

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

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