COLOR #776A9C

HEX: #776A9C
RGB: (119,106,156)

Renk bilgisi

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

RGB renk modeli

#776A9C color RGB value is (119,106,156).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 106 of 255 = 42%
B 156 of 255 = 61%

119
106
156

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 106 + 156 = 381 (100%)
R 119 of 381 ~ 31.23%
G 106 of 381 ~ 27.82%
B 156 of 381 ~ 40.94%

%31.23
%27.82
%40.94

CMYK RENK MODELİ

#776A9C rengi CMYK tonu (24,32,0,39).

  • camgöbeği tonu 23.72%
  • eflatun tonu 32.05%
  • sarı tonu 0.00%
  • ana renk tonu 38.82%
CMYK:
(24,32,0,39)
C24M32Y0K39 
(24%,32%,0%,39%)
(0.24/0.32/0.00/0.39)	

CMYK yüzdeleri

%23.72
%32.05
%0
%38.82

Codes

Color #776A9C in popluar color models

776A9C
RGB119106156
HSL256°20.16%51.37%
HSB/HSV256°32.05%61.18%
CMYK23.72%32.05%0.00%
38.82%

Color #776A9C in popluar number systems.

HEX776A9C
Decimal119106156
Binary1110111110101010011100
Octal167152234

Shades and tints

Shades of #776A9C

#776A9C
(119,106,156)
#6D618E
(109,97,142)
#635880
(99,88,128)
#594F72
(89,79,114)
#4F4664
(79,70,100)
#453D56
(69,61,86)
#3B3448
(59,52,72)
#312B3A
(49,43,58)
#27222C
(39,34,44)
#1D191E
(29,25,30)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #776A9C

#776A9C
(119,106,156)
#8377A5
(131,119,165)
#8F84AE
(143,132,174)
#9B91B7
(155,145,183)
#A79EC0
(167,158,192)
#B3ABC9
(179,171,201)
#BFB8D2
(191,184,210)
#CBC5DB
(203,197,219)
#D7D2E4
(215,210,228)
#E3DFED
(227,223,237)
#EFECF6
(239,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776A9C; }

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

This text font color is #776A9C.


Background Color

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

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

This div background color is #776A9C.


Border color

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

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

This div border color is #776A9C.


Opacity

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

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

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

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

This text has shadow with #776A9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776A9C on black background.


Color preview on white background

This text has color #776A9C on white background.



Black color preview on #776A9C background

This text has black color on #776A9C background.


White color preview on #776A9C background

This text has white color on #776A9C background.