COLOR #776B83

HEX: #776B83
RGB: (119,107,131)

Renk bilgisi

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

RGB renk modeli

#776B83 color RGB value is (119,107,131).

  • kırmız ton 119;
  • yeşil ton 107;
  • mavi ton 131.
RGB:
(119,107,131)
(47%,42%,51%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 107 of 255 = 42%
B 131 of 255 = 51%

119
107
131

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 107 + 131 = 357 (100%)
R 119 of 357 ~ 33.33%
G 107 of 357 ~ 29.97%
B 131 of 357 ~ 36.69%

%33.33
%29.97
%36.69

CMYK RENK MODELİ

#776B83 rengi CMYK tonu (9,18,0,49).

  • camgöbeği tonu 9.16%
  • eflatun tonu 18.32%
  • sarı tonu 0.00%
  • ana renk tonu 48.63%
CMYK:
(9,18,0,49)
C9M18Y0K49 
(9%,18%,0%,49%)
(0.09/0.18/0.00/0.49)	

CMYK yüzdeleri

%9.16
%18.32
%0
%48.63

Codes

Color #776B83 in popluar color models

776B83
RGB119107131
HSL270°10.08%46.67%
HSB/HSV270°18.32%51.37%
CMYK9.16%18.32%0.00%
48.63%

Color #776B83 in popluar number systems.

HEX776B83
Decimal119107131
Binary1110111110101110000011
Octal167153203

Shades and tints

Shades of #776B83

#776B83
(119,107,131)
#6D6278
(109,98,120)
#63596D
(99,89,109)
#595062
(89,80,98)
#4F4757
(79,71,87)
#453E4C
(69,62,76)
#3B3541
(59,53,65)
#312C36
(49,44,54)
#27232B
(39,35,43)
#1D1A20
(29,26,32)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #776B83

#776B83
(119,107,131)
#83788E
(131,120,142)
#8F8599
(143,133,153)
#9B92A4
(155,146,164)
#A79FAF
(167,159,175)
#B3ACBA
(179,172,186)
#BFB9C5
(191,185,197)
#CBC6D0
(203,198,208)
#D7D3DB
(215,211,219)
#E3E0E6
(227,224,230)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776B83 color. Also use rgb(119,107,131) instead hex code.

Text Font Color

.myTextColor { color: #776B83; }

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

This text font color is #776B83.


Background Color

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

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

This div background color is #776B83.


Border color

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

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

This div border color is #776B83.


Opacity

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

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

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

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

This text has shadow with #776B83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776B83 on black background.


Color preview on white background

This text has color #776B83 on white background.



Black color preview on #776B83 background

This text has black color on #776B83 background.


White color preview on #776B83 background

This text has white color on #776B83 background.