COLOR #776D8C

HEX: #776D8C
RGB: (119,109,140)

Renk bilgisi

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

RGB renk modeli

#776D8C color RGB value is (119,109,140).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 109 of 255 = 43%
B 140 of 255 = 55%

119
109
140

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 109 + 140 = 368 (100%)
R 119 of 368 ~ 32.34%
G 109 of 368 ~ 29.62%
B 140 of 368 ~ 38.04%

%32.34
%29.62
%38.04

CMYK RENK MODELİ

#776D8C rengi CMYK tonu (15,22,0,45).

  • camgöbeği tonu 15.00%
  • eflatun tonu 22.14%
  • sarı tonu 0.00%
  • ana renk tonu 45.10%
CMYK:
(15,22,0,45)
C15M22Y0K45 
(15%,22%,0%,45%)
(0.15/0.22/0.00/0.45)	

CMYK yüzdeleri

%15
%22.14
%0
%45.1

Codes

Color #776D8C in popluar color models

776D8C
RGB119109140
HSL259°12.45%48.82%
HSB/HSV259°22.14%54.90%
CMYK15.00%22.14%0.00%
45.10%

Color #776D8C in popluar number systems.

HEX776D8C
Decimal119109140
Binary1110111110110110001100
Octal167155214

Shades and tints

Shades of #776D8C

#776D8C
(119,109,140)
#6D6480
(109,100,128)
#635B74
(99,91,116)
#595268
(89,82,104)
#4F495C
(79,73,92)
#454050
(69,64,80)
#3B3744
(59,55,68)
#312E38
(49,46,56)
#27252C
(39,37,44)
#1D1C20
(29,28,32)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #776D8C

#776D8C
(119,109,140)
#837A96
(131,122,150)
#8F87A0
(143,135,160)
#9B94AA
(155,148,170)
#A7A1B4
(167,161,180)
#B3AEBE
(179,174,190)
#BFBBC8
(191,187,200)
#CBC8D2
(203,200,210)
#D7D5DC
(215,213,220)
#E3E2E6
(227,226,230)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776D8C; }

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

This text font color is #776D8C.


Background Color

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

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

This div background color is #776D8C.


Border color

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

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

This div border color is #776D8C.


Opacity

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

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

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

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

This text has shadow with #776D8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776D8C on black background.


Color preview on white background

This text has color #776D8C on white background.



Black color preview on #776D8C background

This text has black color on #776D8C background.


White color preview on #776D8C background

This text has white color on #776D8C background.