COLOR #776A8F

HEX: #776A8F
RGB: (119,106,143)

Renk bilgisi

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

RGB renk modeli

#776A8F color RGB value is (119,106,143).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 106 of 255 = 42%
B 143 of 255 = 56%

119
106
143

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 106 + 143 = 368 (100%)
R 119 of 368 ~ 32.34%
G 106 of 368 ~ 28.8%
B 143 of 368 ~ 38.86%

%32.34
%28.8
%38.86

CMYK RENK MODELİ

#776A8F rengi CMYK tonu (17,26,0,44).

  • camgöbeği tonu 16.78%
  • eflatun tonu 25.87%
  • sarı tonu 0.00%
  • ana renk tonu 43.92%
CMYK:
(17,26,0,44)
C17M26Y0K44 
(17%,26%,0%,44%)
(0.17/0.26/0.00/0.44)	

CMYK yüzdeleri

%16.78
%25.87
%0
%43.92

Codes

Color #776A8F in popluar color models

776A8F
RGB119106143
HSL261°14.86%48.82%
HSB/HSV261°25.87%56.08%
CMYK16.78%25.87%0.00%
43.92%

Color #776A8F in popluar number systems.

HEX776A8F
Decimal119106143
Binary1110111110101010001111
Octal167152217

Shades and tints

Shades of #776A8F

#776A8F
(119,106,143)
#6D6182
(109,97,130)
#635875
(99,88,117)
#594F68
(89,79,104)
#4F465B
(79,70,91)
#453D4E
(69,61,78)
#3B3441
(59,52,65)
#312B34
(49,43,52)
#272227
(39,34,39)
#1D191A
(29,25,26)
#13100D
(19,16,13)
#000000
(0,0,0)

Tints of #776A8F

#776A8F
(119,106,143)
#837799
(131,119,153)
#8F84A3
(143,132,163)
#9B91AD
(155,145,173)
#A79EB7
(167,158,183)
#B3ABC1
(179,171,193)
#BFB8CB
(191,184,203)
#CBC5D5
(203,197,213)
#D7D2DF
(215,210,223)
#E3DFE9
(227,223,233)
#EFECF3
(239,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776A8F; }

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

This text font color is #776A8F.


Background Color

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

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

This div background color is #776A8F.


Border color

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

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

This div border color is #776A8F.


Opacity

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

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

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

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

This text has shadow with #776A8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776A8F on black background.


Color preview on white background

This text has color #776A8F on white background.



Black color preview on #776A8F background

This text has black color on #776A8F background.


White color preview on #776A8F background

This text has white color on #776A8F background.