COLOR #788A55

HEX: #788A55 RGB: (120,138,85)

Color info

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

RGB color model

#788A55 color RGB value is (120,138,85).

RGB: (120,138,85) (47%, 54%, 33%)

RGB channels and saturation

R 120 of 255 = 47%
G 138 of 255 = 54%
B 85 of 255 = 33%

120
138
85

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

Portions of RGB colors in percentages

R + G + B = 120 + 138 + 85 = 343 (100%)
R 120 of 343 ~ 34.99%
G 138 of 343 ~ 40.23%
B 85 of 343 ~ 24.78'%

%34.99
%40.23
%24.78

CMYK color model

#788A55 color CMYK value is (13,0,38,46).

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

CMYK: (13,0,38,46)
C13M0Y38K46 (13%, 0%, 38%, 46%)
(0.13 / 0.00 / 0.38 / 0.46)

CMYK percentages

%13.04
%0
%38.41
%45.88

Codes

Color #788A55 in popluar color models

78 8A 55
RGB 120 138 85
HSL 80° 23.77% 43.73%
HSB/HSV 80° 38.41% 54.12%
CMYK 13.04% 0.00% 38.41%
45.88%

Color #788A55 in popluar number systems.

HEX 78 8A 55
Decimal 120 138 85
Binary 1111000 10001010 1010101
Octal 170 212 125

Shades and tints

Shades of #788A55

#788A55
(120,138,85)
#6E7E4E
(110,126,78)
#647247
(100,114,71)
#5A6640
(90,102,64)
#505A39
(80,90,57)
#464E32
(70,78,50)
#3C422B
(60,66,43)
#323624
(50,54,36)
#282A1D
(40,42,29)
#1E1E16
(30,30,22)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #788A55

#788A55
(120,138,85)
#849464
(132,148,100)
#909E73
(144,158,115)
#9CA882
(156,168,130)
#A8B291
(168,178,145)
#B4BCA0
(180,188,160)
#C0C6AF
(192,198,175)
#CCD0BE
(204,208,190)
#D8DACD
(216,218,205)
#E4E4DC
(228,228,220)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788A55; }

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

This text font color is #788A55.

Background Color

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

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

This div background color is #788A55.

Border color

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

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

This div border color is #788A55.

Opacity

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

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

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

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

This text has shadow with #788A55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #788A55.

Preview

Color preview on black background

This text has color #788A55 on black background.


Color preview on white background

This text has color #788A55 on white background.


Black color preview on #788A55 background

This text has black color on #788A55 background.


White color preview on #788A55 background

This text has white color on #788A55 background.


Related colors

Complementary color

Complementary color for #hex is #8775AA.


I love getcolorcode.com

Triadic colors

1 #55788A and #8A5578 with #788A55 are triadic colors.

2 #558A78 and #8A7855 with #788A55 are triadic colors.