COLOR #788F70

HEX: #788F70
RGB: (120,143,112)

Color info

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

RGB color model

#788F70 color RGB value is (120,143,112).

  • red value is 120;
  • green value is 143;
  • blue value is 112.
RGB:
(120,143,112)
(47%,56%,44%)

RGB channels and saturation

R 120 of 255 = 47%
G 143 of 255 = 56%
B 112 of 255 = 44%

120
143
112

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

Portions of RGB colors in percentages

R + G + B =
120 + 143 + 112 = 375 (100%)
R 120 of 375 ~ 32%
G 143 of 375 ~ 38.13%
B 112 of 375 ~ 29.87%

%32
%38.13
%29.87

CMYK color model

#788F70 color CMYK value is (16,0,22,44).

  • cyan value is 16.08%
  • magenta value is 0.00%
  • yellow value is 21.68%
  • key color value is 43.92%
CMYK:
(16,0,22,44)
C16M0Y22K44 
(16%,0%,22%,44%)
(0.16/0.00/0.22/0.44)	

CMYK percentages

%16.08
%0
%21.68
%43.92

Codes

Color #788F70 in popluar color models

788F70
RGB120143112
HSL105°12.16%50.00%
HSB/HSV105°21.68%56.08%
CMYK16.08%0.00%21.68%
43.92%

Color #788F70 in popluar number systems.

HEX788F70
Decimal120143112
Binary1111000100011111110000
Octal170217160

Shades and tints

Shades of #788F70

#788F70
(120,143,112)
#6E8266
(110,130,102)
#64755C
(100,117,92)
#5A6852
(90,104,82)
#505B48
(80,91,72)
#464E3E
(70,78,62)
#3C4134
(60,65,52)
#32342A
(50,52,42)
#282720
(40,39,32)
#1E1A16
(30,26,22)
#140D0C
(20,13,12)
#000000
(0,0,0)

Tints of #788F70

#788F70
(120,143,112)
#84997D
(132,153,125)
#90A38A
(144,163,138)
#9CAD97
(156,173,151)
#A8B7A4
(168,183,164)
#B4C1B1
(180,193,177)
#C0CBBE
(192,203,190)
#CCD5CB
(204,213,203)
#D8DFD8
(216,223,216)
#E4E9E5
(228,233,229)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788F70; }

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

This text font color is #788F70.


Background Color

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

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

This div background color is #788F70.


Border color

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

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

This div border color is #788F70.


Opacity

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

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

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

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

This text has shadow with #788F70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788F70 on black background.


Color preview on white background

This text has color #788F70 on white background.



Black color preview on #788F70 background

This text has black color on #788F70 background.


White color preview on #788F70 background

This text has white color on #788F70 background.