COLOR #764C70

HEX: #764C70
RGB: (118,76,112)

Renk bilgisi

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

RGB renk modeli

#764C70 color RGB value is (118,76,112).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 76 of 255 = 30%
B 112 of 255 = 44%

118
76
112

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 76 + 112 = 306 (100%)
R 118 of 306 ~ 38.56%
G 76 of 306 ~ 24.84%
B 112 of 306 ~ 36.6%

%38.56
%24.84
%36.6

CMYK RENK MODELİ

#764C70 rengi CMYK tonu (0,36,5,54).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.59%
  • sarı tonu 5.08%
  • ana renk tonu 53.73%
CMYK:
(0,36,5,54)
C0M36Y5K54 
(0%,36%,5%,54%)
(0.00/0.36/0.05/0.54)	

CMYK yüzdeleri

%0
%35.59
%5.08
%53.73

Codes

Color #764C70 in popluar color models

764C70
RGB11876112
HSL309°21.65%38.04%
HSB/HSV309°35.59%46.27%
CMYK0.00%35.59%5.08%
53.73%

Color #764C70 in popluar number systems.

HEX764C70
Decimal11876112
Binary111011010011001110000
Octal166114160

Shades and tints

Shades of #764C70

#764C70
(118,76,112)
#6C4666
(108,70,102)
#62405C
(98,64,92)
#583A52
(88,58,82)
#4E3448
(78,52,72)
#442E3E
(68,46,62)
#3A2834
(58,40,52)
#30222A
(48,34,42)
#261C20
(38,28,32)
#1C1616
(28,22,22)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #764C70

#764C70
(118,76,112)
#825C7D
(130,92,125)
#8E6C8A
(142,108,138)
#9A7C97
(154,124,151)
#A68CA4
(166,140,164)
#B29CB1
(178,156,177)
#BEACBE
(190,172,190)
#CABCCB
(202,188,203)
#D6CCD8
(214,204,216)
#E2DCE5
(226,220,229)
#EEECF2
(238,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #764C70; }

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

This text font color is #764C70.


Background Color

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

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

This div background color is #764C70.


Border color

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

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

This div border color is #764C70.


Opacity

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

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

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

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

This text has shadow with #764C70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764C70 on black background.


Color preview on white background

This text has color #764C70 on white background.



Black color preview on #764C70 background

This text has black color on #764C70 background.


White color preview on #764C70 background

This text has white color on #764C70 background.