COLOR #787480

HEX: #787480
RGB: (120,116,128)

Renk bilgisi

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

RGB renk modeli

#787480 color RGB value is (120,116,128).

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

RGB bağlantıları ve doygunluk

R 120 of 255 = 47%
G 116 of 255 = 45%
B 128 of 255 = 50%

120
116
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
120 + 116 + 128 = 364 (100%)
R 120 of 364 ~ 32.97%
G 116 of 364 ~ 31.87%
B 128 of 364 ~ 35.16%

%32.97
%31.87
%35.16

CMYK RENK MODELİ

#787480 rengi CMYK tonu (6,9,0,50).

  • camgöbeği tonu 6.25%
  • eflatun tonu 9.38%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(6,9,0,50)
C6M9Y0K50 
(6%,9%,0%,50%)
(0.06/0.09/0.00/0.50)	

CMYK yüzdeleri

%6.25
%9.38
%0
%49.8

Codes

Color #787480 in popluar color models

787480
RGB120116128
HSL260°4.92%47.84%
HSB/HSV260°9.38%50.20%
CMYK6.25%9.38%0.00%
49.80%

Color #787480 in popluar number systems.

HEX787480
Decimal120116128
Binary1111000111010010000000
Octal170164200

Shades and tints

Shades of #787480

#787480
(120,116,128)
#6E6A75
(110,106,117)
#64606A
(100,96,106)
#5A565F
(90,86,95)
#504C54
(80,76,84)
#464249
(70,66,73)
#3C383E
(60,56,62)
#322E33
(50,46,51)
#282428
(40,36,40)
#1E1A1D
(30,26,29)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #787480

#787480
(120,116,128)
#84808B
(132,128,139)
#908C96
(144,140,150)
#9C98A1
(156,152,161)
#A8A4AC
(168,164,172)
#B4B0B7
(180,176,183)
#C0BCC2
(192,188,194)
#CCC8CD
(204,200,205)
#D8D4D8
(216,212,216)
#E4E0E3
(228,224,227)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787480; }

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

This text font color is #787480.


Background Color

.myBgColor { background-color: #787480; }

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

This div background color is #787480.


Border color

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

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

This div border color is #787480.


Opacity

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

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

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

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

This text has shadow with #787480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787480 on black background.


Color preview on white background

This text has color #787480 on white background.



Black color preview on #787480 background

This text has black color on #787480 background.


White color preview on #787480 background

This text has white color on #787480 background.