COLOR #788787

HEX: #788787
RGB: (120,135,135)

Color info

#788787 contains red, green and blue colors in about the same proportion. Web safe color of #788787 is #669999 (or #699).

RGB color model

#788787 color RGB value is (120,135,135).

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

RGB channels and saturation

R 120 of 255 = 47%
G 135 of 255 = 53%
B 135 of 255 = 53%

120
135
135

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

Portions of RGB colors in percentages

R + G + B =
120 + 135 + 135 = 390 (100%)
R 120 of 390 ~ 30.77%
G 135 of 390 ~ 34.62%
B 135 of 390 ~ 34.62%

%30.77
%34.62
%34.62

CMYK color model

#788787 color CMYK value is (11,0,0,47).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(11,0,0,47)
C11M0Y0K47 
(11%,0%,0%,47%)
(0.11/0.00/0.00/0.47)	

CMYK percentages

%11.11
%0
%0
%47.06

Codes

Color #788787 in popluar color models

788787
RGB120135135
HSL180°5.88%50.00%
HSB/HSV180°11.11%52.94%
CMYK11.11%0.00%0.00%
47.06%

Color #788787 in popluar number systems.

HEX788787
Decimal120135135
Binary11110001000011110000111
Octal170207207

Shades and tints

Shades of #788787

#788787
(120,135,135)
#6E7B7B
(110,123,123)
#646F6F
(100,111,111)
#5A6363
(90,99,99)
#505757
(80,87,87)
#464B4B
(70,75,75)
#3C3F3F
(60,63,63)
#323333
(50,51,51)
#282727
(40,39,39)
#1E1B1B
(30,27,27)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #788787

#788787
(120,135,135)
#849191
(132,145,145)
#909B9B
(144,155,155)
#9CA5A5
(156,165,165)
#A8AFAF
(168,175,175)
#B4B9B9
(180,185,185)
#C0C3C3
(192,195,195)
#CCCDCD
(204,205,205)
#D8D7D7
(216,215,215)
#E4E1E1
(228,225,225)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788787; }

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

This text font color is #788787.


Background Color

.myBgColor { background-color: #788787; }

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

This div background color is #788787.


Border color

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

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

This div border color is #788787.


Opacity

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

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

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

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

This text has shadow with #788787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788787 on black background.


Color preview on white background

This text has color #788787 on white background.



Black color preview on #788787 background

This text has black color on #788787 background.


White color preview on #788787 background

This text has white color on #788787 background.