COLOR #788F5B

HEX: #788F5B RGB: (120,143,91)

Color info

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

RGB color model

#788F5B color RGB value is (120,143,91).

RGB: (120,143,91) (47%, 56%, 36%)

RGB channels and saturation

R 120 of 255 = 47%
G 143 of 255 = 56%
B 91 of 255 = 36%

120
143
91

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

Portions of RGB colors in percentages

R + G + B = 120 + 143 + 91 = 354 (100%)
R 120 of 354 ~ 33.9%
G 143 of 354 ~ 40.4%
B 91 of 354 ~ 25.71'%

%33.9
%40.4
%25.71

CMYK color model

#788F5B color CMYK value is (16,0,36,44).

  • cyan value is 16.08%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 43.92%

CMYK: (16,0,36,44)
C16M0Y36K44 (16%, 0%, 36%, 44%)
(0.16 / 0.00 / 0.36 / 0.44)

CMYK percentages

%16.08
%0
%36.36
%43.92

Codes

Color #788F5B in popluar color models

78 8F 5B
RGB 120 143 91
HSL 87° 22.22% 45.88%
HSB/HSV 87° 36.36% 56.08%
CMYK 16.08% 0.00% 36.36%
43.92%

Color #788F5B in popluar number systems.

HEX 78 8F 5B
Decimal 120 143 91
Binary 1111000 10001111 1011011
Octal 170 217 133

Shades and tints

Shades of #788F5B

#788F5B
(120,143,91)
#6E8253
(110,130,83)
#64754B
(100,117,75)
#5A6843
(90,104,67)
#505B3B
(80,91,59)
#464E33
(70,78,51)
#3C412B
(60,65,43)
#323423
(50,52,35)
#28271B
(40,39,27)
#1E1A13
(30,26,19)
#140D0B
(20,13,11)
#000000
(0,0,0)

Tints of #788F5B

#788F5B
(120,143,91)
#849969
(132,153,105)
#90A377
(144,163,119)
#9CAD85
(156,173,133)
#A8B793
(168,183,147)
#B4C1A1
(180,193,161)
#C0CBAF
(192,203,175)
#CCD5BD
(204,213,189)
#D8DFCB
(216,223,203)
#E4E9D9
(228,233,217)
#F0F3E7
(240,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788F5B color. Also use rgb(120,143,91) instead hex code.

Text Font Color

.myTextColor { color: #788F5B; }

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

This text font color is #788F5B.

Background Color

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

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

This div background color is #788F5B.

Border color

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

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

This div border color is #788F5B.

Opacity

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

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

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

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

This text has shadow with #788F5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #788F5B.

Preview

Color preview on black background

This text has color #788F5B on black background.


Color preview on white background

This text has color #788F5B on white background.


Black color preview on #788F5B background

This text has black color on #788F5B background.


White color preview on #788F5B background

This text has white color on #788F5B background.


Related colors

Complementary color

Complementary color for #hex is #8770A4.


I love getcolorcode.com

Triadic colors

1 #5B788F and #8F5B78 with #788F5B are triadic colors.

2 #5B8F78 and #8F785B with #788F5B are triadic colors.