COLOR #764080

HEX: #764080
RGB: (118,64,128)

Renk bilgisi

#764080 contains mainly red and blue colors. #764080 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#764080 color RGB value is (118,64,128).

  • kırmız ton 118;
  • yeşil ton 64;
  • mavi ton 128.
RGB:
(118,64,128)
(46%,25%,50%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 64 of 255 = 25%
B 128 of 255 = 50%

118
64
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 64 + 128 = 310 (100%)
R 118 of 310 ~ 38.06%
G 64 of 310 ~ 20.65%
B 128 of 310 ~ 41.29%

%38.06
%20.65
%41.29

CMYK RENK MODELİ

#764080 rengi CMYK tonu (8,50,0,50).

  • camgöbeği tonu 7.81%
  • eflatun tonu 50.00%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(8,50,0,50)
C8M50Y0K50 
(8%,50%,0%,50%)
(0.08/0.50/0.00/0.50)	

CMYK yüzdeleri

%7.81
%50
%0
%49.8

Codes

Color #764080 in popluar color models

764080
RGB11864128
HSL291°33.33%37.65%
HSB/HSV291°50.00%50.20%
CMYK7.81%50.00%0.00%
49.80%

Color #764080 in popluar number systems.

HEX764080
Decimal11864128
Binary1110110100000010000000
Octal166100200

Shades and tints

Shades of #764080

#764080
(118,64,128)
#6C3B75
(108,59,117)
#62366A
(98,54,106)
#58315F
(88,49,95)
#4E2C54
(78,44,84)
#442749
(68,39,73)
#3A223E
(58,34,62)
#301D33
(48,29,51)
#261828
(38,24,40)
#1C131D
(28,19,29)
#120E12
(18,14,18)
#000000
(0,0,0)

Tints of #764080

#764080
(118,64,128)
#82518B
(130,81,139)
#8E6296
(142,98,150)
#9A73A1
(154,115,161)
#A684AC
(166,132,172)
#B295B7
(178,149,183)
#BEA6C2
(190,166,194)
#CAB7CD
(202,183,205)
#D6C8D8
(214,200,216)
#E2D9E3
(226,217,227)
#EEEAEE
(238,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #764080 color. Also use rgb(118,64,128) instead hex code.

Text Font Color

.myTextColor { color: #764080; }

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

This text font color is #764080.


Background Color

.myBgColor { background-color: #764080; }

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

This div background color is #764080.


Border color

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

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

This div border color is #764080.


Opacity

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

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

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

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

This text has shadow with #764080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764080 on black background.


Color preview on white background

This text has color #764080 on white background.



Black color preview on #764080 background

This text has black color on #764080 background.


White color preview on #764080 background

This text has white color on #764080 background.