COLOR #764C72

HEX: #764C72
RGB: (118,76,114)

Renk bilgisi

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

RGB renk modeli

#764C72 color RGB value is (118,76,114).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 76 of 255 = 30%
B 114 of 255 = 45%

118
76
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 76 + 114 = 308 (100%)
R 118 of 308 ~ 38.31%
G 76 of 308 ~ 24.68%
B 114 of 308 ~ 37.01%

%38.31
%24.68
%37.01

CMYK RENK MODELİ

#764C72 rengi CMYK tonu (0,36,3,54).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.59%
  • sarı tonu 3.39%
  • ana renk tonu 53.73%
CMYK:
(0,36,3,54)
C0M36Y3K54 
(0%,36%,3%,54%)
(0.00/0.36/0.03/0.54)	

CMYK yüzdeleri

%0
%35.59
%3.39
%53.73

Codes

Color #764C72 in popluar color models

764C72
RGB11876114
HSL306°21.65%38.04%
HSB/HSV306°35.59%46.27%
CMYK0.00%35.59%3.39%
53.73%

Color #764C72 in popluar number systems.

HEX764C72
Decimal11876114
Binary111011010011001110010
Octal166114162

Shades and tints

Shades of #764C72

#764C72
(118,76,114)
#6C4668
(108,70,104)
#62405E
(98,64,94)
#583A54
(88,58,84)
#4E344A
(78,52,74)
#442E40
(68,46,64)
#3A2836
(58,40,54)
#30222C
(48,34,44)
#261C22
(38,28,34)
#1C1618
(28,22,24)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #764C72

#764C72
(118,76,114)
#825C7E
(130,92,126)
#8E6C8A
(142,108,138)
#9A7C96
(154,124,150)
#A68CA2
(166,140,162)
#B29CAE
(178,156,174)
#BEACBA
(190,172,186)
#CABCC6
(202,188,198)
#D6CCD2
(214,204,210)
#E2DCDE
(226,220,222)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #764C72; }

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

This text font color is #764C72.


Background Color

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

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

This div background color is #764C72.


Border color

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

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

This div border color is #764C72.


Opacity

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

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

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

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

This text has shadow with #764C72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764C72 on black background.


Color preview on white background

This text has color #764C72 on white background.



Black color preview on #764C72 background

This text has black color on #764C72 background.


White color preview on #764C72 background

This text has white color on #764C72 background.