COLOR #797980

HEX: #797980
RGB: (121,121,128)

Renk bilgisi

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

RGB renk modeli

#797980 color RGB value is (121,121,128).

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

RGB bağlantıları ve doygunluk

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

121
121
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
121 + 121 + 128 = 370 (100%)
R 121 of 370 ~ 32.7%
G 121 of 370 ~ 32.7%
B 128 of 370 ~ 34.59%

%32.7
%32.7
%34.59

CMYK RENK MODELİ

#797980 rengi CMYK tonu (5,5,0,50).

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

CMYK yüzdeleri

%5.47
%5.47
%0
%49.8

Codes

Color #797980 in popluar color models

797980
RGB121121128
HSL240°2.81%48.82%
HSB/HSV240°5.47%50.20%
CMYK5.47%5.47%0.00%
49.80%

Color #797980 in popluar number systems.

HEX797980
Decimal121121128
Binary1111001111100110000000
Octal171171200

Shades and tints

Shades of #797980

#797980
(121,121,128)
#6E6E75
(110,110,117)
#63636A
(99,99,106)
#58585F
(88,88,95)
#4D4D54
(77,77,84)
#424249
(66,66,73)
#37373E
(55,55,62)
#2C2C33
(44,44,51)
#212128
(33,33,40)
#16161D
(22,22,29)
#0B0B12
(11,11,18)
#000000
(0,0,0)

Tints of #797980

#797980
(121,121,128)
#85858B
(133,133,139)
#919196
(145,145,150)
#9D9DA1
(157,157,161)
#A9A9AC
(169,169,172)
#B5B5B7
(181,181,183)
#C1C1C2
(193,193,194)
#CDCDCD
(205,205,205)
#D9D9D8
(217,217,216)
#E5E5E3
(229,229,227)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797980; }

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

This text font color is #797980.


Background Color

.myBgColor { background-color: #797980; }

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

This div background color is #797980.


Border color

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

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

This div border color is #797980.


Opacity

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

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

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

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

This text has shadow with #797980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797980 on black background.


Color preview on white background

This text has color #797980 on white background.



Black color preview on #797980 background

This text has black color on #797980 background.


White color preview on #797980 background

This text has white color on #797980 background.