COLOR #776C90

HEX: #776C90
RGB: (119,108,144)

Renk bilgisi

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

RGB renk modeli

#776C90 color RGB value is (119,108,144).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 108 of 255 = 42%
B 144 of 255 = 56%

119
108
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 108 + 144 = 371 (100%)
R 119 of 371 ~ 32.08%
G 108 of 371 ~ 29.11%
B 144 of 371 ~ 38.81%

%32.08
%29.11
%38.81

CMYK RENK MODELİ

#776C90 rengi CMYK tonu (17,25,0,44).

  • camgöbeği tonu 17.36%
  • eflatun tonu 25.00%
  • sarı tonu 0.00%
  • ana renk tonu 43.53%
CMYK:
(17,25,0,44)
C17M25Y0K44 
(17%,25%,0%,44%)
(0.17/0.25/0.00/0.44)	

CMYK yüzdeleri

%17.36
%25
%0
%43.53

Codes

Color #776C90 in popluar color models

776C90
RGB119108144
HSL258°14.29%49.41%
HSB/HSV258°25.00%56.47%
CMYK17.36%25.00%0.00%
43.53%

Color #776C90 in popluar number systems.

HEX776C90
Decimal119108144
Binary1110111110110010010000
Octal167154220

Shades and tints

Shades of #776C90

#776C90
(119,108,144)
#6D6383
(109,99,131)
#635A76
(99,90,118)
#595169
(89,81,105)
#4F485C
(79,72,92)
#453F4F
(69,63,79)
#3B3642
(59,54,66)
#312D35
(49,45,53)
#272428
(39,36,40)
#1D1B1B
(29,27,27)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #776C90

#776C90
(119,108,144)
#83799A
(131,121,154)
#8F86A4
(143,134,164)
#9B93AE
(155,147,174)
#A7A0B8
(167,160,184)
#B3ADC2
(179,173,194)
#BFBACC
(191,186,204)
#CBC7D6
(203,199,214)
#D7D4E0
(215,212,224)
#E3E1EA
(227,225,234)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776C90 color. Also use rgb(119,108,144) instead hex code.

Text Font Color

.myTextColor { color: #776C90; }

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

This text font color is #776C90.


Background Color

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

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

This div background color is #776C90.


Border color

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

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

This div border color is #776C90.


Opacity

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

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

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

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

This text has shadow with #776C90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776C90 on black background.


Color preview on white background

This text has color #776C90 on white background.



Black color preview on #776C90 background

This text has black color on #776C90 background.


White color preview on #776C90 background

This text has white color on #776C90 background.