COLOR #776479

HEX: #776479
RGB: (119,100,121)

Renk bilgisi

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

RGB renk modeli

#776479 color RGB value is (119,100,121).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 100 of 255 = 39%
B 121 of 255 = 47%

119
100
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 100 + 121 = 340 (100%)
R 119 of 340 ~ 35%
G 100 of 340 ~ 29.41%
B 121 of 340 ~ 35.59%

%35
%29.41
%35.59

CMYK RENK MODELİ

#776479 rengi CMYK tonu (2,17,0,53).

  • camgöbeği tonu 1.65%
  • eflatun tonu 17.36%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(2,17,0,53)
C2M17Y0K53 
(2%,17%,0%,53%)
(0.02/0.17/0.00/0.53)	

CMYK yüzdeleri

%1.65
%17.36
%0
%52.55

Codes

Color #776479 in popluar color models

776479
RGB119100121
HSL294°9.50%43.33%
HSB/HSV294°17.36%47.45%
CMYK1.65%17.36%0.00%
52.55%

Color #776479 in popluar number systems.

HEX776479
Decimal119100121
Binary111011111001001111001
Octal167144171

Shades and tints

Shades of #776479

#776479
(119,100,121)
#6D5B6E
(109,91,110)
#635263
(99,82,99)
#594958
(89,73,88)
#4F404D
(79,64,77)
#453742
(69,55,66)
#3B2E37
(59,46,55)
#31252C
(49,37,44)
#271C21
(39,28,33)
#1D1316
(29,19,22)
#130A0B
(19,10,11)
#000000
(0,0,0)

Tints of #776479

#776479
(119,100,121)
#837285
(131,114,133)
#8F8091
(143,128,145)
#9B8E9D
(155,142,157)
#A79CA9
(167,156,169)
#B3AAB5
(179,170,181)
#BFB8C1
(191,184,193)
#CBC6CD
(203,198,205)
#D7D4D9
(215,212,217)
#E3E2E5
(227,226,229)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776479; }

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

This text font color is #776479.


Background Color

.myBgColor { background-color: #776479; }

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

This div background color is #776479.


Border color

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

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

This div border color is #776479.


Opacity

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

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

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

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

This text has shadow with #776479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776479 on black background.


Color preview on white background

This text has color #776479 on white background.



Black color preview on #776479 background

This text has black color on #776479 background.


White color preview on #776479 background

This text has white color on #776479 background.