COLOR #787877

HEX: #787877
RGB: (120,120,119)

Color info

#787877 contains red, green and blue colors in about the same proportion. Web safe color of #787877 is #666666 (or #666).

RGB color model

#787877 color RGB value is (120,120,119).

  • red value is 120;
  • green value is 120;
  • blue value is 119.
RGB:
(120,120,119)
(47%,47%,47%)

RGB channels and saturation

R 120 of 255 = 47%
G 120 of 255 = 47%
B 119 of 255 = 47%

120
120
119

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

Portions of RGB colors in percentages

R + G + B =
120 + 120 + 119 = 359 (100%)
R 120 of 359 ~ 33.43%
G 120 of 359 ~ 33.43%
B 119 of 359 ~ 33.15%

%33.43
%33.43
%33.15

CMYK color model

#787877 color CMYK value is (0,0,1,53).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.83%
  • key color value is 52.94%
CMYK:
(0,0,1,53)
C0M0Y1K53 
(0%,0%,1%,53%)
(0.00/0.00/0.01/0.53)	

CMYK percentages

%0
%0
%0.83
%52.94

Codes

Color #787877 in popluar color models

787877
RGB120120119
HSL60°0.42%46.86%
HSB/HSV60°0.83%47.06%
CMYK0.00%0.00%0.83%
52.94%

Color #787877 in popluar number systems.

HEX787877
Decimal120120119
Binary111100011110001110111
Octal170170167

Shades and tints

Shades of #787877

#787877
(120,120,119)
#6E6E6D
(110,110,109)
#646463
(100,100,99)
#5A5A59
(90,90,89)
#50504F
(80,80,79)
#464645
(70,70,69)
#3C3C3B
(60,60,59)
#323231
(50,50,49)
#282827
(40,40,39)
#1E1E1D
(30,30,29)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #787877

#787877
(120,120,119)
#848483
(132,132,131)
#90908F
(144,144,143)
#9C9C9B
(156,156,155)
#A8A8A7
(168,168,167)
#B4B4B3
(180,180,179)
#C0C0BF
(192,192,191)
#CCCCCB
(204,204,203)
#D8D8D7
(216,216,215)
#E4E4E3
(228,228,227)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787877 color. Also use rgb(120,120,119) instead hex code.

Text Font Color

.myTextColor { color: #787877; }

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

This text font color is #787877.


Background Color

.myBgColor { background-color: #787877; }

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

This div background color is #787877.


Border color

.myBorderColor { border: 1px solid #787877; }

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

This div border color is #787877.


Opacity

.myOpacity80 { color: #787877; opacity: 0.8; }

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

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

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

This text has shadow with #787877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787877 on black background.


Color preview on white background

This text has color #787877 on white background.



Black color preview on #787877 background

This text has black color on #787877 background.


White color preview on #787877 background

This text has white color on #787877 background.