COLOR #74778B

HEX: #74778B
RGB: (116,119,139)

Renk bilgisi

#74778B contains red, green and blue colors in about the same proportion. #74778B ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#74778B color RGB value is (116,119,139).

  • kırmız ton 116;
  • yeşil ton 119;
  • mavi ton 139.
RGB:
(116,119,139)
(45%,47%,55%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 119 of 255 = 47%
B 139 of 255 = 55%

116
119
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 119 + 139 = 374 (100%)
R 116 of 374 ~ 31.02%
G 119 of 374 ~ 31.82%
B 139 of 374 ~ 37.17%

%31.02
%31.82
%37.17

CMYK RENK MODELİ

#74778B rengi CMYK tonu (17,14,0,45).

  • camgöbeği tonu 16.55%
  • eflatun tonu 14.39%
  • sarı tonu 0.00%
  • ana renk tonu 45.49%
CMYK:
(17,14,0,45)
C17M14Y0K45 
(17%,14%,0%,45%)
(0.17/0.14/0.00/0.45)	

CMYK yüzdeleri

%16.55
%14.39
%0
%45.49

Codes

Color #74778B in popluar color models

74778B
RGB116119139
HSL232°9.02%50.00%
HSB/HSV232°16.55%54.51%
CMYK16.55%14.39%0.00%
45.49%

Color #74778B in popluar number systems.

HEX74778B
Decimal116119139
Binary1110100111011110001011
Octal164167213

Shades and tints

Shades of #74778B

#74778B
(116,119,139)
#6A6D7F
(106,109,127)
#606373
(96,99,115)
#565967
(86,89,103)
#4C4F5B
(76,79,91)
#42454F
(66,69,79)
#383B43
(56,59,67)
#2E3137
(46,49,55)
#24272B
(36,39,43)
#1A1D1F
(26,29,31)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #74778B

#74778B
(116,119,139)
#808395
(128,131,149)
#8C8F9F
(140,143,159)
#989BA9
(152,155,169)
#A4A7B3
(164,167,179)
#B0B3BD
(176,179,189)
#BCBFC7
(188,191,199)
#C8CBD1
(200,203,209)
#D4D7DB
(212,215,219)
#E0E3E5
(224,227,229)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74778B color. Also use rgb(116,119,139) instead hex code.

Text Font Color

.myTextColor { color: #74778B; }

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

This text font color is #74778B.


Background Color

.myBgColor { background-color: #74778B; }

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

This div background color is #74778B.


Border color

.myBorderColor { border: 1px solid #74778B; }

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

This div border color is #74778B.


Opacity

.myOpacity80 { color: #74778B; opacity: 0.8; }

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

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

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

This text has shadow with #74778B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74778B on black background.


Color preview on white background

This text has color #74778B on white background.



Black color preview on #74778B background

This text has black color on #74778B background.


White color preview on #74778B background

This text has white color on #74778B background.