COLOR #7B7F80

HEX: #7B7F80
RGB: (123,127,128)

Renk bilgisi

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

RGB renk modeli

#7B7F80 color RGB value is (123,127,128).

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

RGB bağlantıları ve doygunluk

R 123 of 255 = 48%
G 127 of 255 = 50%
B 128 of 255 = 50%

123
127
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
123 + 127 + 128 = 378 (100%)
R 123 of 378 ~ 32.54%
G 127 of 378 ~ 33.6%
B 128 of 378 ~ 33.86%

%32.54
%33.6
%33.86

CMYK RENK MODELİ

#7B7F80 rengi CMYK tonu (4,1,0,50).

  • camgöbeği tonu 3.91%
  • eflatun tonu 0.78%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(4,1,0,50)
C4M1Y0K50 
(4%,1%,0%,50%)
(0.04/0.01/0.00/0.50)	

CMYK yüzdeleri

%3.91
%0.78
%0
%49.8

Codes

Color #7B7F80 in popluar color models

7B7F80
RGB123127128
HSL192°1.99%49.22%
HSB/HSV192°3.91%50.20%
CMYK3.91%0.78%0.00%
49.80%

Color #7B7F80 in popluar number systems.

HEX7B7F80
Decimal123127128
Binary1111011111111110000000
Octal173177200

Shades and tints

Shades of #7B7F80

#7B7F80
(123,127,128)
#707475
(112,116,117)
#65696A
(101,105,106)
#5A5E5F
(90,94,95)
#4F5354
(79,83,84)
#444849
(68,72,73)
#393D3E
(57,61,62)
#2E3233
(46,50,51)
#232728
(35,39,40)
#181C1D
(24,28,29)
#0D1112
(13,17,18)
#000000
(0,0,0)

Tints of #7B7F80

#7B7F80
(123,127,128)
#878A8B
(135,138,139)
#939596
(147,149,150)
#9FA0A1
(159,160,161)
#ABABAC
(171,171,172)
#B7B6B7
(183,182,183)
#C3C1C2
(195,193,194)
#CFCCCD
(207,204,205)
#DBD7D8
(219,215,216)
#E7E2E3
(231,226,227)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B7F80 color. Also use rgb(123,127,128) instead hex code.

Text Font Color

.myTextColor { color: #7B7F80; }

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

This text font color is #7B7F80.


Background Color

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

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

This div background color is #7B7F80.


Border color

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

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

This div border color is #7B7F80.


Opacity

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

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

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

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

This text has shadow with #7B7F80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7F80 on black background.


Color preview on white background

This text has color #7B7F80 on white background.



Black color preview on #7B7F80 background

This text has black color on #7B7F80 background.


White color preview on #7B7F80 background

This text has white color on #7B7F80 background.