COLOR #788F5D

HEX: #788F5D
RGB: (120,143,93)

Color info

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

RGB color model

#788F5D color RGB value is (120,143,93).

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

RGB channels and saturation

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

120
143
93

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

Portions of RGB colors in percentages

R + G + B =
120 + 143 + 93 = 356 (100%)
R 120 of 356 ~ 33.71%
G 143 of 356 ~ 40.17%
B 93 of 356 ~ 26.12%

%33.71
%40.17
%26.12

CMYK color model

#788F5D color CMYK value is (16,0,35,44).

  • cyan value is 16.08%
  • magenta value is 0.00%
  • yellow value is 34.97%
  • key color value is 43.92%
CMYK:
(16,0,35,44)
C16M0Y35K44 
(16%,0%,35%,44%)
(0.16/0.00/0.35/0.44)	

CMYK percentages

%16.08
%0
%34.97
%43.92

Codes

Color #788F5D in popluar color models

788F5D
RGB12014393
HSL88°21.19%46.27%
HSB/HSV88°34.97%56.08%
CMYK16.08%0.00%34.97%
43.92%

Color #788F5D in popluar number systems.

HEX788F5D
Decimal12014393
Binary1111000100011111011101
Octal170217135

Shades and tints

Shades of #788F5D

#788F5D
(120,143,93)
#6E8255
(110,130,85)
#64754D
(100,117,77)
#5A6845
(90,104,69)
#505B3D
(80,91,61)
#464E35
(70,78,53)
#3C412D
(60,65,45)
#323425
(50,52,37)
#28271D
(40,39,29)
#1E1A15
(30,26,21)
#140D0D
(20,13,13)
#000000
(0,0,0)

Tints of #788F5D

#788F5D
(120,143,93)
#84996B
(132,153,107)
#90A379
(144,163,121)
#9CAD87
(156,173,135)
#A8B795
(168,183,149)
#B4C1A3
(180,193,163)
#C0CBB1
(192,203,177)
#CCD5BF
(204,213,191)
#D8DFCD
(216,223,205)
#E4E9DB
(228,233,219)
#F0F3E9
(240,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788F5D; }

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

This text font color is #788F5D.


Background Color

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

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

This div background color is #788F5D.


Border color

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

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

This div border color is #788F5D.


Opacity

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

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

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

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

This text has shadow with #788F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788F5D on black background.


Color preview on white background

This text has color #788F5D on white background.



Black color preview on #788F5D background

This text has black color on #788F5D background.


White color preview on #788F5D background

This text has white color on #788F5D background.