COLOR #787F76

HEX: #787F76
RGB: (120,127,118)

Renk bilgisi

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

RGB renk modeli

#787F76 color RGB value is (120,127,118).

  • kırmız ton 120;
  • yeşil ton 127;
  • mavi ton 118.
RGB:
(120,127,118)
(47%,50%,46%)

RGB bağlantıları ve doygunluk

R 120 of 255 = 47%
G 127 of 255 = 50%
B 118 of 255 = 46%

120
127
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
120 + 127 + 118 = 365 (100%)
R 120 of 365 ~ 32.88%
G 127 of 365 ~ 34.79%
B 118 of 365 ~ 32.33%

%32.88
%34.79
%32.33

CMYK RENK MODELİ

#787F76 rengi CMYK tonu (6,0,7,50).

  • camgöbeği tonu 5.51%
  • eflatun tonu 0.00%
  • sarı tonu 7.09%
  • ana renk tonu 50.20%
CMYK:
(6,0,7,50)
C6M0Y7K50 
(6%,0%,7%,50%)
(0.06/0.00/0.07/0.50)	

CMYK yüzdeleri

%5.51
%0
%7.09
%50.2

Codes

Color #787F76 in popluar color models

787F76
RGB120127118
HSL107°3.67%48.04%
HSB/HSV107°7.09%49.80%
CMYK5.51%0.00%7.09%
50.20%

Color #787F76 in popluar number systems.

HEX787F76
Decimal120127118
Binary111100011111111110110
Octal170177166

Shades and tints

Shades of #787F76

#787F76
(120,127,118)
#6E746C
(110,116,108)
#646962
(100,105,98)
#5A5E58
(90,94,88)
#50534E
(80,83,78)
#464844
(70,72,68)
#3C3D3A
(60,61,58)
#323230
(50,50,48)
#282726
(40,39,38)
#1E1C1C
(30,28,28)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #787F76

#787F76
(120,127,118)
#848A82
(132,138,130)
#90958E
(144,149,142)
#9CA09A
(156,160,154)
#A8ABA6
(168,171,166)
#B4B6B2
(180,182,178)
#C0C1BE
(192,193,190)
#CCCCCA
(204,204,202)
#D8D7D6
(216,215,214)
#E4E2E2
(228,226,226)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787F76; }

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

This text font color is #787F76.


Background Color

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

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

This div background color is #787F76.


Border color

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

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

This div border color is #787F76.


Opacity

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

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

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

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

This text has shadow with #787F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787F76 on black background.


Color preview on white background

This text has color #787F76 on white background.



Black color preview on #787F76 background

This text has black color on #787F76 background.


White color preview on #787F76 background

This text has white color on #787F76 background.