COLOR #746E74

HEX: #746E74
RGB: (116,110,116)

Renk bilgisi

#746E74 contains red, green and blue colors in about the same proportion. #746E74 ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#746E74 color RGB value is (116,110,116).

  • kırmız ton 116;
  • yeşil ton 110;
  • mavi ton 116.
RGB:
(116,110,116)
(45%,43%,45%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 110 of 255 = 43%
B 116 of 255 = 45%

116
110
116

R + G + B ~ 44%. #746E74 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 110 + 116 = 342 (100%)
R 116 of 342 ~ 33.92%
G 110 of 342 ~ 32.16%
B 116 of 342 ~ 33.92%

%33.92
%32.16
%33.92

CMYK RENK MODELİ

#746E74 rengi CMYK tonu (0,5,0,55).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.17%
  • sarı tonu 0.00%
  • ana renk tonu 54.51%
CMYK:
(0,5,0,55)
C0M5Y0K55 
(0%,5%,0%,55%)
(0.00/0.05/0.00/0.55)	

CMYK yüzdeleri

%0
%5.17
%0
%54.51

Codes

Color #746E74 in popluar color models

746E74
RGB116110116
HSL300°2.65%44.31%
HSB/HSV300°5.17%45.49%
CMYK0.00%5.17%0.00%
54.51%

Color #746E74 in popluar number systems.

HEX746E74
Decimal116110116
Binary111010011011101110100
Octal164156164

Shades and tints

Shades of #746E74

#746E74
(116,110,116)
#6A646A
(106,100,106)
#605A60
(96,90,96)
#565056
(86,80,86)
#4C464C
(76,70,76)
#423C42
(66,60,66)
#383238
(56,50,56)
#2E282E
(46,40,46)
#241E24
(36,30,36)
#1A141A
(26,20,26)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #746E74

#746E74
(116,110,116)
#807B80
(128,123,128)
#8C888C
(140,136,140)
#989598
(152,149,152)
#A4A2A4
(164,162,164)
#B0AFB0
(176,175,176)
#BCBCBC
(188,188,188)
#C8C9C8
(200,201,200)
#D4D6D4
(212,214,212)
#E0E3E0
(224,227,224)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746E74 color. Also use rgb(116,110,116) instead hex code.

Text Font Color

.myTextColor { color: #746E74; }

<p style="color:#746E74">This sample text font color is #746E74.</p>

This text font color is #746E74.


Background Color

.myBgColor { background-color: #746E74; }

<div style="background-color:#746E74">Inner text</div>

This div background color is #746E74.


Border color

.myBorderColor { border: 1px solid #746E74; }

<div style="border:3px solid #746E74">Div</div>

This div border color is #746E74.


Opacity

.myOpacity80 { color: #746E74; opacity: 0.8; }

<p style="color:#746E74;opacity:0.8;">80%</p>

Text with #746E74 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #746E74;}

<p style="text-shadow: 3px 3px 1px #746E74">Text here.</p>

This text has shadow with #746E74 color.

.textShadow {text-shadow: 3px 3px 1px #746E74, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #746E74, 5px 5px 20px red">Text here.</p>

This text has shadow with #746E74 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#746E74, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#746E74, Direction=45, Strength=4)">Text</p>

This text has shadow with #746E74 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #746E74;
  -webkit-box-shadow:	1px 1px 3px 2px #746E74;
  box-shadow:		1px 1px 3px 2px #746E74;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #746E74;
-webkit-box-shadow: 1px 1px 3px 2px #746E74;
box-shadow:1px 1px 3px 2px #746E74;">
Div content here</div>
This div box has shadow with color #746E74.

Preview

Color preview on black background

This text has color #746E74 on black background.


Color preview on white background

This text has color #746E74 on white background.



Black color preview on #746E74 background

This text has black color on #746E74 background.


White color preview on #746E74 background

This text has white color on #746E74 background.