COLOR #776C99

HEX: #776C99
RGB: (119,108,153)

Renk bilgisi

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

RGB renk modeli

#776C99 color RGB value is (119,108,153).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 108 of 255 = 42%
B 153 of 255 = 60%

119
108
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 108 + 153 = 380 (100%)
R 119 of 380 ~ 31.32%
G 108 of 380 ~ 28.42%
B 153 of 380 ~ 40.26%

%31.32
%28.42
%40.26

CMYK RENK MODELİ

#776C99 rengi CMYK tonu (22,29,0,40).

  • camgöbeği tonu 22.22%
  • eflatun tonu 29.41%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(22,29,0,40)
C22M29Y0K40 
(22%,29%,0%,40%)
(0.22/0.29/0.00/0.40)	

CMYK yüzdeleri

%22.22
%29.41
%0
%40

Codes

Color #776C99 in popluar color models

776C99
RGB119108153
HSL255°18.07%51.18%
HSB/HSV255°29.41%60.00%
CMYK22.22%29.41%0.00%
40.00%

Color #776C99 in popluar number systems.

HEX776C99
Decimal119108153
Binary1110111110110010011001
Octal167154231

Shades and tints

Shades of #776C99

#776C99
(119,108,153)
#6D638C
(109,99,140)
#635A7F
(99,90,127)
#595172
(89,81,114)
#4F4865
(79,72,101)
#453F58
(69,63,88)
#3B364B
(59,54,75)
#312D3E
(49,45,62)
#272431
(39,36,49)
#1D1B24
(29,27,36)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #776C99

#776C99
(119,108,153)
#8379A2
(131,121,162)
#8F86AB
(143,134,171)
#9B93B4
(155,147,180)
#A7A0BD
(167,160,189)
#B3ADC6
(179,173,198)
#BFBACF
(191,186,207)
#CBC7D8
(203,199,216)
#D7D4E1
(215,212,225)
#E3E1EA
(227,225,234)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776C99; }

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

This text font color is #776C99.


Background Color

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

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

This div background color is #776C99.


Border color

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

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

This div border color is #776C99.


Opacity

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

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

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

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

This text has shadow with #776C99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776C99 on black background.


Color preview on white background

This text has color #776C99 on white background.



Black color preview on #776C99 background

This text has black color on #776C99 background.


White color preview on #776C99 background

This text has white color on #776C99 background.