COLOR #746480

HEX: #746480
RGB: (116,100,128)

Renk bilgisi

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

RGB renk modeli

#746480 color RGB value is (116,100,128).

  • kırmız ton 116;
  • yeşil ton 100;
  • mavi ton 128.
RGB:
(116,100,128)
(45%,39%,50%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 100 of 255 = 39%
B 128 of 255 = 50%

116
100
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 100 + 128 = 344 (100%)
R 116 of 344 ~ 33.72%
G 100 of 344 ~ 29.07%
B 128 of 344 ~ 37.21%

%33.72
%29.07
%37.21

CMYK RENK MODELİ

#746480 rengi CMYK tonu (9,22,0,50).

  • camgöbeği tonu 9.38%
  • eflatun tonu 21.88%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(9,22,0,50)
C9M22Y0K50 
(9%,22%,0%,50%)
(0.09/0.22/0.00/0.50)	

CMYK yüzdeleri

%9.38
%21.88
%0
%49.8

Codes

Color #746480 in popluar color models

746480
RGB116100128
HSL274°12.28%44.71%
HSB/HSV274°21.88%50.20%
CMYK9.38%21.88%0.00%
49.80%

Color #746480 in popluar number systems.

HEX746480
Decimal116100128
Binary1110100110010010000000
Octal164144200

Shades and tints

Shades of #746480

#746480
(116,100,128)
#6A5B75
(106,91,117)
#60526A
(96,82,106)
#56495F
(86,73,95)
#4C4054
(76,64,84)
#423749
(66,55,73)
#382E3E
(56,46,62)
#2E2533
(46,37,51)
#241C28
(36,28,40)
#1A131D
(26,19,29)
#100A12
(16,10,18)
#000000
(0,0,0)

Tints of #746480

#746480
(116,100,128)
#80728B
(128,114,139)
#8C8096
(140,128,150)
#988EA1
(152,142,161)
#A49CAC
(164,156,172)
#B0AAB7
(176,170,183)
#BCB8C2
(188,184,194)
#C8C6CD
(200,198,205)
#D4D4D8
(212,212,216)
#E0E2E3
(224,226,227)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746480 color. Also use rgb(116,100,128) instead hex code.

Text Font Color

.myTextColor { color: #746480; }

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

This text font color is #746480.


Background Color

.myBgColor { background-color: #746480; }

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

This div background color is #746480.


Border color

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

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

This div border color is #746480.


Opacity

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

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

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

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

This text has shadow with #746480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746480 on black background.


Color preview on white background

This text has color #746480 on white background.



Black color preview on #746480 background

This text has black color on #746480 background.


White color preview on #746480 background

This text has white color on #746480 background.