COLOR #746A7E

HEX: #746A7E
RGB: (116,106,126)

Renk bilgisi

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

RGB renk modeli

#746A7E color RGB value is (116,106,126).

  • kırmız ton 116;
  • yeşil ton 106;
  • mavi ton 126.
RGB:
(116,106,126)
(45%,42%,49%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 106 of 255 = 42%
B 126 of 255 = 49%

116
106
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 106 + 126 = 348 (100%)
R 116 of 348 ~ 33.33%
G 106 of 348 ~ 30.46%
B 126 of 348 ~ 36.21%

%33.33
%30.46
%36.21

CMYK RENK MODELİ

#746A7E rengi CMYK tonu (8,16,0,51).

  • camgöbeği tonu 7.94%
  • eflatun tonu 15.87%
  • sarı tonu 0.00%
  • ana renk tonu 50.59%
CMYK:
(8,16,0,51)
C8M16Y0K51 
(8%,16%,0%,51%)
(0.08/0.16/0.00/0.51)	

CMYK yüzdeleri

%7.94
%15.87
%0
%50.59

Codes

Color #746A7E in popluar color models

746A7E
RGB116106126
HSL270°8.62%45.49%
HSB/HSV270°15.87%49.41%
CMYK7.94%15.87%0.00%
50.59%

Color #746A7E in popluar number systems.

HEX746A7E
Decimal116106126
Binary111010011010101111110
Octal164152176

Shades and tints

Shades of #746A7E

#746A7E
(116,106,126)
#6A6173
(106,97,115)
#605868
(96,88,104)
#564F5D
(86,79,93)
#4C4652
(76,70,82)
#423D47
(66,61,71)
#38343C
(56,52,60)
#2E2B31
(46,43,49)
#242226
(36,34,38)
#1A191B
(26,25,27)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #746A7E

#746A7E
(116,106,126)
#807789
(128,119,137)
#8C8494
(140,132,148)
#98919F
(152,145,159)
#A49EAA
(164,158,170)
#B0ABB5
(176,171,181)
#BCB8C0
(188,184,192)
#C8C5CB
(200,197,203)
#D4D2D6
(212,210,214)
#E0DFE1
(224,223,225)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746A7E color. Also use rgb(116,106,126) instead hex code.

Text Font Color

.myTextColor { color: #746A7E; }

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

This text font color is #746A7E.


Background Color

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

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

This div background color is #746A7E.


Border color

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

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

This div border color is #746A7E.


Opacity

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

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

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

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

This text has shadow with #746A7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746A7E on black background.


Color preview on white background

This text has color #746A7E on white background.



Black color preview on #746A7E background

This text has black color on #746A7E background.


White color preview on #746A7E background

This text has white color on #746A7E background.