COLOR #776586

HEX: #776586
RGB: (119,101,134)

Renk bilgisi

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

RGB renk modeli

#776586 color RGB value is (119,101,134).

  • kırmız ton 119;
  • yeşil ton 101;
  • mavi ton 134.
RGB:
(119,101,134)
(47%,40%,53%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 101 of 255 = 40%
B 134 of 255 = 53%

119
101
134

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 101 + 134 = 354 (100%)
R 119 of 354 ~ 33.62%
G 101 of 354 ~ 28.53%
B 134 of 354 ~ 37.85%

%33.62
%28.53
%37.85

CMYK RENK MODELİ

#776586 rengi CMYK tonu (11,25,0,47).

  • camgöbeği tonu 11.19%
  • eflatun tonu 24.63%
  • sarı tonu 0.00%
  • ana renk tonu 47.45%
CMYK:
(11,25,0,47)
C11M25Y0K47 
(11%,25%,0%,47%)
(0.11/0.25/0.00/0.47)	

CMYK yüzdeleri

%11.19
%24.63
%0
%47.45

Codes

Color #776586 in popluar color models

776586
RGB119101134
HSL273°14.04%46.08%
HSB/HSV273°24.63%52.55%
CMYK11.19%24.63%0.00%
47.45%

Color #776586 in popluar number systems.

HEX776586
Decimal119101134
Binary1110111110010110000110
Octal167145206

Shades and tints

Shades of #776586

#776586
(119,101,134)
#6D5C7A
(109,92,122)
#63536E
(99,83,110)
#594A62
(89,74,98)
#4F4156
(79,65,86)
#45384A
(69,56,74)
#3B2F3E
(59,47,62)
#312632
(49,38,50)
#271D26
(39,29,38)
#1D141A
(29,20,26)
#130B0E
(19,11,14)
#000000
(0,0,0)

Tints of #776586

#776586
(119,101,134)
#837391
(131,115,145)
#8F819C
(143,129,156)
#9B8FA7
(155,143,167)
#A79DB2
(167,157,178)
#B3ABBD
(179,171,189)
#BFB9C8
(191,185,200)
#CBC7D3
(203,199,211)
#D7D5DE
(215,213,222)
#E3E3E9
(227,227,233)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776586 color. Also use rgb(119,101,134) instead hex code.

Text Font Color

.myTextColor { color: #776586; }

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

This text font color is #776586.


Background Color

.myBgColor { background-color: #776586; }

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

This div background color is #776586.


Border color

.myBorderColor { border: 1px solid #776586; }

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

This div border color is #776586.


Opacity

.myOpacity80 { color: #776586; opacity: 0.8; }

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

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

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

This text has shadow with #776586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776586 on black background.


Color preview on white background

This text has color #776586 on white background.



Black color preview on #776586 background

This text has black color on #776586 background.


White color preview on #776586 background

This text has white color on #776586 background.