COLOR #746E87

HEX: #746E87
RGB: (116,110,135)

Renk bilgisi

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

RGB renk modeli

#746E87 color RGB value is (116,110,135).

  • kırmız ton 116;
  • yeşil ton 110;
  • mavi ton 135.
RGB:
(116,110,135)
(45%,43%,53%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 110 of 255 = 43%
B 135 of 255 = 53%

116
110
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 110 + 135 = 361 (100%)
R 116 of 361 ~ 32.13%
G 110 of 361 ~ 30.47%
B 135 of 361 ~ 37.4%

%32.13
%30.47
%37.4

CMYK RENK MODELİ

#746E87 rengi CMYK tonu (14,19,0,47).

  • camgöbeği tonu 14.07%
  • eflatun tonu 18.52%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(14,19,0,47)
C14M19Y0K47 
(14%,19%,0%,47%)
(0.14/0.19/0.00/0.47)	

CMYK yüzdeleri

%14.07
%18.52
%0
%47.06

Codes

Color #746E87 in popluar color models

746E87
RGB116110135
HSL254°10.20%48.04%
HSB/HSV254°18.52%52.94%
CMYK14.07%18.52%0.00%
47.06%

Color #746E87 in popluar number systems.

HEX746E87
Decimal116110135
Binary1110100110111010000111
Octal164156207

Shades and tints

Shades of #746E87

#746E87
(116,110,135)
#6A647B
(106,100,123)
#605A6F
(96,90,111)
#565063
(86,80,99)
#4C4657
(76,70,87)
#423C4B
(66,60,75)
#38323F
(56,50,63)
#2E2833
(46,40,51)
#241E27
(36,30,39)
#1A141B
(26,20,27)
#100A0F
(16,10,15)
#000000
(0,0,0)

Tints of #746E87

#746E87
(116,110,135)
#807B91
(128,123,145)
#8C889B
(140,136,155)
#9895A5
(152,149,165)
#A4A2AF
(164,162,175)
#B0AFB9
(176,175,185)
#BCBCC3
(188,188,195)
#C8C9CD
(200,201,205)
#D4D6D7
(212,214,215)
#E0E3E1
(224,227,225)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746E87 color. Also use rgb(116,110,135) instead hex code.

Text Font Color

.myTextColor { color: #746E87; }

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

This text font color is #746E87.


Background Color

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

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

This div background color is #746E87.


Border color

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

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

This div border color is #746E87.


Opacity

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

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

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

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

This text has shadow with #746E87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746E87 on black background.


Color preview on white background

This text has color #746E87 on white background.



Black color preview on #746E87 background

This text has black color on #746E87 background.


White color preview on #746E87 background

This text has white color on #746E87 background.