COLOR #776685

HEX: #776685
RGB: (119,102,133)

Renk bilgisi

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

RGB renk modeli

#776685 color RGB value is (119,102,133).

  • kırmız ton 119;
  • yeşil ton 102;
  • mavi ton 133.
RGB:
(119,102,133)
(47%,40%,52%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 102 of 255 = 40%
B 133 of 255 = 52%

119
102
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 102 + 133 = 354 (100%)
R 119 of 354 ~ 33.62%
G 102 of 354 ~ 28.81%
B 133 of 354 ~ 37.57%

%33.62
%28.81
%37.57

CMYK RENK MODELİ

#776685 rengi CMYK tonu (11,23,0,48).

  • camgöbeği tonu 10.53%
  • eflatun tonu 23.31%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(11,23,0,48)
C11M23Y0K48 
(11%,23%,0%,48%)
(0.11/0.23/0.00/0.48)	

CMYK yüzdeleri

%10.53
%23.31
%0
%47.84

Codes

Color #776685 in popluar color models

776685
RGB119102133
HSL273°13.19%46.08%
HSB/HSV273°23.31%52.16%
CMYK10.53%23.31%0.00%
47.84%

Color #776685 in popluar number systems.

HEX776685
Decimal119102133
Binary1110111110011010000101
Octal167146205

Shades and tints

Shades of #776685

#776685
(119,102,133)
#6D5D79
(109,93,121)
#63546D
(99,84,109)
#594B61
(89,75,97)
#4F4255
(79,66,85)
#453949
(69,57,73)
#3B303D
(59,48,61)
#312731
(49,39,49)
#271E25
(39,30,37)
#1D1519
(29,21,25)
#130C0D
(19,12,13)
#000000
(0,0,0)

Tints of #776685

#776685
(119,102,133)
#837390
(131,115,144)
#8F809B
(143,128,155)
#9B8DA6
(155,141,166)
#A79AB1
(167,154,177)
#B3A7BC
(179,167,188)
#BFB4C7
(191,180,199)
#CBC1D2
(203,193,210)
#D7CEDD
(215,206,221)
#E3DBE8
(227,219,232)
#EFE8F3
(239,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776685 color. Also use rgb(119,102,133) instead hex code.

Text Font Color

.myTextColor { color: #776685; }

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

This text font color is #776685.


Background Color

.myBgColor { background-color: #776685; }

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

This div background color is #776685.


Border color

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

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

This div border color is #776685.


Opacity

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

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

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

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

This text has shadow with #776685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776685 on black background.


Color preview on white background

This text has color #776685 on white background.



Black color preview on #776685 background

This text has black color on #776685 background.


White color preview on #776685 background

This text has white color on #776685 background.