COLOR #746CA7

HEX: #746CA7
RGB: (116,108,167)

Renk bilgisi

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

RGB renk modeli

#746CA7 color RGB value is (116,108,167).

  • kırmız ton 116;
  • yeşil ton 108;
  • mavi ton 167.
RGB:
(116,108,167)
(45%,42%,65%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 108 of 255 = 42%
B 167 of 255 = 65%

116
108
167

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 108 + 167 = 391 (100%)
R 116 of 391 ~ 29.67%
G 108 of 391 ~ 27.62%
B 167 of 391 ~ 42.71%

%29.67
%27.62
%42.71

CMYK RENK MODELİ

#746CA7 rengi CMYK tonu (31,35,0,35).

  • camgöbeği tonu 30.54%
  • eflatun tonu 35.33%
  • sarı tonu 0.00%
  • ana renk tonu 34.51%
CMYK:
(31,35,0,35)
C31M35Y0K35 
(31%,35%,0%,35%)
(0.31/0.35/0.00/0.35)	

CMYK yüzdeleri

%30.54
%35.33
%0
%34.51

Codes

Color #746CA7 in popluar color models

746CA7
RGB116108167
HSL248°25.11%53.92%
HSB/HSV248°35.33%65.49%
CMYK30.54%35.33%0.00%
34.51%

Color #746CA7 in popluar number systems.

HEX746CA7
Decimal116108167
Binary1110100110110010100111
Octal164154247

Shades and tints

Shades of #746CA7

#746CA7
(116,108,167)
#6A6398
(106,99,152)
#605A89
(96,90,137)
#56517A
(86,81,122)
#4C486B
(76,72,107)
#423F5C
(66,63,92)
#38364D
(56,54,77)
#2E2D3E
(46,45,62)
#24242F
(36,36,47)
#1A1B20
(26,27,32)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #746CA7

#746CA7
(116,108,167)
#8079AF
(128,121,175)
#8C86B7
(140,134,183)
#9893BF
(152,147,191)
#A4A0C7
(164,160,199)
#B0ADCF
(176,173,207)
#BCBAD7
(188,186,215)
#C8C7DF
(200,199,223)
#D4D4E7
(212,212,231)
#E0E1EF
(224,225,239)
#ECEEF7
(236,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746CA7 color. Also use rgb(116,108,167) instead hex code.

Text Font Color

.myTextColor { color: #746CA7; }

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

This text font color is #746CA7.


Background Color

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

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

This div background color is #746CA7.


Border color

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

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

This div border color is #746CA7.


Opacity

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

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

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

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

This text has shadow with #746CA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746CA7 on black background.


Color preview on white background

This text has color #746CA7 on white background.



Black color preview on #746CA7 background

This text has black color on #746CA7 background.


White color preview on #746CA7 background

This text has white color on #746CA7 background.