COLOR #74727A

HEX: #74727A
RGB: (116,114,122)

Renk bilgisi

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

RGB renk modeli

#74727A color RGB value is (116,114,122).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 114 of 255 = 45%
B 122 of 255 = 48%

116
114
122

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 114 + 122 = 352 (100%)
R 116 of 352 ~ 32.95%
G 114 of 352 ~ 32.39%
B 122 of 352 ~ 34.66%

%32.95
%32.39
%34.66

CMYK RENK MODELİ

#74727A rengi CMYK tonu (5,7,0,52).

  • camgöbeği tonu 4.92%
  • eflatun tonu 6.56%
  • sarı tonu 0.00%
  • ana renk tonu 52.16%
CMYK:
(5,7,0,52)
C5M7Y0K52 
(5%,7%,0%,52%)
(0.05/0.07/0.00/0.52)	

CMYK yüzdeleri

%4.92
%6.56
%0
%52.16

Codes

Color #74727A in popluar color models

74727A
RGB116114122
HSL255°3.39%46.27%
HSB/HSV255°6.56%47.84%
CMYK4.92%6.56%0.00%
52.16%

Color #74727A in popluar number systems.

HEX74727A
Decimal116114122
Binary111010011100101111010
Octal164162172

Shades and tints

Shades of #74727A

#74727A
(116,114,122)
#6A686F
(106,104,111)
#605E64
(96,94,100)
#565459
(86,84,89)
#4C4A4E
(76,74,78)
#424043
(66,64,67)
#383638
(56,54,56)
#2E2C2D
(46,44,45)
#242222
(36,34,34)
#1A1817
(26,24,23)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #74727A

#74727A
(116,114,122)
#807E86
(128,126,134)
#8C8A92
(140,138,146)
#98969E
(152,150,158)
#A4A2AA
(164,162,170)
#B0AEB6
(176,174,182)
#BCBAC2
(188,186,194)
#C8C6CE
(200,198,206)
#D4D2DA
(212,210,218)
#E0DEE6
(224,222,230)
#ECEAF2
(236,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74727A; }

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

This text font color is #74727A.


Background Color

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

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

This div background color is #74727A.


Border color

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

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

This div border color is #74727A.


Opacity

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

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

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

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

This text has shadow with #74727A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74727A on black background.


Color preview on white background

This text has color #74727A on white background.



Black color preview on #74727A background

This text has black color on #74727A background.


White color preview on #74727A background

This text has white color on #74727A background.