COLOR #7D797B

HEX: #7D797B
RGB: (125,121,123)

Renk bilgisi

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

RGB renk modeli

#7D797B color RGB value is (125,121,123).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 121 of 255 = 47%
B 123 of 255 = 48%

125
121
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 121 + 123 = 369 (100%)
R 125 of 369 ~ 33.88%
G 121 of 369 ~ 32.79%
B 123 of 369 ~ 33.33%

%33.88
%32.79
%33.33

CMYK RENK MODELİ

#7D797B rengi CMYK tonu (0,3,2,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.20%
  • sarı tonu 1.60%
  • ana renk tonu 50.98%
CMYK:
(0,3,2,51)
C0M3Y2K51 
(0%,3%,2%,51%)
(0.00/0.03/0.02/0.51)	

CMYK yüzdeleri

%0
%3.2
%1.6
%50.98

Codes

Color #7D797B in popluar color models

7D797B
RGB125121123
HSL330°1.63%48.24%
HSB/HSV330°3.20%49.02%
CMYK0.00%3.20%1.60%
50.98%

Color #7D797B in popluar number systems.

HEX7D797B
Decimal125121123
Binary111110111110011111011
Octal175171173

Shades and tints

Shades of #7D797B

#7D797B
(125,121,123)
#726E70
(114,110,112)
#676365
(103,99,101)
#5C585A
(92,88,90)
#514D4F
(81,77,79)
#464244
(70,66,68)
#3B3739
(59,55,57)
#302C2E
(48,44,46)
#252123
(37,33,35)
#1A1618
(26,22,24)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #7D797B

#7D797B
(125,121,123)
#888587
(136,133,135)
#939193
(147,145,147)
#9E9D9F
(158,157,159)
#A9A9AB
(169,169,171)
#B4B5B7
(180,181,183)
#BFC1C3
(191,193,195)
#CACDCF
(202,205,207)
#D5D9DB
(213,217,219)
#E0E5E7
(224,229,231)
#EBF1F3
(235,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D797B; }

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

This text font color is #7D797B.


Background Color

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

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

This div background color is #7D797B.


Border color

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

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

This div border color is #7D797B.


Opacity

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

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

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

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

This text has shadow with #7D797B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D797B on black background.


Color preview on white background

This text has color #7D797B on white background.



Black color preview on #7D797B background

This text has black color on #7D797B background.


White color preview on #7D797B background

This text has white color on #7D797B background.