COLOR #788882

HEX: #788882 RGB: (120,136,130)

Color info

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

RGB color model

#788882 color RGB value is (120,136,130).

RGB: (120,136,130) (47%, 53%, 51%)

RGB channels and saturation

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

120
136
130

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

Portions of RGB colors in percentages

R + G + B = 120 + 136 + 130 = 386 (100%)
R 120 of 386 ~ 31.09%
G 136 of 386 ~ 35.23%
B 130 of 386 ~ 33.68'%

%31.09
%35.23
%33.68

CMYK color model

#788882 color CMYK value is (12,0,4,47).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 4.41%
  • key color value is 46.67%

CMYK: (12,0,4,47)
C12M0Y4K47 (12%, 0%, 4%, 47%)
(0.12 / 0.00 / 0.04 / 0.47)

CMYK percentages

%11.76
%0
%4.41
%46.67

Codes

Color #788882 in popluar color models

78 88 82
RGB 120 136 130
HSL 158° 6.30% 50.20%
HSB/HSV 158° 11.76% 53.33%
CMYK 11.76% 0.00% 4.41%
46.67%

Color #788882 in popluar number systems.

HEX 78 88 82
Decimal 120 136 130
Binary 1111000 10001000 10000010
Octal 170 210 202

Shades and tints

Shades of #788882

#788882
(120,136,130)
#6E7C77
(110,124,119)
#64706C
(100,112,108)
#5A6461
(90,100,97)
#505856
(80,88,86)
#464C4B
(70,76,75)
#3C4040
(60,64,64)
#323435
(50,52,53)
#28282A
(40,40,42)
#1E1C1F
(30,28,31)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #788882

#788882
(120,136,130)
#84928D
(132,146,141)
#909C98
(144,156,152)
#9CA6A3
(156,166,163)
#A8B0AE
(168,176,174)
#B4BAB9
(180,186,185)
#C0C4C4
(192,196,196)
#CCCECF
(204,206,207)
#D8D8DA
(216,216,218)
#E4E2E5
(228,226,229)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788882; }

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

This text font color is #788882.

Background Color

.myBgColor { background-color: #788882; }

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

This div background color is #788882.

Border color

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

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

This div border color is #788882.

Opacity

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

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

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

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

This text has shadow with #788882 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #788882.

Preview

Color preview on black background

This text has color #788882 on black background.


Color preview on white background

This text has color #788882 on white background.


Black color preview on #788882 background

This text has black color on #788882 background.


White color preview on #788882 background

This text has white color on #788882 background.


Related colors

Complementary color

Complementary color for #hex is #87777D.


I love getcolorcode.com

Triadic colors

1 #827888 and #888278 with #788882 are triadic colors.

2 #828878 and #887882 with #788882 are triadic colors.