COLOR #747D78

HEX: #747D78
RGB: (116,125,120)

Renk bilgisi

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

RGB renk modeli

#747D78 color RGB value is (116,125,120).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 125 of 255 = 49%
B 120 of 255 = 47%

116
125
120

R + G + B ~ 47%. #747D78 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 125 + 120 = 361 (100%)
R 116 of 361 ~ 32.13%
G 125 of 361 ~ 34.63%
B 120 of 361 ~ 33.24%

%32.13
%34.63
%33.24

CMYK RENK MODELİ

#747D78 rengi CMYK tonu (7,0,4,51).

  • camgöbeği tonu 7.20%
  • eflatun tonu 0.00%
  • sarı tonu 4.00%
  • ana renk tonu 50.98%
CMYK:
(7,0,4,51)
C7M0Y4K51 
(7%,0%,4%,51%)
(0.07/0.00/0.04/0.51)	

CMYK yüzdeleri

%7.2
%0
%4
%50.98

Codes

Color #747D78 in popluar color models

747D78
RGB116125120
HSL147°3.73%47.25%
HSB/HSV147°7.20%49.02%
CMYK7.20%0.00%4.00%
50.98%

Color #747D78 in popluar number systems.

HEX747D78
Decimal116125120
Binary111010011111011111000
Octal164175170

Shades and tints

Shades of #747D78

#747D78
(116,125,120)
#6A726E
(106,114,110)
#606764
(96,103,100)
#565C5A
(86,92,90)
#4C5150
(76,81,80)
#424646
(66,70,70)
#383B3C
(56,59,60)
#2E3032
(46,48,50)
#242528
(36,37,40)
#1A1A1E
(26,26,30)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #747D78

#747D78
(116,125,120)
#808884
(128,136,132)
#8C9390
(140,147,144)
#989E9C
(152,158,156)
#A4A9A8
(164,169,168)
#B0B4B4
(176,180,180)
#BCBFC0
(188,191,192)
#C8CACC
(200,202,204)
#D4D5D8
(212,213,216)
#E0E0E4
(224,224,228)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747D78 color. Also use rgb(116,125,120) instead hex code.

Text Font Color

.myTextColor { color: #747D78; }

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

This text font color is #747D78.


Background Color

.myBgColor { background-color: #747D78; }

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

This div background color is #747D78.


Border color

.myBorderColor { border: 1px solid #747D78; }

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

This div border color is #747D78.


Opacity

.myOpacity80 { color: #747D78; opacity: 0.8; }

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

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

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

This text has shadow with #747D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747D78 on black background.


Color preview on white background

This text has color #747D78 on white background.



Black color preview on #747D78 background

This text has black color on #747D78 background.


White color preview on #747D78 background

This text has white color on #747D78 background.