COLOR #746882

HEX: #746882
RGB: (116,104,130)

Renk bilgisi

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

RGB renk modeli

#746882 color RGB value is (116,104,130).

  • kırmız ton 116;
  • yeşil ton 104;
  • mavi ton 130.
RGB:
(116,104,130)
(45%,41%,51%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 104 of 255 = 41%
B 130 of 255 = 51%

116
104
130

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 104 + 130 = 350 (100%)
R 116 of 350 ~ 33.14%
G 104 of 350 ~ 29.71%
B 130 of 350 ~ 37.14%

%33.14
%29.71
%37.14

CMYK RENK MODELİ

#746882 rengi CMYK tonu (11,20,0,49).

  • camgöbeği tonu 10.77%
  • eflatun tonu 20.00%
  • sarı tonu 0.00%
  • ana renk tonu 49.02%
CMYK:
(11,20,0,49)
C11M20Y0K49 
(11%,20%,0%,49%)
(0.11/0.20/0.00/0.49)	

CMYK yüzdeleri

%10.77
%20
%0
%49.02

Codes

Color #746882 in popluar color models

746882
RGB116104130
HSL268°11.11%45.88%
HSB/HSV268°20.00%50.98%
CMYK10.77%20.00%0.00%
49.02%

Color #746882 in popluar number systems.

HEX746882
Decimal116104130
Binary1110100110100010000010
Octal164150202

Shades and tints

Shades of #746882

#746882
(116,104,130)
#6A5F77
(106,95,119)
#60566C
(96,86,108)
#564D61
(86,77,97)
#4C4456
(76,68,86)
#423B4B
(66,59,75)
#383240
(56,50,64)
#2E2935
(46,41,53)
#24202A
(36,32,42)
#1A171F
(26,23,31)
#100E14
(16,14,20)
#000000
(0,0,0)

Tints of #746882

#746882
(116,104,130)
#80758D
(128,117,141)
#8C8298
(140,130,152)
#988FA3
(152,143,163)
#A49CAE
(164,156,174)
#B0A9B9
(176,169,185)
#BCB6C4
(188,182,196)
#C8C3CF
(200,195,207)
#D4D0DA
(212,208,218)
#E0DDE5
(224,221,229)
#ECEAF0
(236,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746882 color. Also use rgb(116,104,130) instead hex code.

Text Font Color

.myTextColor { color: #746882; }

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

This text font color is #746882.


Background Color

.myBgColor { background-color: #746882; }

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

This div background color is #746882.


Border color

.myBorderColor { border: 1px solid #746882; }

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

This div border color is #746882.


Opacity

.myOpacity80 { color: #746882; opacity: 0.8; }

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

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

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

This text has shadow with #746882 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746882 on black background.


Color preview on white background

This text has color #746882 on white background.



Black color preview on #746882 background

This text has black color on #746882 background.


White color preview on #746882 background

This text has white color on #746882 background.