COLOR #788B77

HEX: #788B77 RGB: (120,139,119)

Color info

#788B77 contains red, green and blue colors in about the same proportion. Web safe color of #788B77 is #669966 (or #696).

RGB color model

#788B77 color RGB value is (120,139,119).

RGB: (120,139,119) (47%, 55%, 47%)

RGB channels and saturation

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

120
139
119

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

Portions of RGB colors in percentages

R + G + B = 120 + 139 + 119 = 378 (100%)
R 120 of 378 ~ 31.75%
G 139 of 378 ~ 36.77%
B 119 of 378 ~ 31.48'%

%31.75
%36.77
%31.48

CMYK color model

#788B77 color CMYK value is (14,0,14,45).

  • cyan value is 13.67%
  • magenta value is 0.00%
  • yellow value is 14.39%
  • key color value is 45.49%

CMYK: (14,0,14,45)
C14M0Y14K45 (14%, 0%, 14%, 45%)
(0.14 / 0.00 / 0.14 / 0.45)

CMYK percentages

%13.67
%0
%14.39
%45.49

Codes

Color #788B77 in popluar color models

78 8B 77
RGB 120 139 119
HSL 117° 7.94% 50.59%
HSB/HSV 117° 14.39% 54.51%
CMYK 13.67% 0.00% 14.39%
45.49%

Color #788B77 in popluar number systems.

HEX 78 8B 77
Decimal 120 139 119
Binary 1111000 10001011 1110111
Octal 170 213 167

Shades and tints

Shades of #788B77

#788B77
(120,139,119)
#6E7F6D
(110,127,109)
#647363
(100,115,99)
#5A6759
(90,103,89)
#505B4F
(80,91,79)
#464F45
(70,79,69)
#3C433B
(60,67,59)
#323731
(50,55,49)
#282B27
(40,43,39)
#1E1F1D
(30,31,29)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #788B77

#788B77
(120,139,119)
#849583
(132,149,131)
#909F8F
(144,159,143)
#9CA99B
(156,169,155)
#A8B3A7
(168,179,167)
#B4BDB3
(180,189,179)
#C0C7BF
(192,199,191)
#CCD1CB
(204,209,203)
#D8DBD7
(216,219,215)
#E4E5E3
(228,229,227)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788B77; }

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

This text font color is #788B77.

Background Color

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

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

This div background color is #788B77.

Border color

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

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

This div border color is #788B77.

Opacity

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

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

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

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

This text has shadow with #788B77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #788B77.

Preview

Color preview on black background

This text has color #788B77 on black background.


Color preview on white background

This text has color #788B77 on white background.


Black color preview on #788B77 background

This text has black color on #788B77 background.


White color preview on #788B77 background

This text has white color on #788B77 background.


Related colors

Complementary color

Complementary color for #hex is #877488.


I love getcolorcode.com

Triadic colors

1 #77788B and #8B7778 with #788B77 are triadic colors.

2 #778B78 and #8B7877 with #788B77 are triadic colors.