COLOR #7D797F

HEX: #7D797F
RGB: (125,121,127)

Renk bilgisi

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

RGB renk modeli

#7D797F color RGB value is (125,121,127).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 121 of 255 = 47%
B 127 of 255 = 50%

125
121
127

R + G + B ~ 49%. #7D797F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 121 + 127 = 373 (100%)
R 125 of 373 ~ 33.51%
G 121 of 373 ~ 32.44%
B 127 of 373 ~ 34.05%

%33.51
%32.44
%34.05

CMYK RENK MODELİ

#7D797F rengi CMYK tonu (2,5,0,50).

  • camgöbeği tonu 1.57%
  • eflatun tonu 4.72%
  • sarı tonu 0.00%
  • ana renk tonu 50.20%
CMYK:
(2,5,0,50)
C2M5Y0K50 
(2%,5%,0%,50%)
(0.02/0.05/0.00/0.50)	

CMYK yüzdeleri

%1.57
%4.72
%0
%50.2

Codes

Color #7D797F in popluar color models

7D797F
RGB125121127
HSL280°2.42%48.63%
HSB/HSV280°4.72%49.80%
CMYK1.57%4.72%0.00%
50.20%

Color #7D797F in popluar number systems.

HEX7D797F
Decimal125121127
Binary111110111110011111111
Octal175171177

Shades and tints

Shades of #7D797F

#7D797F
(125,121,127)
#726E74
(114,110,116)
#676369
(103,99,105)
#5C585E
(92,88,94)
#514D53
(81,77,83)
#464248
(70,66,72)
#3B373D
(59,55,61)
#302C32
(48,44,50)
#252127
(37,33,39)
#1A161C
(26,22,28)
#0F0B11
(15,11,17)
#000000
(0,0,0)

Tints of #7D797F

#7D797F
(125,121,127)
#88858A
(136,133,138)
#939195
(147,145,149)
#9E9DA0
(158,157,160)
#A9A9AB
(169,169,171)
#B4B5B6
(180,181,182)
#BFC1C1
(191,193,193)
#CACDCC
(202,205,204)
#D5D9D7
(213,217,215)
#E0E5E2
(224,229,226)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D797F color. Also use rgb(125,121,127) instead hex code.

Text Font Color

.myTextColor { color: #7D797F; }

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

This text font color is #7D797F.


Background Color

.myBgColor { background-color: #7D797F; }

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

This div background color is #7D797F.


Border color

.myBorderColor { border: 1px solid #7D797F; }

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

This div border color is #7D797F.


Opacity

.myOpacity80 { color: #7D797F; opacity: 0.8; }

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

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

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

This text has shadow with #7D797F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D797F on black background.


Color preview on white background

This text has color #7D797F on white background.



Black color preview on #7D797F background

This text has black color on #7D797F background.


White color preview on #7D797F background

This text has white color on #7D797F background.