COLOR #746789

HEX: #746789
RGB: (116,103,137)

Renk bilgisi

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

RGB renk modeli

#746789 color RGB value is (116,103,137).

  • kırmız ton 116;
  • yeşil ton 103;
  • mavi ton 137.
RGB:
(116,103,137)
(45%,40%,54%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 103 of 255 = 40%
B 137 of 255 = 54%

116
103
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 103 + 137 = 356 (100%)
R 116 of 356 ~ 32.58%
G 103 of 356 ~ 28.93%
B 137 of 356 ~ 38.48%

%32.58
%28.93
%38.48

CMYK RENK MODELİ

#746789 rengi CMYK tonu (15,25,0,46).

  • camgöbeği tonu 15.33%
  • eflatun tonu 24.82%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(15,25,0,46)
C15M25Y0K46 
(15%,25%,0%,46%)
(0.15/0.25/0.00/0.46)	

CMYK yüzdeleri

%15.33
%24.82
%0
%46.27

Codes

Color #746789 in popluar color models

746789
RGB116103137
HSL263°14.17%47.06%
HSB/HSV263°24.82%53.73%
CMYK15.33%24.82%0.00%
46.27%

Color #746789 in popluar number systems.

HEX746789
Decimal116103137
Binary1110100110011110001001
Octal164147211

Shades and tints

Shades of #746789

#746789
(116,103,137)
#6A5E7D
(106,94,125)
#605571
(96,85,113)
#564C65
(86,76,101)
#4C4359
(76,67,89)
#423A4D
(66,58,77)
#383141
(56,49,65)
#2E2835
(46,40,53)
#241F29
(36,31,41)
#1A161D
(26,22,29)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #746789

#746789
(116,103,137)
#807493
(128,116,147)
#8C819D
(140,129,157)
#988EA7
(152,142,167)
#A49BB1
(164,155,177)
#B0A8BB
(176,168,187)
#BCB5C5
(188,181,197)
#C8C2CF
(200,194,207)
#D4CFD9
(212,207,217)
#E0DCE3
(224,220,227)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746789 color. Also use rgb(116,103,137) instead hex code.

Text Font Color

.myTextColor { color: #746789; }

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

This text font color is #746789.


Background Color

.myBgColor { background-color: #746789; }

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

This div background color is #746789.


Border color

.myBorderColor { border: 1px solid #746789; }

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

This div border color is #746789.


Opacity

.myOpacity80 { color: #746789; opacity: 0.8; }

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

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

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

This text has shadow with #746789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746789 on black background.


Color preview on white background

This text has color #746789 on white background.



Black color preview on #746789 background

This text has black color on #746789 background.


White color preview on #746789 background

This text has white color on #746789 background.