COLOR #776F87

HEX: #776F87
RGB: (119,111,135)

Renk bilgisi

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

RGB renk modeli

#776F87 color RGB value is (119,111,135).

  • kırmız ton 119;
  • yeşil ton 111;
  • mavi ton 135.
RGB:
(119,111,135)
(47%,44%,53%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 111 of 255 = 44%
B 135 of 255 = 53%

119
111
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 111 + 135 = 365 (100%)
R 119 of 365 ~ 32.6%
G 111 of 365 ~ 30.41%
B 135 of 365 ~ 36.99%

%32.6
%30.41
%36.99

CMYK RENK MODELİ

#776F87 rengi CMYK tonu (12,18,0,47).

  • camgöbeği tonu 11.85%
  • eflatun tonu 17.78%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(12,18,0,47)
C12M18Y0K47 
(12%,18%,0%,47%)
(0.12/0.18/0.00/0.47)	

CMYK yüzdeleri

%11.85
%17.78
%0
%47.06

Codes

Color #776F87 in popluar color models

776F87
RGB119111135
HSL260°9.76%48.24%
HSB/HSV260°17.78%52.94%
CMYK11.85%17.78%0.00%
47.06%

Color #776F87 in popluar number systems.

HEX776F87
Decimal119111135
Binary1110111110111110000111
Octal167157207

Shades and tints

Shades of #776F87

#776F87
(119,111,135)
#6D657B
(109,101,123)
#635B6F
(99,91,111)
#595163
(89,81,99)
#4F4757
(79,71,87)
#453D4B
(69,61,75)
#3B333F
(59,51,63)
#312933
(49,41,51)
#271F27
(39,31,39)
#1D151B
(29,21,27)
#130B0F
(19,11,15)
#000000
(0,0,0)

Tints of #776F87

#776F87
(119,111,135)
#837C91
(131,124,145)
#8F899B
(143,137,155)
#9B96A5
(155,150,165)
#A7A3AF
(167,163,175)
#B3B0B9
(179,176,185)
#BFBDC3
(191,189,195)
#CBCACD
(203,202,205)
#D7D7D7
(215,215,215)
#E3E4E1
(227,228,225)
#EFF1EB
(239,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776F87 color. Also use rgb(119,111,135) instead hex code.

Text Font Color

.myTextColor { color: #776F87; }

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

This text font color is #776F87.


Background Color

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

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

This div background color is #776F87.


Border color

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

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

This div border color is #776F87.


Opacity

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

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

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

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

This text has shadow with #776F87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776F87 on black background.


Color preview on white background

This text has color #776F87 on white background.



Black color preview on #776F87 background

This text has black color on #776F87 background.


White color preview on #776F87 background

This text has white color on #776F87 background.