COLOR #747080

HEX: #747080
RGB: (116,112,128)

Renk bilgisi

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

RGB renk modeli

#747080 color RGB value is (116,112,128).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 112 of 255 = 44%
B 128 of 255 = 50%

116
112
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 112 + 128 = 356 (100%)
R 116 of 356 ~ 32.58%
G 112 of 356 ~ 31.46%
B 128 of 356 ~ 35.96%

%32.58
%31.46
%35.96

CMYK RENK MODELİ

#747080 rengi CMYK tonu (9,13,0,50).

  • camgöbeği tonu 9.38%
  • eflatun tonu 12.50%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(9,13,0,50)
C9M13Y0K50 
(9%,13%,0%,50%)
(0.09/0.13/0.00/0.50)	

CMYK yüzdeleri

%9.38
%12.5
%0
%49.8

Codes

Color #747080 in popluar color models

747080
RGB116112128
HSL255°6.67%47.06%
HSB/HSV255°12.50%50.20%
CMYK9.38%12.50%0.00%
49.80%

Color #747080 in popluar number systems.

HEX747080
Decimal116112128
Binary1110100111000010000000
Octal164160200

Shades and tints

Shades of #747080

#747080
(116,112,128)
#6A6675
(106,102,117)
#605C6A
(96,92,106)
#56525F
(86,82,95)
#4C4854
(76,72,84)
#423E49
(66,62,73)
#38343E
(56,52,62)
#2E2A33
(46,42,51)
#242028
(36,32,40)
#1A161D
(26,22,29)
#100C12
(16,12,18)
#000000
(0,0,0)

Tints of #747080

#747080
(116,112,128)
#807D8B
(128,125,139)
#8C8A96
(140,138,150)
#9897A1
(152,151,161)
#A4A4AC
(164,164,172)
#B0B1B7
(176,177,183)
#BCBEC2
(188,190,194)
#C8CBCD
(200,203,205)
#D4D8D8
(212,216,216)
#E0E5E3
(224,229,227)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747080 color. Also use rgb(116,112,128) instead hex code.

Text Font Color

.myTextColor { color: #747080; }

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

This text font color is #747080.


Background Color

.myBgColor { background-color: #747080; }

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

This div background color is #747080.


Border color

.myBorderColor { border: 1px solid #747080; }

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

This div border color is #747080.


Opacity

.myOpacity80 { color: #747080; opacity: 0.8; }

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

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

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

This text has shadow with #747080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747080 on black background.


Color preview on white background

This text has color #747080 on white background.



Black color preview on #747080 background

This text has black color on #747080 background.


White color preview on #747080 background

This text has white color on #747080 background.