COLOR #787A76

HEX: #787A76
RGB: (120,122,118)

Renk bilgisi

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

RGB renk modeli

#787A76 color RGB value is (120,122,118).

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

RGB bağlantıları ve doygunluk

R 120 of 255 = 47%
G 122 of 255 = 48%
B 118 of 255 = 46%

120
122
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
120 + 122 + 118 = 360 (100%)
R 120 of 360 ~ 33.33%
G 122 of 360 ~ 33.89%
B 118 of 360 ~ 32.78%

%33.33
%33.89
%32.78

CMYK RENK MODELİ

#787A76 rengi CMYK tonu (2,0,3,52).

  • camgöbeği tonu 1.64%
  • eflatun tonu 0.00%
  • sarı tonu 3.28%
  • ana renk tonu 52.16%
CMYK:
(2,0,3,52)
C2M0Y3K52 
(2%,0%,3%,52%)
(0.02/0.00/0.03/0.52)	

CMYK yüzdeleri

%1.64
%0
%3.28
%52.16

Codes

Color #787A76 in popluar color models

787A76
RGB120122118
HSL90°1.67%47.06%
HSB/HSV90°3.28%47.84%
CMYK1.64%0.00%3.28%
52.16%

Color #787A76 in popluar number systems.

HEX787A76
Decimal120122118
Binary111100011110101110110
Octal170172166

Shades and tints

Shades of #787A76

#787A76
(120,122,118)
#6E6F6C
(110,111,108)
#646462
(100,100,98)
#5A5958
(90,89,88)
#504E4E
(80,78,78)
#464344
(70,67,68)
#3C383A
(60,56,58)
#322D30
(50,45,48)
#282226
(40,34,38)
#1E171C
(30,23,28)
#140C12
(20,12,18)
#000000
(0,0,0)

Tints of #787A76

#787A76
(120,122,118)
#848682
(132,134,130)
#90928E
(144,146,142)
#9C9E9A
(156,158,154)
#A8AAA6
(168,170,166)
#B4B6B2
(180,182,178)
#C0C2BE
(192,194,190)
#CCCECA
(204,206,202)
#D8DAD6
(216,218,214)
#E4E6E2
(228,230,226)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787A76; }

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

This text font color is #787A76.


Background Color

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

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

This div background color is #787A76.


Border color

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

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

This div border color is #787A76.


Opacity

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

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

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

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

This text has shadow with #787A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787A76 on black background.


Color preview on white background

This text has color #787A76 on white background.



Black color preview on #787A76 background

This text has black color on #787A76 background.


White color preview on #787A76 background

This text has white color on #787A76 background.