COLOR #74747D

HEX: #74747D
RGB: (116,116,125)

Renk bilgisi

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

RGB renk modeli

#74747D color RGB value is (116,116,125).

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

RGB bağlantıları ve doygunluk

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

116
116
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 116 + 125 = 357 (100%)
R 116 of 357 ~ 32.49%
G 116 of 357 ~ 32.49%
B 125 of 357 ~ 35.01%

%32.49
%32.49
%35.01

CMYK RENK MODELİ

#74747D rengi CMYK tonu (7,7,0,51).

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

CMYK yüzdeleri

%7.2
%7.2
%0
%50.98

Codes

Color #74747D in popluar color models

74747D
RGB116116125
HSL240°3.73%47.25%
HSB/HSV240°7.20%49.02%
CMYK7.20%7.20%0.00%
50.98%

Color #74747D in popluar number systems.

HEX74747D
Decimal116116125
Binary111010011101001111101
Octal164164175

Shades and tints

Shades of #74747D

#74747D
(116,116,125)
#6A6A72
(106,106,114)
#606067
(96,96,103)
#56565C
(86,86,92)
#4C4C51
(76,76,81)
#424246
(66,66,70)
#38383B
(56,56,59)
#2E2E30
(46,46,48)
#242425
(36,36,37)
#1A1A1A
(26,26,26)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #74747D

#74747D
(116,116,125)
#808088
(128,128,136)
#8C8C93
(140,140,147)
#98989E
(152,152,158)
#A4A4A9
(164,164,169)
#B0B0B4
(176,176,180)
#BCBCBF
(188,188,191)
#C8C8CA
(200,200,202)
#D4D4D5
(212,212,213)
#E0E0E0
(224,224,224)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74747D; }

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

This text font color is #74747D.


Background Color

.myBgColor { background-color: #74747D; }

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

This div background color is #74747D.


Border color

.myBorderColor { border: 1px solid #74747D; }

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

This div border color is #74747D.


Opacity

.myOpacity80 { color: #74747D; opacity: 0.8; }

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

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

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

This text has shadow with #74747D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74747D on black background.


Color preview on white background

This text has color #74747D on white background.



Black color preview on #74747D background

This text has black color on #74747D background.


White color preview on #74747D background

This text has white color on #74747D background.