COLOR #764D88

HEX: #764D88
RGB: (118,77,136)

Renk bilgisi

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

RGB renk modeli

#764D88 color RGB value is (118,77,136).

  • kırmız ton 118;
  • yeşil ton 77;
  • mavi ton 136.
RGB:
(118,77,136)
(46%,30%,53%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 77 of 255 = 30%
B 136 of 255 = 53%

118
77
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 77 + 136 = 331 (100%)
R 118 of 331 ~ 35.65%
G 77 of 331 ~ 23.26%
B 136 of 331 ~ 41.09%

%35.65
%23.26
%41.09

CMYK RENK MODELİ

#764D88 rengi CMYK tonu (13,43,0,47).

  • camgöbeği tonu 13.24%
  • eflatun tonu 43.38%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(13,43,0,47)
C13M43Y0K47 
(13%,43%,0%,47%)
(0.13/0.43/0.00/0.47)	

CMYK yüzdeleri

%13.24
%43.38
%0
%46.67

Codes

Color #764D88 in popluar color models

764D88
RGB11877136
HSL282°27.70%41.76%
HSB/HSV282°43.38%53.33%
CMYK13.24%43.38%0.00%
46.67%

Color #764D88 in popluar number systems.

HEX764D88
Decimal11877136
Binary1110110100110110001000
Octal166115210

Shades and tints

Shades of #764D88

#764D88
(118,77,136)
#6C467C
(108,70,124)
#623F70
(98,63,112)
#583864
(88,56,100)
#4E3158
(78,49,88)
#442A4C
(68,42,76)
#3A2340
(58,35,64)
#301C34
(48,28,52)
#261528
(38,21,40)
#1C0E1C
(28,14,28)
#120710
(18,7,16)
#000000
(0,0,0)

Tints of #764D88

#764D88
(118,77,136)
#825D92
(130,93,146)
#8E6D9C
(142,109,156)
#9A7DA6
(154,125,166)
#A68DB0
(166,141,176)
#B29DBA
(178,157,186)
#BEADC4
(190,173,196)
#CABDCE
(202,189,206)
#D6CDD8
(214,205,216)
#E2DDE2
(226,221,226)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #764D88 color. Also use rgb(118,77,136) instead hex code.

Text Font Color

.myTextColor { color: #764D88; }

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

This text font color is #764D88.


Background Color

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

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

This div background color is #764D88.


Border color

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

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

This div border color is #764D88.


Opacity

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

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

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

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

This text has shadow with #764D88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764D88 on black background.


Color preview on white background

This text has color #764D88 on white background.



Black color preview on #764D88 background

This text has black color on #764D88 background.


White color preview on #764D88 background

This text has white color on #764D88 background.