COLOR #776D9B

HEX: #776D9B
RGB: (119,109,155)

Renk bilgisi

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

RGB renk modeli

#776D9B color RGB value is (119,109,155).

  • kırmız ton 119;
  • yeşil ton 109;
  • mavi ton 155.
RGB:
(119,109,155)
(47%,43%,61%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 109 of 255 = 43%
B 155 of 255 = 61%

119
109
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 109 + 155 = 383 (100%)
R 119 of 383 ~ 31.07%
G 109 of 383 ~ 28.46%
B 155 of 383 ~ 40.47%

%31.07
%28.46
%40.47

CMYK RENK MODELİ

#776D9B rengi CMYK tonu (23,30,0,39).

  • camgöbeği tonu 23.23%
  • eflatun tonu 29.68%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(23,30,0,39)
C23M30Y0K39 
(23%,30%,0%,39%)
(0.23/0.30/0.00/0.39)	

CMYK yüzdeleri

%23.23
%29.68
%0
%39.22

Codes

Color #776D9B in popluar color models

776D9B
RGB119109155
HSL253°18.70%51.76%
HSB/HSV253°29.68%60.78%
CMYK23.23%29.68%0.00%
39.22%

Color #776D9B in popluar number systems.

HEX776D9B
Decimal119109155
Binary1110111110110110011011
Octal167155233

Shades and tints

Shades of #776D9B

#776D9B
(119,109,155)
#6D648D
(109,100,141)
#635B7F
(99,91,127)
#595271
(89,82,113)
#4F4963
(79,73,99)
#454055
(69,64,85)
#3B3747
(59,55,71)
#312E39
(49,46,57)
#27252B
(39,37,43)
#1D1C1D
(29,28,29)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #776D9B

#776D9B
(119,109,155)
#837AA4
(131,122,164)
#8F87AD
(143,135,173)
#9B94B6
(155,148,182)
#A7A1BF
(167,161,191)
#B3AEC8
(179,174,200)
#BFBBD1
(191,187,209)
#CBC8DA
(203,200,218)
#D7D5E3
(215,213,227)
#E3E2EC
(227,226,236)
#EFEFF5
(239,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776D9B color. Also use rgb(119,109,155) instead hex code.

Text Font Color

.myTextColor { color: #776D9B; }

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

This text font color is #776D9B.


Background Color

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

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

This div background color is #776D9B.


Border color

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

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

This div border color is #776D9B.


Opacity

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

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

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

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

This text has shadow with #776D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776D9B on black background.


Color preview on white background

This text has color #776D9B on white background.



Black color preview on #776D9B background

This text has black color on #776D9B background.


White color preview on #776D9B background

This text has white color on #776D9B background.