COLOR #788C71

HEX: #788C71
RGB: (120,140,113)

Color info

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

RGB color model

#788C71 color RGB value is (120,140,113).

  • red value is 120;
  • green value is 140;
  • blue value is 113.
RGB:
(120,140,113)
(47%,55%,44%)

RGB channels and saturation

R 120 of 255 = 47%
G 140 of 255 = 55%
B 113 of 255 = 44%

120
140
113

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

Portions of RGB colors in percentages

R + G + B =
120 + 140 + 113 = 373 (100%)
R 120 of 373 ~ 32.17%
G 140 of 373 ~ 37.53%
B 113 of 373 ~ 30.29%

%32.17
%37.53
%30.29

CMYK color model

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

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 19.29%
  • key color value is 45.10%
CMYK:
(14,0,19,45)
C14M0Y19K45 
(14%,0%,19%,45%)
(0.14/0.00/0.19/0.45)	

CMYK percentages

%14.29
%0
%19.29
%45.1

Codes

Color #788C71 in popluar color models

788C71
RGB120140113
HSL104°10.67%49.61%
HSB/HSV104°19.29%54.90%
CMYK14.29%0.00%19.29%
45.10%

Color #788C71 in popluar number systems.

HEX788C71
Decimal120140113
Binary1111000100011001110001
Octal170214161

Shades and tints

Shades of #788C71

#788C71
(120,140,113)
#6E8067
(110,128,103)
#64745D
(100,116,93)
#5A6853
(90,104,83)
#505C49
(80,92,73)
#46503F
(70,80,63)
#3C4435
(60,68,53)
#32382B
(50,56,43)
#282C21
(40,44,33)
#1E2017
(30,32,23)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #788C71

#788C71
(120,140,113)
#84967D
(132,150,125)
#90A089
(144,160,137)
#9CAA95
(156,170,149)
#A8B4A1
(168,180,161)
#B4BEAD
(180,190,173)
#C0C8B9
(192,200,185)
#CCD2C5
(204,210,197)
#D8DCD1
(216,220,209)
#E4E6DD
(228,230,221)
#F0F0E9
(240,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788C71 color. Also use rgb(120,140,113) instead hex code.

Text Font Color

.myTextColor { color: #788C71; }

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

This text font color is #788C71.


Background Color

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

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

This div background color is #788C71.


Border color

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

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

This div border color is #788C71.


Opacity

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

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

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

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

This text has shadow with #788C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788C71 on black background.


Color preview on white background

This text has color #788C71 on white background.



Black color preview on #788C71 background

This text has black color on #788C71 background.


White color preview on #788C71 background

This text has white color on #788C71 background.