COLOR #7B787E

HEX: #7B787E
RGB: (123,120,126)

Renk bilgisi

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

RGB renk modeli

#7B787E color RGB value is (123,120,126).

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

RGB bağlantıları ve doygunluk

R 123 of 255 = 48%
G 120 of 255 = 47%
B 126 of 255 = 49%

123
120
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
123 + 120 + 126 = 369 (100%)
R 123 of 369 ~ 33.33%
G 120 of 369 ~ 32.52%
B 126 of 369 ~ 34.15%

%33.33
%32.52
%34.15

CMYK RENK MODELİ

#7B787E rengi CMYK tonu (2,5,0,51).

  • camgöbeği tonu 2.38%
  • eflatun tonu 4.76%
  • sarı tonu 0.00%
  • ana renk tonu 50.59%
CMYK:
(2,5,0,51)
C2M5Y0K51 
(2%,5%,0%,51%)
(0.02/0.05/0.00/0.51)	

CMYK yüzdeleri

%2.38
%4.76
%0
%50.59

Codes

Color #7B787E in popluar color models

7B787E
RGB123120126
HSL270°2.44%48.24%
HSB/HSV270°4.76%49.41%
CMYK2.38%4.76%0.00%
50.59%

Color #7B787E in popluar number systems.

HEX7B787E
Decimal123120126
Binary111101111110001111110
Octal173170176

Shades and tints

Shades of #7B787E

#7B787E
(123,120,126)
#706E73
(112,110,115)
#656468
(101,100,104)
#5A5A5D
(90,90,93)
#4F5052
(79,80,82)
#444647
(68,70,71)
#393C3C
(57,60,60)
#2E3231
(46,50,49)
#232826
(35,40,38)
#181E1B
(24,30,27)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #7B787E

#7B787E
(123,120,126)
#878489
(135,132,137)
#939094
(147,144,148)
#9F9C9F
(159,156,159)
#ABA8AA
(171,168,170)
#B7B4B5
(183,180,181)
#C3C0C0
(195,192,192)
#CFCCCB
(207,204,203)
#DBD8D6
(219,216,214)
#E7E4E1
(231,228,225)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B787E color. Also use rgb(123,120,126) instead hex code.

Text Font Color

.myTextColor { color: #7B787E; }

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

This text font color is #7B787E.


Background Color

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

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

This div background color is #7B787E.


Border color

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

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

This div border color is #7B787E.


Opacity

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

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

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

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

This text has shadow with #7B787E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B787E on black background.


Color preview on white background

This text has color #7B787E on white background.



Black color preview on #7B787E background

This text has black color on #7B787E background.


White color preview on #7B787E background

This text has white color on #7B787E background.