COLOR #746C89

HEX: #746C89
RGB: (116,108,137)

Renk bilgisi

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

RGB renk modeli

#746C89 color RGB value is (116,108,137).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 108 of 255 = 42%
B 137 of 255 = 54%

116
108
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 108 + 137 = 361 (100%)
R 116 of 361 ~ 32.13%
G 108 of 361 ~ 29.92%
B 137 of 361 ~ 37.95%

%32.13
%29.92
%37.95

CMYK RENK MODELİ

#746C89 rengi CMYK tonu (15,21,0,46).

  • camgöbeği tonu 15.33%
  • eflatun tonu 21.17%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(15,21,0,46)
C15M21Y0K46 
(15%,21%,0%,46%)
(0.15/0.21/0.00/0.46)	

CMYK yüzdeleri

%15.33
%21.17
%0
%46.27

Codes

Color #746C89 in popluar color models

746C89
RGB116108137
HSL257°11.84%48.04%
HSB/HSV257°21.17%53.73%
CMYK15.33%21.17%0.00%
46.27%

Color #746C89 in popluar number systems.

HEX746C89
Decimal116108137
Binary1110100110110010001001
Octal164154211

Shades and tints

Shades of #746C89

#746C89
(116,108,137)
#6A637D
(106,99,125)
#605A71
(96,90,113)
#565165
(86,81,101)
#4C4859
(76,72,89)
#423F4D
(66,63,77)
#383641
(56,54,65)
#2E2D35
(46,45,53)
#242429
(36,36,41)
#1A1B1D
(26,27,29)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #746C89

#746C89
(116,108,137)
#807993
(128,121,147)
#8C869D
(140,134,157)
#9893A7
(152,147,167)
#A4A0B1
(164,160,177)
#B0ADBB
(176,173,187)
#BCBAC5
(188,186,197)
#C8C7CF
(200,199,207)
#D4D4D9
(212,212,217)
#E0E1E3
(224,225,227)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746C89; }

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

This text font color is #746C89.


Background Color

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

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

This div background color is #746C89.


Border color

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

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

This div border color is #746C89.


Opacity

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

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

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

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

This text has shadow with #746C89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746C89 on black background.


Color preview on white background

This text has color #746C89 on white background.



Black color preview on #746C89 background

This text has black color on #746C89 background.


White color preview on #746C89 background

This text has white color on #746C89 background.