COLOR #74689A

HEX: #74689A
RGB: (116,104,154)

Renk bilgisi

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

RGB renk modeli

#74689A color RGB value is (116,104,154).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 104 of 255 = 41%
B 154 of 255 = 60%

116
104
154

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 104 + 154 = 374 (100%)
R 116 of 374 ~ 31.02%
G 104 of 374 ~ 27.81%
B 154 of 374 ~ 41.18%

%31.02
%27.81
%41.18

CMYK RENK MODELİ

#74689A rengi CMYK tonu (25,32,0,40).

  • camgöbeği tonu 24.68%
  • eflatun tonu 32.47%
  • sarı tonu 0.00%
  • ana renk tonu 39.61%
CMYK:
(25,32,0,40)
C25M32Y0K40 
(25%,32%,0%,40%)
(0.25/0.32/0.00/0.40)	

CMYK yüzdeleri

%24.68
%32.47
%0
%39.61

Codes

Color #74689A in popluar color models

74689A
RGB116104154
HSL254°19.84%50.59%
HSB/HSV254°32.47%60.39%
CMYK24.68%32.47%0.00%
39.61%

Color #74689A in popluar number systems.

HEX74689A
Decimal116104154
Binary1110100110100010011010
Octal164150232

Shades and tints

Shades of #74689A

#74689A
(116,104,154)
#6A5F8C
(106,95,140)
#60567E
(96,86,126)
#564D70
(86,77,112)
#4C4462
(76,68,98)
#423B54
(66,59,84)
#383246
(56,50,70)
#2E2938
(46,41,56)
#24202A
(36,32,42)
#1A171C
(26,23,28)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #74689A

#74689A
(116,104,154)
#8075A3
(128,117,163)
#8C82AC
(140,130,172)
#988FB5
(152,143,181)
#A49CBE
(164,156,190)
#B0A9C7
(176,169,199)
#BCB6D0
(188,182,208)
#C8C3D9
(200,195,217)
#D4D0E2
(212,208,226)
#E0DDEB
(224,221,235)
#ECEAF4
(236,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74689A; }

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

This text font color is #74689A.


Background Color

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

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

This div background color is #74689A.


Border color

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

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

This div border color is #74689A.


Opacity

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

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

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

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

This text has shadow with #74689A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74689A on black background.


Color preview on white background

This text has color #74689A on white background.



Black color preview on #74689A background

This text has black color on #74689A background.


White color preview on #74689A background

This text has white color on #74689A background.