COLOR #78977B

HEX: #78977B RGB: (120,151,123)

Color info

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

RGB color model

#78977B color RGB value is (120,151,123).

RGB: (120,151,123) (47%, 59%, 48%)

RGB channels and saturation

R 120 of 255 = 47%
G 151 of 255 = 59%
B 123 of 255 = 48%

120
151
123

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

Portions of RGB colors in percentages

R + G + B = 120 + 151 + 123 = 394 (100%)
R 120 of 394 ~ 30.46%
G 151 of 394 ~ 38.32%
B 123 of 394 ~ 31.22'%

%30.46
%38.32
%31.22

CMYK color model

#78977B color CMYK value is (21,0,19,41).

  • cyan value is 20.53%
  • magenta value is 0.00%
  • yellow value is 18.54%
  • key color value is 40.78%

CMYK: (21,0,19,41)
C21M0Y19K41 (21%, 0%, 19%, 41%)
(0.21 / 0.00 / 0.19 / 0.41)

CMYK percentages

%20.53
%0
%18.54
%40.78

Codes

Color #78977B in popluar color models

78 97 7B
RGB 120 151 123
HSL 126° 12.97% 53.14%
HSB/HSV 126° 20.53% 59.22%
CMYK 20.53% 0.00% 18.54%
40.78%

Color #78977B in popluar number systems.

HEX 78 97 7B
Decimal 120 151 123
Binary 1111000 10010111 1111011
Octal 170 227 173

Shades and tints

Shades of #78977B

#78977B
(120,151,123)
#6E8A70
(110,138,112)
#647D65
(100,125,101)
#5A705A
(90,112,90)
#50634F
(80,99,79)
#465644
(70,86,68)
#3C4939
(60,73,57)
#323C2E
(50,60,46)
#282F23
(40,47,35)
#1E2218
(30,34,24)
#14150D
(20,21,13)
#000000
(0,0,0)

Tints of #78977B

#78977B
(120,151,123)
#84A087
(132,160,135)
#90A993
(144,169,147)
#9CB29F
(156,178,159)
#A8BBAB
(168,187,171)
#B4C4B7
(180,196,183)
#C0CDC3
(192,205,195)
#CCD6CF
(204,214,207)
#D8DFDB
(216,223,219)
#E4E8E7
(228,232,231)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78977B color. Also use rgb(120,151,123) instead hex code.

Text Font Color

.myTextColor { color: #78977B; }

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

This text font color is #78977B.

Background Color

.myBgColor { background-color: #78977B; }

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

This div background color is #78977B.

Border color

.myBorderColor { border: 1px solid #78977B; }

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

This div border color is #78977B.

Opacity

.myOpacity80 { color: #78977B; opacity: 0.8; }

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

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

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

This text has shadow with #78977B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78977B.

Preview

Color preview on black background

This text has color #78977B on black background.


Color preview on white background

This text has color #78977B on white background.


Black color preview on #78977B background

This text has black color on #78977B background.


White color preview on #78977B background

This text has white color on #78977B background.


Related colors

Complementary color

Complementary color for #hex is #876884.


I love getcolorcode.com

Triadic colors

1 #7B7897 and #977B78 with #78977B are triadic colors.

2 #7B9778 and #97787B with #78977B are triadic colors.