COLOR #766496

HEX: #766496
RGB: (118,100,150)

Renk bilgisi

#766496 contains red, green and blue colors in about the same proportion. #766496 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#766496 color RGB value is (118,100,150).

  • kırmız ton 118;
  • yeşil ton 100;
  • mavi ton 150.
RGB:
(118,100,150)
(46%,39%,59%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 100 of 255 = 39%
B 150 of 255 = 59%

118
100
150

R + G + B ~ 48%. #766496 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 100 + 150 = 368 (100%)
R 118 of 368 ~ 32.07%
G 100 of 368 ~ 27.17%
B 150 of 368 ~ 40.76%

%32.07
%27.17
%40.76

CMYK RENK MODELİ

#766496 rengi CMYK tonu (21,33,0,41).

  • camgöbeği tonu 21.33%
  • eflatun tonu 33.33%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(21,33,0,41)
C21M33Y0K41 
(21%,33%,0%,41%)
(0.21/0.33/0.00/0.41)	

CMYK yüzdeleri

%21.33
%33.33
%0
%41.18

Codes

Color #766496 in popluar color models

766496
RGB118100150
HSL262°20.00%49.02%
HSB/HSV262°33.33%58.82%
CMYK21.33%33.33%0.00%
41.18%

Color #766496 in popluar number systems.

HEX766496
Decimal118100150
Binary1110110110010010010110
Octal166144226

Shades and tints

Shades of #766496

#766496
(118,100,150)
#6C5B89
(108,91,137)
#62527C
(98,82,124)
#58496F
(88,73,111)
#4E4062
(78,64,98)
#443755
(68,55,85)
#3A2E48
(58,46,72)
#30253B
(48,37,59)
#261C2E
(38,28,46)
#1C1321
(28,19,33)
#120A14
(18,10,20)
#000000
(0,0,0)

Tints of #766496

#766496
(118,100,150)
#82729F
(130,114,159)
#8E80A8
(142,128,168)
#9A8EB1
(154,142,177)
#A69CBA
(166,156,186)
#B2AAC3
(178,170,195)
#BEB8CC
(190,184,204)
#CAC6D5
(202,198,213)
#D6D4DE
(214,212,222)
#E2E2E7
(226,226,231)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766496 color. Also use rgb(118,100,150) instead hex code.

Text Font Color

.myTextColor { color: #766496; }

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

This text font color is #766496.


Background Color

.myBgColor { background-color: #766496; }

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

This div background color is #766496.


Border color

.myBorderColor { border: 1px solid #766496; }

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

This div border color is #766496.


Opacity

.myOpacity80 { color: #766496; opacity: 0.8; }

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

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

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

This text has shadow with #766496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766496 on black background.


Color preview on white background

This text has color #766496 on white background.



Black color preview on #766496 background

This text has black color on #766496 background.


White color preview on #766496 background

This text has white color on #766496 background.