COLOR #777580

HEX: #777580
RGB: (119,117,128)

Renk bilgisi

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

RGB renk modeli

#777580 color RGB value is (119,117,128).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 117 of 255 = 46%
B 128 of 255 = 50%

119
117
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 117 + 128 = 364 (100%)
R 119 of 364 ~ 32.69%
G 117 of 364 ~ 32.14%
B 128 of 364 ~ 35.16%

%32.69
%32.14
%35.16

CMYK RENK MODELİ

#777580 rengi CMYK tonu (7,9,0,50).

  • camgöbeği tonu 7.03%
  • eflatun tonu 8.59%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(7,9,0,50)
C7M9Y0K50 
(7%,9%,0%,50%)
(0.07/0.09/0.00/0.50)	

CMYK yüzdeleri

%7.03
%8.59
%0
%49.8

Codes

Color #777580 in popluar color models

777580
RGB119117128
HSL251°4.49%48.04%
HSB/HSV251°8.59%50.20%
CMYK7.03%8.59%0.00%
49.80%

Color #777580 in popluar number systems.

HEX777580
Decimal119117128
Binary1110111111010110000000
Octal167165200

Shades and tints

Shades of #777580

#777580
(119,117,128)
#6D6B75
(109,107,117)
#63616A
(99,97,106)
#59575F
(89,87,95)
#4F4D54
(79,77,84)
#454349
(69,67,73)
#3B393E
(59,57,62)
#312F33
(49,47,51)
#272528
(39,37,40)
#1D1B1D
(29,27,29)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #777580

#777580
(119,117,128)
#83818B
(131,129,139)
#8F8D96
(143,141,150)
#9B99A1
(155,153,161)
#A7A5AC
(167,165,172)
#B3B1B7
(179,177,183)
#BFBDC2
(191,189,194)
#CBC9CD
(203,201,205)
#D7D5D8
(215,213,216)
#E3E1E3
(227,225,227)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777580; }

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

This text font color is #777580.


Background Color

.myBgColor { background-color: #777580; }

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

This div background color is #777580.


Border color

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

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

This div border color is #777580.


Opacity

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

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

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

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

This text has shadow with #777580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777580 on black background.


Color preview on white background

This text has color #777580 on white background.



Black color preview on #777580 background

This text has black color on #777580 background.


White color preview on #777580 background

This text has white color on #777580 background.