COLOR #788B5C

HEX: #788B5C
RGB: (120,139,92)

Color info

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

RGB color model

#788B5C color RGB value is (120,139,92).

  • red value is 120;
  • green value is 139;
  • blue value is 92.
RGB:
(120,139,92)
(47%,55%,36%)

RGB channels and saturation

R 120 of 255 = 47%
G 139 of 255 = 55%
B 92 of 255 = 36%

120
139
92

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

Portions of RGB colors in percentages

R + G + B =
120 + 139 + 92 = 351 (100%)
R 120 of 351 ~ 34.19%
G 139 of 351 ~ 39.6%
B 92 of 351 ~ 26.21%

%34.19
%39.6
%26.21

CMYK color model

#788B5C color CMYK value is (14,0,34,45).

  • cyan value is 13.67%
  • magenta value is 0.00%
  • yellow value is 33.81%
  • key color value is 45.49%
CMYK:
(14,0,34,45)
C14M0Y34K45 
(14%,0%,34%,45%)
(0.14/0.00/0.34/0.45)	

CMYK percentages

%13.67
%0
%33.81
%45.49

Codes

Color #788B5C in popluar color models

788B5C
RGB12013992
HSL84°20.35%45.29%
HSB/HSV84°33.81%54.51%
CMYK13.67%0.00%33.81%
45.49%

Color #788B5C in popluar number systems.

HEX788B5C
Decimal12013992
Binary1111000100010111011100
Octal170213134

Shades and tints

Shades of #788B5C

#788B5C
(120,139,92)
#6E7F54
(110,127,84)
#64734C
(100,115,76)
#5A6744
(90,103,68)
#505B3C
(80,91,60)
#464F34
(70,79,52)
#3C432C
(60,67,44)
#323724
(50,55,36)
#282B1C
(40,43,28)
#1E1F14
(30,31,20)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #788B5C

#788B5C
(120,139,92)
#84956A
(132,149,106)
#909F78
(144,159,120)
#9CA986
(156,169,134)
#A8B394
(168,179,148)
#B4BDA2
(180,189,162)
#C0C7B0
(192,199,176)
#CCD1BE
(204,209,190)
#D8DBCC
(216,219,204)
#E4E5DA
(228,229,218)
#F0EFE8
(240,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788B5C color. Also use rgb(120,139,92) instead hex code.

Text Font Color

.myTextColor { color: #788B5C; }

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

This text font color is #788B5C.


Background Color

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

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

This div background color is #788B5C.


Border color

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

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

This div border color is #788B5C.


Opacity

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

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

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

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

This text has shadow with #788B5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788B5C on black background.


Color preview on white background

This text has color #788B5C on white background.



Black color preview on #788B5C background

This text has black color on #788B5C background.


White color preview on #788B5C background

This text has white color on #788B5C background.