COLOR #787E7D

HEX: #787E7D
RGB: (120,126,125)

Renk bilgisi

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

RGB renk modeli

#787E7D color RGB value is (120,126,125).

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

RGB bağlantıları ve doygunluk

R 120 of 255 = 47%
G 126 of 255 = 49%
B 125 of 255 = 49%

120
126
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
120 + 126 + 125 = 371 (100%)
R 120 of 371 ~ 32.35%
G 126 of 371 ~ 33.96%
B 125 of 371 ~ 33.69%

%32.35
%33.96
%33.69

CMYK RENK MODELİ

#787E7D rengi CMYK tonu (5,0,1,51).

  • camgöbeği tonu 4.76%
  • eflatun tonu 0.00%
  • sarı tonu 0.79%
  • ana renk tonu 50.59%
CMYK:
(5,0,1,51)
C5M0Y1K51 
(5%,0%,1%,51%)
(0.05/0.00/0.01/0.51)	

CMYK yüzdeleri

%4.76
%0
%0.79
%50.59

Codes

Color #787E7D in popluar color models

787E7D
RGB120126125
HSL170°2.44%48.24%
HSB/HSV170°4.76%49.41%
CMYK4.76%0.00%0.79%
50.59%

Color #787E7D in popluar number systems.

HEX787E7D
Decimal120126125
Binary111100011111101111101
Octal170176175

Shades and tints

Shades of #787E7D

#787E7D
(120,126,125)
#6E7372
(110,115,114)
#646867
(100,104,103)
#5A5D5C
(90,93,92)
#505251
(80,82,81)
#464746
(70,71,70)
#3C3C3B
(60,60,59)
#323130
(50,49,48)
#282625
(40,38,37)
#1E1B1A
(30,27,26)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #787E7D

#787E7D
(120,126,125)
#848988
(132,137,136)
#909493
(144,148,147)
#9C9F9E
(156,159,158)
#A8AAA9
(168,170,169)
#B4B5B4
(180,181,180)
#C0C0BF
(192,192,191)
#CCCBCA
(204,203,202)
#D8D6D5
(216,214,213)
#E4E1E0
(228,225,224)
#F0ECEB
(240,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787E7D color. Also use rgb(120,126,125) instead hex code.

Text Font Color

.myTextColor { color: #787E7D; }

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

This text font color is #787E7D.


Background Color

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

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

This div background color is #787E7D.


Border color

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

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

This div border color is #787E7D.


Opacity

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

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

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

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

This text has shadow with #787E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787E7D on black background.


Color preview on white background

This text has color #787E7D on white background.



Black color preview on #787E7D background

This text has black color on #787E7D background.


White color preview on #787E7D background

This text has white color on #787E7D background.