COLOR #776978

HEX: #776978
RGB: (119,105,120)

Renk bilgisi

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

RGB renk modeli

#776978 color RGB value is (119,105,120).

  • kırmız ton 119;
  • yeşil ton 105;
  • mavi ton 120.
RGB:
(119,105,120)
(47%,41%,47%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 105 of 255 = 41%
B 120 of 255 = 47%

119
105
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 105 + 120 = 344 (100%)
R 119 of 344 ~ 34.59%
G 105 of 344 ~ 30.52%
B 120 of 344 ~ 34.88%

%34.59
%30.52
%34.88

CMYK RENK MODELİ

#776978 rengi CMYK tonu (1,13,0,53).

  • camgöbeği tonu 0.83%
  • eflatun tonu 12.50%
  • sarı tonu 0.00%
  • ana renk tonu 52.94%
CMYK:
(1,13,0,53)
C1M13Y0K53 
(1%,13%,0%,53%)
(0.01/0.13/0.00/0.53)	

CMYK yüzdeleri

%0.83
%12.5
%0
%52.94

Codes

Color #776978 in popluar color models

776978
RGB119105120
HSL296°6.67%44.12%
HSB/HSV296°12.50%47.06%
CMYK0.83%12.50%0.00%
52.94%

Color #776978 in popluar number systems.

HEX776978
Decimal119105120
Binary111011111010011111000
Octal167151170

Shades and tints

Shades of #776978

#776978
(119,105,120)
#6D606E
(109,96,110)
#635764
(99,87,100)
#594E5A
(89,78,90)
#4F4550
(79,69,80)
#453C46
(69,60,70)
#3B333C
(59,51,60)
#312A32
(49,42,50)
#272128
(39,33,40)
#1D181E
(29,24,30)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #776978

#776978
(119,105,120)
#837684
(131,118,132)
#8F8390
(143,131,144)
#9B909C
(155,144,156)
#A79DA8
(167,157,168)
#B3AAB4
(179,170,180)
#BFB7C0
(191,183,192)
#CBC4CC
(203,196,204)
#D7D1D8
(215,209,216)
#E3DEE4
(227,222,228)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776978 color. Also use rgb(119,105,120) instead hex code.

Text Font Color

.myTextColor { color: #776978; }

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

This text font color is #776978.


Background Color

.myBgColor { background-color: #776978; }

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

This div background color is #776978.


Border color

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

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

This div border color is #776978.


Opacity

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

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

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

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

This text has shadow with #776978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776978 on black background.


Color preview on white background

This text has color #776978 on white background.



Black color preview on #776978 background

This text has black color on #776978 background.


White color preview on #776978 background

This text has white color on #776978 background.