COLOR #776A8D

HEX: #776A8D
RGB: (119,106,141)

Renk bilgisi

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

RGB renk modeli

#776A8D color RGB value is (119,106,141).

  • kırmız ton 119;
  • yeşil ton 106;
  • mavi ton 141.
RGB:
(119,106,141)
(47%,42%,55%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 106 of 255 = 42%
B 141 of 255 = 55%

119
106
141

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 106 + 141 = 366 (100%)
R 119 of 366 ~ 32.51%
G 106 of 366 ~ 28.96%
B 141 of 366 ~ 38.52%

%32.51
%28.96
%38.52

CMYK RENK MODELİ

#776A8D rengi CMYK tonu (16,25,0,45).

  • camgöbeği tonu 15.60%
  • eflatun tonu 24.82%
  • sarı tonu 0.00%
  • ana renk tonu 44.71%
CMYK:
(16,25,0,45)
C16M25Y0K45 
(16%,25%,0%,45%)
(0.16/0.25/0.00/0.45)	

CMYK yüzdeleri

%15.6
%24.82
%0
%44.71

Codes

Color #776A8D in popluar color models

776A8D
RGB119106141
HSL262°14.17%48.43%
HSB/HSV262°24.82%55.29%
CMYK15.60%24.82%0.00%
44.71%

Color #776A8D in popluar number systems.

HEX776A8D
Decimal119106141
Binary1110111110101010001101
Octal167152215

Shades and tints

Shades of #776A8D

#776A8D
(119,106,141)
#6D6181
(109,97,129)
#635875
(99,88,117)
#594F69
(89,79,105)
#4F465D
(79,70,93)
#453D51
(69,61,81)
#3B3445
(59,52,69)
#312B39
(49,43,57)
#27222D
(39,34,45)
#1D1921
(29,25,33)
#131015
(19,16,21)
#000000
(0,0,0)

Tints of #776A8D

#776A8D
(119,106,141)
#837797
(131,119,151)
#8F84A1
(143,132,161)
#9B91AB
(155,145,171)
#A79EB5
(167,158,181)
#B3ABBF
(179,171,191)
#BFB8C9
(191,184,201)
#CBC5D3
(203,197,211)
#D7D2DD
(215,210,221)
#E3DFE7
(227,223,231)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776A8D color. Also use rgb(119,106,141) instead hex code.

Text Font Color

.myTextColor { color: #776A8D; }

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

This text font color is #776A8D.


Background Color

.myBgColor { background-color: #776A8D; }

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

This div background color is #776A8D.


Border color

.myBorderColor { border: 1px solid #776A8D; }

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

This div border color is #776A8D.


Opacity

.myOpacity80 { color: #776A8D; opacity: 0.8; }

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

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

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

This text has shadow with #776A8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776A8D on black background.


Color preview on white background

This text has color #776A8D on white background.



Black color preview on #776A8D background

This text has black color on #776A8D background.


White color preview on #776A8D background

This text has white color on #776A8D background.