COLOR #746F72

HEX: #746F72
RGB: (116,111,114)

Renk bilgisi

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

RGB renk modeli

#746F72 color RGB value is (116,111,114).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 111 of 255 = 44%
B 114 of 255 = 45%

116
111
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 111 + 114 = 341 (100%)
R 116 of 341 ~ 34.02%
G 111 of 341 ~ 32.55%
B 114 of 341 ~ 33.43%

%34.02
%32.55
%33.43

CMYK RENK MODELİ

#746F72 rengi CMYK tonu (0,4,2,55).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.31%
  • sarı tonu 1.72%
  • ana renk tonu 54.51%
CMYK:
(0,4,2,55)
C0M4Y2K55 
(0%,4%,2%,55%)
(0.00/0.04/0.02/0.55)	

CMYK yüzdeleri

%0
%4.31
%1.72
%54.51

Codes

Color #746F72 in popluar color models

746F72
RGB116111114
HSL324°2.20%44.51%
HSB/HSV324°4.31%45.49%
CMYK0.00%4.31%1.72%
54.51%

Color #746F72 in popluar number systems.

HEX746F72
Decimal116111114
Binary111010011011111110010
Octal164157162

Shades and tints

Shades of #746F72

#746F72
(116,111,114)
#6A6568
(106,101,104)
#605B5E
(96,91,94)
#565154
(86,81,84)
#4C474A
(76,71,74)
#423D40
(66,61,64)
#383336
(56,51,54)
#2E292C
(46,41,44)
#241F22
(36,31,34)
#1A1518
(26,21,24)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #746F72

#746F72
(116,111,114)
#807C7E
(128,124,126)
#8C898A
(140,137,138)
#989696
(152,150,150)
#A4A3A2
(164,163,162)
#B0B0AE
(176,176,174)
#BCBDBA
(188,189,186)
#C8CAC6
(200,202,198)
#D4D7D2
(212,215,210)
#E0E4DE
(224,228,222)
#ECF1EA
(236,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746F72; }

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

This text font color is #746F72.


Background Color

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

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

This div background color is #746F72.


Border color

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

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

This div border color is #746F72.


Opacity

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

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

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

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

This text has shadow with #746F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746F72 on black background.


Color preview on white background

This text has color #746F72 on white background.



Black color preview on #746F72 background

This text has black color on #746F72 background.


White color preview on #746F72 background

This text has white color on #746F72 background.