COLOR #776E8A

HEX: #776E8A
RGB: (119,110,138)

Renk bilgisi

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

RGB renk modeli

#776E8A color RGB value is (119,110,138).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 110 of 255 = 43%
B 138 of 255 = 54%

119
110
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 110 + 138 = 367 (100%)
R 119 of 367 ~ 32.43%
G 110 of 367 ~ 29.97%
B 138 of 367 ~ 37.6%

%32.43
%29.97
%37.6

CMYK RENK MODELİ

#776E8A rengi CMYK tonu (14,20,0,46).

  • camgöbeği tonu 13.77%
  • eflatun tonu 20.29%
  • sarı tonu 0.00%
  • ana renk tonu 45.88%
CMYK:
(14,20,0,46)
C14M20Y0K46 
(14%,20%,0%,46%)
(0.14/0.20/0.00/0.46)	

CMYK yüzdeleri

%13.77
%20.29
%0
%45.88

Codes

Color #776E8A in popluar color models

776E8A
RGB119110138
HSL259°11.29%48.63%
HSB/HSV259°20.29%54.12%
CMYK13.77%20.29%0.00%
45.88%

Color #776E8A in popluar number systems.

HEX776E8A
Decimal119110138
Binary1110111110111010001010
Octal167156212

Shades and tints

Shades of #776E8A

#776E8A
(119,110,138)
#6D647E
(109,100,126)
#635A72
(99,90,114)
#595066
(89,80,102)
#4F465A
(79,70,90)
#453C4E
(69,60,78)
#3B3242
(59,50,66)
#312836
(49,40,54)
#271E2A
(39,30,42)
#1D141E
(29,20,30)
#130A12
(19,10,18)
#000000
(0,0,0)

Tints of #776E8A

#776E8A
(119,110,138)
#837B94
(131,123,148)
#8F889E
(143,136,158)
#9B95A8
(155,149,168)
#A7A2B2
(167,162,178)
#B3AFBC
(179,175,188)
#BFBCC6
(191,188,198)
#CBC9D0
(203,201,208)
#D7D6DA
(215,214,218)
#E3E3E4
(227,227,228)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776E8A; }

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

This text font color is #776E8A.


Background Color

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

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

This div background color is #776E8A.


Border color

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

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

This div border color is #776E8A.


Opacity

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

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

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

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

This text has shadow with #776E8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776E8A on black background.


Color preview on white background

This text has color #776E8A on white background.



Black color preview on #776E8A background

This text has black color on #776E8A background.


White color preview on #776E8A background

This text has white color on #776E8A background.