COLOR #74767E

HEX: #74767E
RGB: (116,118,126)

Renk bilgisi

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

RGB renk modeli

#74767E color RGB value is (116,118,126).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 118 of 255 = 46%
B 126 of 255 = 49%

116
118
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 118 + 126 = 360 (100%)
R 116 of 360 ~ 32.22%
G 118 of 360 ~ 32.78%
B 126 of 360 ~ 35%

%32.22
%32.78
%35

CMYK RENK MODELİ

#74767E rengi CMYK tonu (8,6,0,51).

  • camgöbeği tonu 7.94%
  • eflatun tonu 6.35%
  • sarı tonu 0.00%
  • ana renk tonu 50.59%
CMYK:
(8,6,0,51)
C8M6Y0K51 
(8%,6%,0%,51%)
(0.08/0.06/0.00/0.51)	

CMYK yüzdeleri

%7.94
%6.35
%0
%50.59

Codes

Color #74767E in popluar color models

74767E
RGB116118126
HSL228°4.13%47.45%
HSB/HSV228°7.94%49.41%
CMYK7.94%6.35%0.00%
50.59%

Color #74767E in popluar number systems.

HEX74767E
Decimal116118126
Binary111010011101101111110
Octal164166176

Shades and tints

Shades of #74767E

#74767E
(116,118,126)
#6A6C73
(106,108,115)
#606268
(96,98,104)
#56585D
(86,88,93)
#4C4E52
(76,78,82)
#424447
(66,68,71)
#383A3C
(56,58,60)
#2E3031
(46,48,49)
#242626
(36,38,38)
#1A1C1B
(26,28,27)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #74767E

#74767E
(116,118,126)
#808289
(128,130,137)
#8C8E94
(140,142,148)
#989A9F
(152,154,159)
#A4A6AA
(164,166,170)
#B0B2B5
(176,178,181)
#BCBEC0
(188,190,192)
#C8CACB
(200,202,203)
#D4D6D6
(212,214,214)
#E0E2E1
(224,226,225)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74767E; }

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

This text font color is #74767E.


Background Color

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

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

This div background color is #74767E.


Border color

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

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

This div border color is #74767E.


Opacity

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

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

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

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

This text has shadow with #74767E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74767E on black background.


Color preview on white background

This text has color #74767E on white background.



Black color preview on #74767E background

This text has black color on #74767E background.


White color preview on #74767E background

This text has white color on #74767E background.