COLOR #764B6F

HEX: #764B6F
RGB: (118,75,111)

Renk bilgisi

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

RGB renk modeli

#764B6F color RGB value is (118,75,111).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 75 of 255 = 29%
B 111 of 255 = 44%

118
75
111

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 75 + 111 = 304 (100%)
R 118 of 304 ~ 38.82%
G 75 of 304 ~ 24.67%
B 111 of 304 ~ 36.51%

%38.82
%24.67
%36.51

CMYK RENK MODELİ

#764B6F rengi CMYK tonu (0,36,6,54).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.44%
  • sarı tonu 5.93%
  • ana renk tonu 53.73%
CMYK:
(0,36,6,54)
C0M36Y6K54 
(0%,36%,6%,54%)
(0.00/0.36/0.06/0.54)	

CMYK yüzdeleri

%0
%36.44
%5.93
%53.73

Codes

Color #764B6F in popluar color models

764B6F
RGB11875111
HSL310°22.28%37.84%
HSB/HSV310°36.44%46.27%
CMYK0.00%36.44%5.93%
53.73%

Color #764B6F in popluar number systems.

HEX764B6F
Decimal11875111
Binary111011010010111101111
Octal166113157

Shades and tints

Shades of #764B6F

#764B6F
(118,75,111)
#6C4565
(108,69,101)
#623F5B
(98,63,91)
#583951
(88,57,81)
#4E3347
(78,51,71)
#442D3D
(68,45,61)
#3A2733
(58,39,51)
#302129
(48,33,41)
#261B1F
(38,27,31)
#1C1515
(28,21,21)
#120F0B
(18,15,11)
#000000
(0,0,0)

Tints of #764B6F

#764B6F
(118,75,111)
#825B7C
(130,91,124)
#8E6B89
(142,107,137)
#9A7B96
(154,123,150)
#A68BA3
(166,139,163)
#B29BB0
(178,155,176)
#BEABBD
(190,171,189)
#CABBCA
(202,187,202)
#D6CBD7
(214,203,215)
#E2DBE4
(226,219,228)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #764B6F; }

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

This text font color is #764B6F.


Background Color

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

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

This div background color is #764B6F.


Border color

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

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

This div border color is #764B6F.


Opacity

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

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

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

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

This text has shadow with #764B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764B6F on black background.


Color preview on white background

This text has color #764B6F on white background.



Black color preview on #764B6F background

This text has black color on #764B6F background.


White color preview on #764B6F background

This text has white color on #764B6F background.