COLOR #746D89

HEX: #746D89
RGB: (116,109,137)

Renk bilgisi

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

RGB renk modeli

#746D89 color RGB value is (116,109,137).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 109 of 255 = 43%
B 137 of 255 = 54%

116
109
137

R + G + B ~ 47%. #746D89 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 109 + 137 = 362 (100%)
R 116 of 362 ~ 32.04%
G 109 of 362 ~ 30.11%
B 137 of 362 ~ 37.85%

%32.04
%30.11
%37.85

CMYK RENK MODELİ

#746D89 rengi CMYK tonu (15,20,0,46).

  • camgöbeği tonu 15.33%
  • eflatun tonu 20.44%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(15,20,0,46)
C15M20Y0K46 
(15%,20%,0%,46%)
(0.15/0.20/0.00/0.46)	

CMYK yüzdeleri

%15.33
%20.44
%0
%46.27

Codes

Color #746D89 in popluar color models

746D89
RGB116109137
HSL255°11.38%48.24%
HSB/HSV255°20.44%53.73%
CMYK15.33%20.44%0.00%
46.27%

Color #746D89 in popluar number systems.

HEX746D89
Decimal116109137
Binary1110100110110110001001
Octal164155211

Shades and tints

Shades of #746D89

#746D89
(116,109,137)
#6A647D
(106,100,125)
#605B71
(96,91,113)
#565265
(86,82,101)
#4C4959
(76,73,89)
#42404D
(66,64,77)
#383741
(56,55,65)
#2E2E35
(46,46,53)
#242529
(36,37,41)
#1A1C1D
(26,28,29)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #746D89

#746D89
(116,109,137)
#807A93
(128,122,147)
#8C879D
(140,135,157)
#9894A7
(152,148,167)
#A4A1B1
(164,161,177)
#B0AEBB
(176,174,187)
#BCBBC5
(188,187,197)
#C8C8CF
(200,200,207)
#D4D5D9
(212,213,217)
#E0E2E3
(224,226,227)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746D89; }

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

This text font color is #746D89.


Background Color

.myBgColor { background-color: #746D89; }

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

This div background color is #746D89.


Border color

.myBorderColor { border: 1px solid #746D89; }

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

This div border color is #746D89.


Opacity

.myOpacity80 { color: #746D89; opacity: 0.8; }

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

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

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

This text has shadow with #746D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746D89 on black background.


Color preview on white background

This text has color #746D89 on white background.



Black color preview on #746D89 background

This text has black color on #746D89 background.


White color preview on #746D89 background

This text has white color on #746D89 background.