COLOR #788A84

HEX: #788A84 RGB: (120,138,132)

Color info

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

RGB color model

#788A84 color RGB value is (120,138,132).

RGB: (120,138,132) (47%, 54%, 52%)

RGB channels and saturation

R 120 of 255 = 47%
G 138 of 255 = 54%
B 132 of 255 = 52%

120
138
132

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

Portions of RGB colors in percentages

R + G + B = 120 + 138 + 132 = 390 (100%)
R 120 of 390 ~ 30.77%
G 138 of 390 ~ 35.38%
B 132 of 390 ~ 33.85'%

%30.77
%35.38
%33.85

CMYK color model

#788A84 color CMYK value is (13,0,4,46).

  • cyan value is 13.04%
  • magenta value is 0.00%
  • yellow value is 4.35%
  • key color value is 45.88%

CMYK: (13,0,4,46)
C13M0Y4K46 (13%, 0%, 4%, 46%)
(0.13 / 0.00 / 0.04 / 0.46)

CMYK percentages

%13.04
%0
%4.35
%45.88

Codes

Color #788A84 in popluar color models

78 8A 84
RGB 120 138 132
HSL 160° 7.14% 50.59%
HSB/HSV 160° 13.04% 54.12%
CMYK 13.04% 0.00% 4.35%
45.88%

Color #788A84 in popluar number systems.

HEX 78 8A 84
Decimal 120 138 132
Binary 1111000 10001010 10000100
Octal 170 212 204

Shades and tints

Shades of #788A84

#788A84
(120,138,132)
#6E7E78
(110,126,120)
#64726C
(100,114,108)
#5A6660
(90,102,96)
#505A54
(80,90,84)
#464E48
(70,78,72)
#3C423C
(60,66,60)
#323630
(50,54,48)
#282A24
(40,42,36)
#1E1E18
(30,30,24)
#14120C
(20,18,12)
#000000
(0,0,0)

Tints of #788A84

#788A84
(120,138,132)
#84948F
(132,148,143)
#909E9A
(144,158,154)
#9CA8A5
(156,168,165)
#A8B2B0
(168,178,176)
#B4BCBB
(180,188,187)
#C0C6C6
(192,198,198)
#CCD0D1
(204,208,209)
#D8DADC
(216,218,220)
#E4E4E7
(228,228,231)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788A84 color. Also use rgb(120,138,132) instead hex code.

Text Font Color

.myTextColor { color: #788A84; }

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

This text font color is #788A84.

Background Color

.myBgColor { background-color: #788A84; }

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

This div background color is #788A84.

Border color

.myBorderColor { border: 1px solid #788A84; }

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

This div border color is #788A84.

Opacity

.myOpacity80 { color: #788A84; opacity: 0.8; }

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

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

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

This text has shadow with #788A84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #788A84.

Preview

Color preview on black background

This text has color #788A84 on black background.


Color preview on white background

This text has color #788A84 on white background.


Black color preview on #788A84 background

This text has black color on #788A84 background.


White color preview on #788A84 background

This text has white color on #788A84 background.


Related colors

Complementary color

Complementary color for #hex is #87757B.


I love getcolorcode.com

Triadic colors

1 #84788A and #8A8478 with #788A84 are triadic colors.

2 #848A78 and #8A7884 with #788A84 are triadic colors.