COLOR #746684

HEX: #746684
RGB: (116,102,132)

Renk bilgisi

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

RGB renk modeli

#746684 color RGB value is (116,102,132).

  • kırmız ton 116;
  • yeşil ton 102;
  • mavi ton 132.
RGB:
(116,102,132)
(45%,40%,52%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 102 of 255 = 40%
B 132 of 255 = 52%

116
102
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 102 + 132 = 350 (100%)
R 116 of 350 ~ 33.14%
G 102 of 350 ~ 29.14%
B 132 of 350 ~ 37.71%

%33.14
%29.14
%37.71

CMYK RENK MODELİ

#746684 rengi CMYK tonu (12,23,0,48).

  • camgöbeği tonu 12.12%
  • eflatun tonu 22.73%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(12,23,0,48)
C12M23Y0K48 
(12%,23%,0%,48%)
(0.12/0.23/0.00/0.48)	

CMYK yüzdeleri

%12.12
%22.73
%0
%48.24

Codes

Color #746684 in popluar color models

746684
RGB116102132
HSL268°12.82%45.88%
HSB/HSV268°22.73%51.76%
CMYK12.12%22.73%0.00%
48.24%

Color #746684 in popluar number systems.

HEX746684
Decimal116102132
Binary1110100110011010000100
Octal164146204

Shades and tints

Shades of #746684

#746684
(116,102,132)
#6A5D78
(106,93,120)
#60546C
(96,84,108)
#564B60
(86,75,96)
#4C4254
(76,66,84)
#423948
(66,57,72)
#38303C
(56,48,60)
#2E2730
(46,39,48)
#241E24
(36,30,36)
#1A1518
(26,21,24)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #746684

#746684
(116,102,132)
#80738F
(128,115,143)
#8C809A
(140,128,154)
#988DA5
(152,141,165)
#A49AB0
(164,154,176)
#B0A7BB
(176,167,187)
#BCB4C6
(188,180,198)
#C8C1D1
(200,193,209)
#D4CEDC
(212,206,220)
#E0DBE7
(224,219,231)
#ECE8F2
(236,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746684 color. Also use rgb(116,102,132) instead hex code.

Text Font Color

.myTextColor { color: #746684; }

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

This text font color is #746684.


Background Color

.myBgColor { background-color: #746684; }

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

This div background color is #746684.


Border color

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

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

This div border color is #746684.


Opacity

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

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

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

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

This text has shadow with #746684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746684 on black background.


Color preview on white background

This text has color #746684 on white background.



Black color preview on #746684 background

This text has black color on #746684 background.


White color preview on #746684 background

This text has white color on #746684 background.