COLOR #777880

HEX: #777880
RGB: (119,120,128)

Renk bilgisi

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

RGB renk modeli

#777880 color RGB value is (119,120,128).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 120 of 255 = 47%
B 128 of 255 = 50%

119
120
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 120 + 128 = 367 (100%)
R 119 of 367 ~ 32.43%
G 120 of 367 ~ 32.7%
B 128 of 367 ~ 34.88%

%32.43
%32.7
%34.88

CMYK RENK MODELİ

#777880 rengi CMYK tonu (7,6,0,50).

  • camgöbeği tonu 7.03%
  • eflatun tonu 6.25%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(7,6,0,50)
C7M6Y0K50 
(7%,6%,0%,50%)
(0.07/0.06/0.00/0.50)	

CMYK yüzdeleri

%7.03
%6.25
%0
%49.8

Codes

Color #777880 in popluar color models

777880
RGB119120128
HSL233°3.64%48.43%
HSB/HSV233°7.03%50.20%
CMYK7.03%6.25%0.00%
49.80%

Color #777880 in popluar number systems.

HEX777880
Decimal119120128
Binary1110111111100010000000
Octal167170200

Shades and tints

Shades of #777880

#777880
(119,120,128)
#6D6E75
(109,110,117)
#63646A
(99,100,106)
#595A5F
(89,90,95)
#4F5054
(79,80,84)
#454649
(69,70,73)
#3B3C3E
(59,60,62)
#313233
(49,50,51)
#272828
(39,40,40)
#1D1E1D
(29,30,29)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #777880

#777880
(119,120,128)
#83848B
(131,132,139)
#8F9096
(143,144,150)
#9B9CA1
(155,156,161)
#A7A8AC
(167,168,172)
#B3B4B7
(179,180,183)
#BFC0C2
(191,192,194)
#CBCCCD
(203,204,205)
#D7D8D8
(215,216,216)
#E3E4E3
(227,228,227)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777880; }

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

This text font color is #777880.


Background Color

.myBgColor { background-color: #777880; }

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

This div background color is #777880.


Border color

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

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

This div border color is #777880.


Opacity

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

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

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

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

This text has shadow with #777880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777880 on black background.


Color preview on white background

This text has color #777880 on white background.



Black color preview on #777880 background

This text has black color on #777880 background.


White color preview on #777880 background

This text has white color on #777880 background.