COLOR #776E7F

HEX: #776E7F
RGB: (119,110,127)

Renk bilgisi

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

RGB renk modeli

#776E7F color RGB value is (119,110,127).

  • kırmız ton 119;
  • yeşil ton 110;
  • mavi ton 127.
RGB:
(119,110,127)
(47%,43%,50%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 110 of 255 = 43%
B 127 of 255 = 50%

119
110
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 110 + 127 = 356 (100%)
R 119 of 356 ~ 33.43%
G 110 of 356 ~ 30.9%
B 127 of 356 ~ 35.67%

%33.43
%30.9
%35.67

CMYK RENK MODELİ

#776E7F rengi CMYK tonu (6,13,0,50).

  • camgöbeği tonu 6.30%
  • eflatun tonu 13.39%
  • sarı tonu 0.00%
  • ana renk tonu 50.20%
CMYK:
(6,13,0,50)
C6M13Y0K50 
(6%,13%,0%,50%)
(0.06/0.13/0.00/0.50)	

CMYK yüzdeleri

%6.3
%13.39
%0
%50.2

Codes

Color #776E7F in popluar color models

776E7F
RGB119110127
HSL272°7.17%46.47%
HSB/HSV272°13.39%49.80%
CMYK6.30%13.39%0.00%
50.20%

Color #776E7F in popluar number systems.

HEX776E7F
Decimal119110127
Binary111011111011101111111
Octal167156177

Shades and tints

Shades of #776E7F

#776E7F
(119,110,127)
#6D6474
(109,100,116)
#635A69
(99,90,105)
#59505E
(89,80,94)
#4F4653
(79,70,83)
#453C48
(69,60,72)
#3B323D
(59,50,61)
#312832
(49,40,50)
#271E27
(39,30,39)
#1D141C
(29,20,28)
#130A11
(19,10,17)
#000000
(0,0,0)

Tints of #776E7F

#776E7F
(119,110,127)
#837B8A
(131,123,138)
#8F8895
(143,136,149)
#9B95A0
(155,149,160)
#A7A2AB
(167,162,171)
#B3AFB6
(179,175,182)
#BFBCC1
(191,188,193)
#CBC9CC
(203,201,204)
#D7D6D7
(215,214,215)
#E3E3E2
(227,227,226)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776E7F color. Also use rgb(119,110,127) instead hex code.

Text Font Color

.myTextColor { color: #776E7F; }

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

This text font color is #776E7F.


Background Color

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

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

This div background color is #776E7F.


Border color

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

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

This div border color is #776E7F.


Opacity

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

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

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

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

This text has shadow with #776E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776E7F on black background.


Color preview on white background

This text has color #776E7F on white background.



Black color preview on #776E7F background

This text has black color on #776E7F background.


White color preview on #776E7F background

This text has white color on #776E7F background.