COLOR #74768F

HEX: #74768F
RGB: (116,118,143)

Renk bilgisi

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

RGB renk modeli

#74768F color RGB value is (116,118,143).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 118 of 255 = 46%
B 143 of 255 = 56%

116
118
143

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 118 + 143 = 377 (100%)
R 116 of 377 ~ 30.77%
G 118 of 377 ~ 31.3%
B 143 of 377 ~ 37.93%

%30.77
%31.3
%37.93

CMYK RENK MODELİ

#74768F rengi CMYK tonu (19,17,0,44).

  • camgöbeği tonu 18.88%
  • eflatun tonu 17.48%
  • sarı tonu 0.00%
  • ana renk tonu 43.92%
CMYK:
(19,17,0,44)
C19M17Y0K44 
(19%,17%,0%,44%)
(0.19/0.17/0.00/0.44)	

CMYK yüzdeleri

%18.88
%17.48
%0
%43.92

Codes

Color #74768F in popluar color models

74768F
RGB116118143
HSL236°10.76%50.78%
HSB/HSV236°18.88%56.08%
CMYK18.88%17.48%0.00%
43.92%

Color #74768F in popluar number systems.

HEX74768F
Decimal116118143
Binary1110100111011010001111
Octal164166217

Shades and tints

Shades of #74768F

#74768F
(116,118,143)
#6A6C82
(106,108,130)
#606275
(96,98,117)
#565868
(86,88,104)
#4C4E5B
(76,78,91)
#42444E
(66,68,78)
#383A41
(56,58,65)
#2E3034
(46,48,52)
#242627
(36,38,39)
#1A1C1A
(26,28,26)
#10120D
(16,18,13)
#000000
(0,0,0)

Tints of #74768F

#74768F
(116,118,143)
#808299
(128,130,153)
#8C8EA3
(140,142,163)
#989AAD
(152,154,173)
#A4A6B7
(164,166,183)
#B0B2C1
(176,178,193)
#BCBECB
(188,190,203)
#C8CAD5
(200,202,213)
#D4D6DF
(212,214,223)
#E0E2E9
(224,226,233)
#ECEEF3
(236,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74768F; }

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

This text font color is #74768F.


Background Color

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

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

This div background color is #74768F.


Border color

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

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

This div border color is #74768F.


Opacity

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

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

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

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

This text has shadow with #74768F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74768F on black background.


Color preview on white background

This text has color #74768F on white background.



Black color preview on #74768F background

This text has black color on #74768F background.


White color preview on #74768F background

This text has white color on #74768F background.