COLOR #7766A5

HEX: #7766A5
RGB: (119,102,165)

Renk bilgisi

#7766A5 contains mainly red and blue colors. #7766A5 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#7766A5 color RGB value is (119,102,165).

  • kırmız ton 119;
  • yeşil ton 102;
  • mavi ton 165.
RGB:
(119,102,165)
(47%,40%,65%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 102 of 255 = 40%
B 165 of 255 = 65%

119
102
165

R + G + B ~ 51%. #7766A5 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 102 + 165 = 386 (100%)
R 119 of 386 ~ 30.83%
G 102 of 386 ~ 26.42%
B 165 of 386 ~ 42.75%

%30.83
%26.42
%42.75

CMYK RENK MODELİ

#7766A5 rengi CMYK tonu (28,38,0,35).

  • camgöbeği tonu 27.88%
  • eflatun tonu 38.18%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(28,38,0,35)
C28M38Y0K35 
(28%,38%,0%,35%)
(0.28/0.38/0.00/0.35)	

CMYK yüzdeleri

%27.88
%38.18
%0
%35.29

Codes

Color #7766A5 in popluar color models

7766A5
RGB119102165
HSL256°25.93%52.35%
HSB/HSV256°38.18%64.71%
CMYK27.88%38.18%0.00%
35.29%

Color #7766A5 in popluar number systems.

HEX7766A5
Decimal119102165
Binary1110111110011010100101
Octal167146245

Shades and tints

Shades of #7766A5

#7766A5
(119,102,165)
#6D5D96
(109,93,150)
#635487
(99,84,135)
#594B78
(89,75,120)
#4F4269
(79,66,105)
#45395A
(69,57,90)
#3B304B
(59,48,75)
#31273C
(49,39,60)
#271E2D
(39,30,45)
#1D151E
(29,21,30)
#130C0F
(19,12,15)
#000000
(0,0,0)

Tints of #7766A5

#7766A5
(119,102,165)
#8373AD
(131,115,173)
#8F80B5
(143,128,181)
#9B8DBD
(155,141,189)
#A79AC5
(167,154,197)
#B3A7CD
(179,167,205)
#BFB4D5
(191,180,213)
#CBC1DD
(203,193,221)
#D7CEE5
(215,206,229)
#E3DBED
(227,219,237)
#EFE8F5
(239,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7766A5 color. Also use rgb(119,102,165) instead hex code.

Text Font Color

.myTextColor { color: #7766A5; }

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

This text font color is #7766A5.


Background Color

.myBgColor { background-color: #7766A5; }

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

This div background color is #7766A5.


Border color

.myBorderColor { border: 1px solid #7766A5; }

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

This div border color is #7766A5.


Opacity

.myOpacity80 { color: #7766A5; opacity: 0.8; }

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

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

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

This text has shadow with #7766A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7766A5 on black background.


Color preview on white background

This text has color #7766A5 on white background.



Black color preview on #7766A5 background

This text has black color on #7766A5 background.


White color preview on #7766A5 background

This text has white color on #7766A5 background.