COLOR #764D6F

HEX: #764D6F
RGB: (118,77,111)

Renk bilgisi

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

RGB renk modeli

#764D6F color RGB value is (118,77,111).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 77 of 255 = 30%
B 111 of 255 = 44%

118
77
111

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 77 + 111 = 306 (100%)
R 118 of 306 ~ 38.56%
G 77 of 306 ~ 25.16%
B 111 of 306 ~ 36.27%

%38.56
%25.16
%36.27

CMYK RENK MODELİ

#764D6F rengi CMYK tonu (0,35,6,54).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.75%
  • sarı tonu 5.93%
  • ana renk tonu 53.73%
CMYK:
(0,35,6,54)
C0M35Y6K54 
(0%,35%,6%,54%)
(0.00/0.35/0.06/0.54)	

CMYK yüzdeleri

%0
%34.75
%5.93
%53.73

Codes

Color #764D6F in popluar color models

764D6F
RGB11877111
HSL310°21.03%38.24%
HSB/HSV310°34.75%46.27%
CMYK0.00%34.75%5.93%
53.73%

Color #764D6F in popluar number systems.

HEX764D6F
Decimal11877111
Binary111011010011011101111
Octal166115157

Shades and tints

Shades of #764D6F

#764D6F
(118,77,111)
#6C4665
(108,70,101)
#623F5B
(98,63,91)
#583851
(88,56,81)
#4E3147
(78,49,71)
#442A3D
(68,42,61)
#3A2333
(58,35,51)
#301C29
(48,28,41)
#26151F
(38,21,31)
#1C0E15
(28,14,21)
#12070B
(18,7,11)
#000000
(0,0,0)

Tints of #764D6F

#764D6F
(118,77,111)
#825D7C
(130,93,124)
#8E6D89
(142,109,137)
#9A7D96
(154,125,150)
#A68DA3
(166,141,163)
#B29DB0
(178,157,176)
#BEADBD
(190,173,189)
#CABDCA
(202,189,202)
#D6CDD7
(214,205,215)
#E2DDE4
(226,221,228)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #764D6F; }

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

This text font color is #764D6F.


Background Color

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

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

This div background color is #764D6F.


Border color

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

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

This div border color is #764D6F.


Opacity

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

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

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

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

This text has shadow with #764D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764D6F on black background.


Color preview on white background

This text has color #764D6F on white background.



Black color preview on #764D6F background

This text has black color on #764D6F background.


White color preview on #764D6F background

This text has white color on #764D6F background.