COLOR #74769A

HEX: #74769A
RGB: (116,118,154)

Renk bilgisi

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

RGB renk modeli

#74769A color RGB value is (116,118,154).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 118 of 255 = 46%
B 154 of 255 = 60%

116
118
154

R + G + B ~ 50%. #74769A is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 118 + 154 = 388 (100%)
R 116 of 388 ~ 29.9%
G 118 of 388 ~ 30.41%
B 154 of 388 ~ 39.69%

%29.9
%30.41
%39.69

CMYK RENK MODELİ

#74769A rengi CMYK tonu (25,23,0,40).

  • camgöbeği tonu 24.68%
  • eflatun tonu 23.38%
  • sarı tonu 0.00%
  • ana renk tonu 39.61%
CMYK:
(25,23,0,40)
C25M23Y0K40 
(25%,23%,0%,40%)
(0.25/0.23/0.00/0.40)	

CMYK yüzdeleri

%24.68
%23.38
%0
%39.61

Codes

Color #74769A in popluar color models

74769A
RGB116118154
HSL237°15.83%52.94%
HSB/HSV237°24.68%60.39%
CMYK24.68%23.38%0.00%
39.61%

Color #74769A in popluar number systems.

HEX74769A
Decimal116118154
Binary1110100111011010011010
Octal164166232

Shades and tints

Shades of #74769A

#74769A
(116,118,154)
#6A6C8C
(106,108,140)
#60627E
(96,98,126)
#565870
(86,88,112)
#4C4E62
(76,78,98)
#424454
(66,68,84)
#383A46
(56,58,70)
#2E3038
(46,48,56)
#24262A
(36,38,42)
#1A1C1C
(26,28,28)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #74769A

#74769A
(116,118,154)
#8082A3
(128,130,163)
#8C8EAC
(140,142,172)
#989AB5
(152,154,181)
#A4A6BE
(164,166,190)
#B0B2C7
(176,178,199)
#BCBED0
(188,190,208)
#C8CAD9
(200,202,217)
#D4D6E2
(212,214,226)
#E0E2EB
(224,226,235)
#ECEEF4
(236,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74769A color. Also use rgb(116,118,154) instead hex code.

Text Font Color

.myTextColor { color: #74769A; }

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

This text font color is #74769A.


Background Color

.myBgColor { background-color: #74769A; }

<div style="background-color:#74769A">Inner text</div>

This div background color is #74769A.


Border color

.myBorderColor { border: 1px solid #74769A; }

<div style="border:3px solid #74769A">Div</div>

This div border color is #74769A.


Opacity

.myOpacity80 { color: #74769A; opacity: 0.8; }

<p style="color:#74769A;opacity:0.8;">80%</p>

Text with #74769A 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 #74769A;}

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

This text has shadow with #74769A color.

.textShadow {text-shadow: 3px 3px 1px #74769A, 3px 3px 1px red;}

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

This text has shadow with #74769A primary color and red secondary color.


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

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

This text has shadow with #74769A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74769A on black background.


Color preview on white background

This text has color #74769A on white background.



Black color preview on #74769A background

This text has black color on #74769A background.


White color preview on #74769A background

This text has white color on #74769A background.