COLOR #797480

HEX: #797480
RGB: (121,116,128)

Renk bilgisi

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

RGB renk modeli

#797480 color RGB value is (121,116,128).

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

RGB bağlantıları ve doygunluk

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

121
116
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
121 + 116 + 128 = 365 (100%)
R 121 of 365 ~ 33.15%
G 116 of 365 ~ 31.78%
B 128 of 365 ~ 35.07%

%33.15
%31.78
%35.07

CMYK RENK MODELİ

#797480 rengi CMYK tonu (5,9,0,50).

  • camgöbeği tonu 5.47%
  • eflatun tonu 9.38%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(5,9,0,50)
C5M9Y0K50 
(5%,9%,0%,50%)
(0.05/0.09/0.00/0.50)	

CMYK yüzdeleri

%5.47
%9.38
%0
%49.8

Codes

Color #797480 in popluar color models

797480
RGB121116128
HSL265°4.92%47.84%
HSB/HSV265°9.38%50.20%
CMYK5.47%9.38%0.00%
49.80%

Color #797480 in popluar number systems.

HEX797480
Decimal121116128
Binary1111001111010010000000
Octal171164200

Shades and tints

Shades of #797480

#797480
(121,116,128)
#6E6A75
(110,106,117)
#63606A
(99,96,106)
#58565F
(88,86,95)
#4D4C54
(77,76,84)
#424249
(66,66,73)
#37383E
(55,56,62)
#2C2E33
(44,46,51)
#212428
(33,36,40)
#161A1D
(22,26,29)
#0B1012
(11,16,18)
#000000
(0,0,0)

Tints of #797480

#797480
(121,116,128)
#85808B
(133,128,139)
#918C96
(145,140,150)
#9D98A1
(157,152,161)
#A9A4AC
(169,164,172)
#B5B0B7
(181,176,183)
#C1BCC2
(193,188,194)
#CDC8CD
(205,200,205)
#D9D4D8
(217,212,216)
#E5E0E3
(229,224,227)
#F1ECEE
(241,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797480; }

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

This text font color is #797480.


Background Color

.myBgColor { background-color: #797480; }

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

This div background color is #797480.


Border color

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

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

This div border color is #797480.


Opacity

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

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

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

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

This text has shadow with #797480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797480 on black background.


Color preview on white background

This text has color #797480 on white background.



Black color preview on #797480 background

This text has black color on #797480 background.


White color preview on #797480 background

This text has white color on #797480 background.