COLOR #74727E

HEX: #74727E
RGB: (116,114,126)

Renk bilgisi

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

RGB renk modeli

#74727E color RGB value is (116,114,126).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 114 of 255 = 45%
B 126 of 255 = 49%

116
114
126

R + G + B ~ 46%. #74727E is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 114 + 126 = 356 (100%)
R 116 of 356 ~ 32.58%
G 114 of 356 ~ 32.02%
B 126 of 356 ~ 35.39%

%32.58
%32.02
%35.39

CMYK RENK MODELİ

#74727E rengi CMYK tonu (8,10,0,51).

  • camgöbeği tonu 7.94%
  • eflatun tonu 9.52%
  • sarı tonu 0.00%
  • ana renk tonu 50.59%
CMYK:
(8,10,0,51)
C8M10Y0K51 
(8%,10%,0%,51%)
(0.08/0.10/0.00/0.51)	

CMYK yüzdeleri

%7.94
%9.52
%0
%50.59

Codes

Color #74727E in popluar color models

74727E
RGB116114126
HSL250°5.00%47.06%
HSB/HSV250°9.52%49.41%
CMYK7.94%9.52%0.00%
50.59%

Color #74727E in popluar number systems.

HEX74727E
Decimal116114126
Binary111010011100101111110
Octal164162176

Shades and tints

Shades of #74727E

#74727E
(116,114,126)
#6A6873
(106,104,115)
#605E68
(96,94,104)
#56545D
(86,84,93)
#4C4A52
(76,74,82)
#424047
(66,64,71)
#38363C
(56,54,60)
#2E2C31
(46,44,49)
#242226
(36,34,38)
#1A181B
(26,24,27)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #74727E

#74727E
(116,114,126)
#807E89
(128,126,137)
#8C8A94
(140,138,148)
#98969F
(152,150,159)
#A4A2AA
(164,162,170)
#B0AEB5
(176,174,181)
#BCBAC0
(188,186,192)
#C8C6CB
(200,198,203)
#D4D2D6
(212,210,214)
#E0DEE1
(224,222,225)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74727E color. Also use rgb(116,114,126) instead hex code.

Text Font Color

.myTextColor { color: #74727E; }

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

This text font color is #74727E.


Background Color

.myBgColor { background-color: #74727E; }

<div style="background-color:#74727E">Inner text</div>

This div background color is #74727E.


Border color

.myBorderColor { border: 1px solid #74727E; }

<div style="border:3px solid #74727E">Div</div>

This div border color is #74727E.


Opacity

.myOpacity80 { color: #74727E; opacity: 0.8; }

<p style="color:#74727E;opacity:0.8;">80%</p>

Text with #74727E 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 #74727E;}

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

This text has shadow with #74727E color.

.textShadow {text-shadow: 3px 3px 1px #74727E, 3px 3px 1px red;}

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

This text has shadow with #74727E primary color and red secondary color.


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

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

This text has shadow with #74727E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74727E on black background.


Color preview on white background

This text has color #74727E on white background.



Black color preview on #74727E background

This text has black color on #74727E background.


White color preview on #74727E background

This text has white color on #74727E background.