COLOR #764C80

HEX: #764C80
RGB: (118,76,128)

Renk bilgisi

#764C80 contains red, green and blue colors in about the same proportion. #764C80 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#764C80 color RGB value is (118,76,128).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 76 of 255 = 30%
B 128 of 255 = 50%

118
76
128

R + G + B ~ 42%. #764C80 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 76 + 128 = 322 (100%)
R 118 of 322 ~ 36.65%
G 76 of 322 ~ 23.6%
B 128 of 322 ~ 39.75%

%36.65
%23.6
%39.75

CMYK RENK MODELİ

#764C80 rengi CMYK tonu (8,41,0,50).

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

CMYK yüzdeleri

%7.81
%40.63
%0
%49.8

Codes

Color #764C80 in popluar color models

764C80
RGB11876128
HSL288°25.49%40.00%
HSB/HSV288°40.63%50.20%
CMYK7.81%40.63%0.00%
49.80%

Color #764C80 in popluar number systems.

HEX764C80
Decimal11876128
Binary1110110100110010000000
Octal166114200

Shades and tints

Shades of #764C80

#764C80
(118,76,128)
#6C4675
(108,70,117)
#62406A
(98,64,106)
#583A5F
(88,58,95)
#4E3454
(78,52,84)
#442E49
(68,46,73)
#3A283E
(58,40,62)
#302233
(48,34,51)
#261C28
(38,28,40)
#1C161D
(28,22,29)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #764C80

#764C80
(118,76,128)
#825C8B
(130,92,139)
#8E6C96
(142,108,150)
#9A7CA1
(154,124,161)
#A68CAC
(166,140,172)
#B29CB7
(178,156,183)
#BEACC2
(190,172,194)
#CABCCD
(202,188,205)
#D6CCD8
(214,204,216)
#E2DCE3
(226,220,227)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #764C80; }

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

This text font color is #764C80.


Background Color

.myBgColor { background-color: #764C80; }

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

This div background color is #764C80.


Border color

.myBorderColor { border: 1px solid #764C80; }

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

This div border color is #764C80.


Opacity

.myOpacity80 { color: #764C80; opacity: 0.8; }

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

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

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

This text has shadow with #764C80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764C80 on black background.


Color preview on white background

This text has color #764C80 on white background.



Black color preview on #764C80 background

This text has black color on #764C80 background.


White color preview on #764C80 background

This text has white color on #764C80 background.