COLOR #787C7F

HEX: #787C7F RGB: (120,124,127)

Renk bilgisi

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

RGB renk modeli

#787C7F color RGB value is (120,124,127).

RGB: (120,124,127) (47%, 49%, 50%)

RGB bağlantıları ve doygunluk

R 120 of 255 = 47%
G 124 of 255 = 49%
B 127 of 255 = 50%

120
124
127

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

Yüzdelerle RGB renk parçaları

R + G + B = 120 + 124 + 127 = 371 (100%)
R 120 of 371 ~ 32.35%
G 124 of 371 ~ 33.42%
B 127 of 371 ~ 34.23'%

%32.35
%33.42
%34.23

CMYK RENK MODELİ

#787C7F rengi CMYK tonu (6,2,0,50).

  • camgöbeği tonu 5.51%
  • eflatun tonu 2.36%
  • sarı tonu 0.00%
  • ana renk tonu 50.20%
CMYK: (6,2,0,50) C6M2Y0K50 (6%,2%,0%,50%) (0.06/0.02/0.00/0.50) 

CMYK yüzdeleri

%5.51
%2.36
%0
%50.2

Codes

Color #787C7F in popluar color models

78 7C 7F
RGB 120 124 127
HSL 206° 2.83% 48.43%
HSB/HSV 206° 5.51% 49.80%
CMYK 5.51% 2.36% 0.00%
50.20%

Color #787C7F in popluar number systems.

HEX 78 7C 7F
Decimal 120 124 127
Binary 1111000 1111100 1111111
Octal 170 174 177

Shades and tints

Shades of #787C7F

#787C7F
(120,124,127)
#6E7174
(110,113,116)
#646669
(100,102,105)
#5A5B5E
(90,91,94)
#505053
(80,80,83)
#464548
(70,69,72)
#3C3A3D
(60,58,61)
#322F32
(50,47,50)
#282427
(40,36,39)
#1E191C
(30,25,28)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #787C7F

#787C7F
(120,124,127)
#84878A
(132,135,138)
#909295
(144,146,149)
#9C9DA0
(156,157,160)
#A8A8AB
(168,168,171)
#B4B3B6
(180,179,182)
#C0BEC1
(192,190,193)
#CCC9CC
(204,201,204)
#D8D4D7
(216,212,215)
#E4DFE2
(228,223,226)
#F0EAED
(240,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787C7F color. Also use rgb(120,124,127) instead hex code.

Text Font Color

.myTextColor { color: #787C7F; }

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

This text font color is #787C7F.


Background Color

.myBgColor { background-color: #787C7F; }

<div style="background-color:#787C7F">Inner text</div>

This div background color is #787C7F.


Border color

.myBorderColor { border: 1px solid #787C7F; }

<div style="border:3px solid #787C7F">Div</div>

This div border color is #787C7F.


Opacity

.myOpacity80 { color: #787C7F; opacity: 0.8; }

<p style="color:#787C7F;opacity:0.8;">80%</p>

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

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

This text has shadow with #787C7F color.

.textShadow {text-shadow: 3px 3px 1px #787C7F, 3px 3px 1px red;}

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

This text has shadow with #787C7F primary color and red secondary color.


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

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

This text has shadow with #787C7F and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #787C7F; -webkit-box-shadow:	1px 1px 3px 2px #787C7F; box-shadow:	1px 1px 3px 2px #787C7F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #787C7F; -webkit-box-shadow: 1px 1px 3px 2px #787C7F; box-shadow:1px 1px 3px 2px #787C7F;">
Div content here</div>
This div box has shadow with color #787C7F.

Preview

Color preview on black background

This text has color #787C7F on black background.


Color preview on white background

This text has color #787C7F on white background.



Black color preview on #787C7F background

This text has black color on #787C7F background.


White color preview on #787C7F background

This text has white color on #787C7F background.