COLOR #788B63

HEX: #788B63
RGB: (120,139,99)

Color info

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

RGB color model

#788B63 color RGB value is (120,139,99).

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

RGB channels and saturation

R 120 of 255 = 47%
G 139 of 255 = 55%
B 99 of 255 = 39%

120
139
99

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

Portions of RGB colors in percentages

R + G + B =
120 + 139 + 99 = 358 (100%)
R 120 of 358 ~ 33.52%
G 139 of 358 ~ 38.83%
B 99 of 358 ~ 27.65%

%33.52
%38.83
%27.65

CMYK color model

#788B63 color CMYK value is (14,0,29,45).

  • cyan value is 13.67%
  • magenta value is 0.00%
  • yellow value is 28.78%
  • key color value is 45.49%
CMYK:
(14,0,29,45)
C14M0Y29K45 
(14%,0%,29%,45%)
(0.14/0.00/0.29/0.45)	

CMYK percentages

%13.67
%0
%28.78
%45.49

Codes

Color #788B63 in popluar color models

788B63
RGB12013999
HSL89°16.81%46.67%
HSB/HSV89°28.78%54.51%
CMYK13.67%0.00%28.78%
45.49%

Color #788B63 in popluar number systems.

HEX788B63
Decimal12013999
Binary1111000100010111100011
Octal170213143

Shades and tints

Shades of #788B63

#788B63
(120,139,99)
#6E7F5A
(110,127,90)
#647351
(100,115,81)
#5A6748
(90,103,72)
#505B3F
(80,91,63)
#464F36
(70,79,54)
#3C432D
(60,67,45)
#323724
(50,55,36)
#282B1B
(40,43,27)
#1E1F12
(30,31,18)
#141309
(20,19,9)
#000000
(0,0,0)

Tints of #788B63

#788B63
(120,139,99)
#849571
(132,149,113)
#909F7F
(144,159,127)
#9CA98D
(156,169,141)
#A8B39B
(168,179,155)
#B4BDA9
(180,189,169)
#C0C7B7
(192,199,183)
#CCD1C5
(204,209,197)
#D8DBD3
(216,219,211)
#E4E5E1
(228,229,225)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788B63; }

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

This text font color is #788B63.


Background Color

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

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

This div background color is #788B63.


Border color

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

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

This div border color is #788B63.


Opacity

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

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

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

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

This text has shadow with #788B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788B63 on black background.


Color preview on white background

This text has color #788B63 on white background.



Black color preview on #788B63 background

This text has black color on #788B63 background.


White color preview on #788B63 background

This text has white color on #788B63 background.