COLOR #746B81

HEX: #746B81
RGB: (116,107,129)

Renk bilgisi

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

RGB renk modeli

#746B81 color RGB value is (116,107,129).

  • kırmız ton 116;
  • yeşil ton 107;
  • mavi ton 129.
RGB:
(116,107,129)
(45%,42%,51%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 107 of 255 = 42%
B 129 of 255 = 51%

116
107
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 107 + 129 = 352 (100%)
R 116 of 352 ~ 32.95%
G 107 of 352 ~ 30.4%
B 129 of 352 ~ 36.65%

%32.95
%30.4
%36.65

CMYK RENK MODELİ

#746B81 rengi CMYK tonu (10,17,0,49).

  • camgöbeği tonu 10.08%
  • eflatun tonu 17.05%
  • sarı tonu 0.00%
  • ana renk tonu 49.41%
CMYK:
(10,17,0,49)
C10M17Y0K49 
(10%,17%,0%,49%)
(0.10/0.17/0.00/0.49)	

CMYK yüzdeleri

%10.08
%17.05
%0
%49.41

Codes

Color #746B81 in popluar color models

746B81
RGB116107129
HSL265°9.32%46.27%
HSB/HSV265°17.05%50.59%
CMYK10.08%17.05%0.00%
49.41%

Color #746B81 in popluar number systems.

HEX746B81
Decimal116107129
Binary1110100110101110000001
Octal164153201

Shades and tints

Shades of #746B81

#746B81
(116,107,129)
#6A6276
(106,98,118)
#60596B
(96,89,107)
#565060
(86,80,96)
#4C4755
(76,71,85)
#423E4A
(66,62,74)
#38353F
(56,53,63)
#2E2C34
(46,44,52)
#242329
(36,35,41)
#1A1A1E
(26,26,30)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #746B81

#746B81
(116,107,129)
#80788C
(128,120,140)
#8C8597
(140,133,151)
#9892A2
(152,146,162)
#A49FAD
(164,159,173)
#B0ACB8
(176,172,184)
#BCB9C3
(188,185,195)
#C8C6CE
(200,198,206)
#D4D3D9
(212,211,217)
#E0E0E4
(224,224,228)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746B81 color. Also use rgb(116,107,129) instead hex code.

Text Font Color

.myTextColor { color: #746B81; }

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

This text font color is #746B81.


Background Color

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

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

This div background color is #746B81.


Border color

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

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

This div border color is #746B81.


Opacity

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

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

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

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

This text has shadow with #746B81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746B81 on black background.


Color preview on white background

This text has color #746B81 on white background.



Black color preview on #746B81 background

This text has black color on #746B81 background.


White color preview on #746B81 background

This text has white color on #746B81 background.