COLOR #74788F

HEX: #74788F
RGB: (116,120,143)

Renk bilgisi

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

RGB renk modeli

#74788F color RGB value is (116,120,143).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 120 of 255 = 47%
B 143 of 255 = 56%

116
120
143

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 120 + 143 = 379 (100%)
R 116 of 379 ~ 30.61%
G 120 of 379 ~ 31.66%
B 143 of 379 ~ 37.73%

%30.61
%31.66
%37.73

CMYK RENK MODELİ

#74788F rengi CMYK tonu (19,16,0,44).

  • camgöbeği tonu 18.88%
  • eflatun tonu 16.08%
  • sarı tonu 0.00%
  • ana renk tonu 43.92%
CMYK:
(19,16,0,44)
C19M16Y0K44 
(19%,16%,0%,44%)
(0.19/0.16/0.00/0.44)	

CMYK yüzdeleri

%18.88
%16.08
%0
%43.92

Codes

Color #74788F in popluar color models

74788F
RGB116120143
HSL231°10.76%50.78%
HSB/HSV231°18.88%56.08%
CMYK18.88%16.08%0.00%
43.92%

Color #74788F in popluar number systems.

HEX74788F
Decimal116120143
Binary1110100111100010001111
Octal164170217

Shades and tints

Shades of #74788F

#74788F
(116,120,143)
#6A6E82
(106,110,130)
#606475
(96,100,117)
#565A68
(86,90,104)
#4C505B
(76,80,91)
#42464E
(66,70,78)
#383C41
(56,60,65)
#2E3234
(46,50,52)
#242827
(36,40,39)
#1A1E1A
(26,30,26)
#10140D
(16,20,13)
#000000
(0,0,0)

Tints of #74788F

#74788F
(116,120,143)
#808499
(128,132,153)
#8C90A3
(140,144,163)
#989CAD
(152,156,173)
#A4A8B7
(164,168,183)
#B0B4C1
(176,180,193)
#BCC0CB
(188,192,203)
#C8CCD5
(200,204,213)
#D4D8DF
(212,216,223)
#E0E4E9
(224,228,233)
#ECF0F3
(236,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74788F color. Also use rgb(116,120,143) instead hex code.

Text Font Color

.myTextColor { color: #74788F; }

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

This text font color is #74788F.


Background Color

.myBgColor { background-color: #74788F; }

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

This div background color is #74788F.


Border color

.myBorderColor { border: 1px solid #74788F; }

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

This div border color is #74788F.


Opacity

.myOpacity80 { color: #74788F; opacity: 0.8; }

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

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

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

This text has shadow with #74788F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74788F on black background.


Color preview on white background

This text has color #74788F on white background.



Black color preview on #74788F background

This text has black color on #74788F background.


White color preview on #74788F background

This text has white color on #74788F background.