COLOR #788782

HEX: #788782
RGB: (120,135,130)

Color info

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

RGB color model

#788782 color RGB value is (120,135,130).

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

RGB channels and saturation

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

120
135
130

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

Portions of RGB colors in percentages

R + G + B =
120 + 135 + 130 = 385 (100%)
R 120 of 385 ~ 31.17%
G 135 of 385 ~ 35.06%
B 130 of 385 ~ 33.77%

%31.17
%35.06
%33.77

CMYK color model

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

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

CMYK percentages

%11.11
%0
%3.7
%47.06

Codes

Color #788782 in popluar color models

788782
RGB120135130
HSL160°5.88%50.00%
HSB/HSV160°11.11%52.94%
CMYK11.11%0.00%3.70%
47.06%

Color #788782 in popluar number systems.

HEX788782
Decimal120135130
Binary11110001000011110000010
Octal170207202

Shades and tints

Shades of #788782

#788782
(120,135,130)
#6E7B77
(110,123,119)
#646F6C
(100,111,108)
#5A6361
(90,99,97)
#505756
(80,87,86)
#464B4B
(70,75,75)
#3C3F40
(60,63,64)
#323335
(50,51,53)
#28272A
(40,39,42)
#1E1B1F
(30,27,31)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #788782

#788782
(120,135,130)
#84918D
(132,145,141)
#909B98
(144,155,152)
#9CA5A3
(156,165,163)
#A8AFAE
(168,175,174)
#B4B9B9
(180,185,185)
#C0C3C4
(192,195,196)
#CCCDCF
(204,205,207)
#D8D7DA
(216,215,218)
#E4E1E5
(228,225,229)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788782; }

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

This text font color is #788782.


Background Color

.myBgColor { background-color: #788782; }

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

This div background color is #788782.


Border color

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

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

This div border color is #788782.


Opacity

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

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

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

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

This text has shadow with #788782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788782 on black background.


Color preview on white background

This text has color #788782 on white background.



Black color preview on #788782 background

This text has black color on #788782 background.


White color preview on #788782 background

This text has white color on #788782 background.