COLOR #746E72

HEX: #746E72
RGB: (116,110,114)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

116
110
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 110 + 114 = 340 (100%)
R 116 of 340 ~ 34.12%
G 110 of 340 ~ 32.35%
B 114 of 340 ~ 33.53%

%34.12
%32.35
%33.53

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%5.17
%1.72
%54.51

Codes

Color #746E72 in popluar color models

746E72
RGB116110114
HSL320°2.65%44.31%
HSB/HSV320°5.17%45.49%
CMYK0.00%5.17%1.72%
54.51%

Color #746E72 in popluar number systems.

HEX746E72
Decimal116110114
Binary111010011011101110010
Octal164156162

Shades and tints

Shades of #746E72

#746E72
(116,110,114)
#6A6468
(106,100,104)
#605A5E
(96,90,94)
#565054
(86,80,84)
#4C464A
(76,70,74)
#423C40
(66,60,64)
#383236
(56,50,54)
#2E282C
(46,40,44)
#241E22
(36,30,34)
#1A1418
(26,20,24)
#100A0E
(16,10,14)
#000000
(0,0,0)

Tints of #746E72

#746E72
(116,110,114)
#807B7E
(128,123,126)
#8C888A
(140,136,138)
#989596
(152,149,150)
#A4A2A2
(164,162,162)
#B0AFAE
(176,175,174)
#BCBCBA
(188,188,186)
#C8C9C6
(200,201,198)
#D4D6D2
(212,214,210)
#E0E3DE
(224,227,222)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746E72; }

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

This text font color is #746E72.


Background Color

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

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

This div background color is #746E72.


Border color

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

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

This div border color is #746E72.


Opacity

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

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

Text with #746E72 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 #746E72;}

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

This text has shadow with #746E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746E72 on black background.


Color preview on white background

This text has color #746E72 on white background.



Black color preview on #746E72 background

This text has black color on #746E72 background.


White color preview on #746E72 background

This text has white color on #746E72 background.