COLOR #776679

HEX: #776679
RGB: (119,102,121)

Renk bilgisi

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

RGB renk modeli

#776679 color RGB value is (119,102,121).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 102 of 255 = 40%
B 121 of 255 = 47%

119
102
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 102 + 121 = 342 (100%)
R 119 of 342 ~ 34.8%
G 102 of 342 ~ 29.82%
B 121 of 342 ~ 35.38%

%34.8
%29.82
%35.38

CMYK RENK MODELİ

#776679 rengi CMYK tonu (2,16,0,53).

  • camgöbeği tonu 1.65%
  • eflatun tonu 15.70%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(2,16,0,53)
C2M16Y0K53 
(2%,16%,0%,53%)
(0.02/0.16/0.00/0.53)	

CMYK yüzdeleri

%1.65
%15.7
%0
%52.55

Codes

Color #776679 in popluar color models

776679
RGB119102121
HSL294°8.52%43.73%
HSB/HSV294°15.70%47.45%
CMYK1.65%15.70%0.00%
52.55%

Color #776679 in popluar number systems.

HEX776679
Decimal119102121
Binary111011111001101111001
Octal167146171

Shades and tints

Shades of #776679

#776679
(119,102,121)
#6D5D6E
(109,93,110)
#635463
(99,84,99)
#594B58
(89,75,88)
#4F424D
(79,66,77)
#453942
(69,57,66)
#3B3037
(59,48,55)
#31272C
(49,39,44)
#271E21
(39,30,33)
#1D1516
(29,21,22)
#130C0B
(19,12,11)
#000000
(0,0,0)

Tints of #776679

#776679
(119,102,121)
#837385
(131,115,133)
#8F8091
(143,128,145)
#9B8D9D
(155,141,157)
#A79AA9
(167,154,169)
#B3A7B5
(179,167,181)
#BFB4C1
(191,180,193)
#CBC1CD
(203,193,205)
#D7CED9
(215,206,217)
#E3DBE5
(227,219,229)
#EFE8F1
(239,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776679; }

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

This text font color is #776679.


Background Color

.myBgColor { background-color: #776679; }

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

This div background color is #776679.


Border color

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

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

This div border color is #776679.


Opacity

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

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

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

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

This text has shadow with #776679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776679 on black background.


Color preview on white background

This text has color #776679 on white background.



Black color preview on #776679 background

This text has black color on #776679 background.


White color preview on #776679 background

This text has white color on #776679 background.