COLOR #746B8A

HEX: #746B8A
RGB: (116,107,138)

Renk bilgisi

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

RGB renk modeli

#746B8A color RGB value is (116,107,138).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 107 of 255 = 42%
B 138 of 255 = 54%

116
107
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 107 + 138 = 361 (100%)
R 116 of 361 ~ 32.13%
G 107 of 361 ~ 29.64%
B 138 of 361 ~ 38.23%

%32.13
%29.64
%38.23

CMYK RENK MODELİ

#746B8A rengi CMYK tonu (16,22,0,46).

  • camgöbeği tonu 15.94%
  • eflatun tonu 22.46%
  • sarı tonu 0.00%
  • ana renk tonu 45.88%
CMYK:
(16,22,0,46)
C16M22Y0K46 
(16%,22%,0%,46%)
(0.16/0.22/0.00/0.46)	

CMYK yüzdeleri

%15.94
%22.46
%0
%45.88

Codes

Color #746B8A in popluar color models

746B8A
RGB116107138
HSL257°12.65%48.04%
HSB/HSV257°22.46%54.12%
CMYK15.94%22.46%0.00%
45.88%

Color #746B8A in popluar number systems.

HEX746B8A
Decimal116107138
Binary1110100110101110001010
Octal164153212

Shades and tints

Shades of #746B8A

#746B8A
(116,107,138)
#6A627E
(106,98,126)
#605972
(96,89,114)
#565066
(86,80,102)
#4C475A
(76,71,90)
#423E4E
(66,62,78)
#383542
(56,53,66)
#2E2C36
(46,44,54)
#24232A
(36,35,42)
#1A1A1E
(26,26,30)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #746B8A

#746B8A
(116,107,138)
#807894
(128,120,148)
#8C859E
(140,133,158)
#9892A8
(152,146,168)
#A49FB2
(164,159,178)
#B0ACBC
(176,172,188)
#BCB9C6
(188,185,198)
#C8C6D0
(200,198,208)
#D4D3DA
(212,211,218)
#E0E0E4
(224,224,228)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746B8A; }

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

This text font color is #746B8A.


Background Color

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

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

This div background color is #746B8A.


Border color

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

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

This div border color is #746B8A.


Opacity

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

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

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

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

This text has shadow with #746B8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746B8A on black background.


Color preview on white background

This text has color #746B8A on white background.



Black color preview on #746B8A background

This text has black color on #746B8A background.


White color preview on #746B8A background

This text has white color on #746B8A background.