COLOR #7B797D

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

123
121
125

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

Yüzdelerle RGB renk parçaları

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

%33.33
%32.79
%33.88

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%1.6
%3.2
%0
%50.98

Codes

Color #7B797D in popluar color models

7B797D
RGB123121125
HSL270°1.63%48.24%
HSB/HSV270°3.20%49.02%
CMYK1.60%3.20%0.00%
50.98%

Color #7B797D in popluar number systems.

HEX7B797D
Decimal123121125
Binary111101111110011111101
Octal173171175

Shades and tints

Shades of #7B797D

#7B797D
(123,121,125)
#706E72
(112,110,114)
#656367
(101,99,103)
#5A585C
(90,88,92)
#4F4D51
(79,77,81)
#444246
(68,66,70)
#39373B
(57,55,59)
#2E2C30
(46,44,48)
#232125
(35,33,37)
#18161A
(24,22,26)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #7B797D

#7B797D
(123,121,125)
#878588
(135,133,136)
#939193
(147,145,147)
#9F9D9E
(159,157,158)
#ABA9A9
(171,169,169)
#B7B5B4
(183,181,180)
#C3C1BF
(195,193,191)
#CFCDCA
(207,205,202)
#DBD9D5
(219,217,213)
#E7E5E0
(231,229,224)
#F3F1EB
(243,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B797D; }

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

This text font color is #7B797D.


Background Color

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

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

This div background color is #7B797D.


Border color

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

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

This div border color is #7B797D.


Opacity

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

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

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

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

This text has shadow with #7B797D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B797D on black background.


Color preview on white background

This text has color #7B797D on white background.



Black color preview on #7B797D background

This text has black color on #7B797D background.


White color preview on #7B797D background

This text has white color on #7B797D background.