COLOR #788863

HEX: #788863
RGB: (120,136,99)

Color info

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

RGB color model

#788863 color RGB value is (120,136,99).

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

RGB channels and saturation

R 120 of 255 = 47%
G 136 of 255 = 53%
B 99 of 255 = 39%

120
136
99

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

Portions of RGB colors in percentages

R + G + B =
120 + 136 + 99 = 355 (100%)
R 120 of 355 ~ 33.8%
G 136 of 355 ~ 38.31%
B 99 of 355 ~ 27.89%

%33.8
%38.31
%27.89

CMYK color model

#788863 color CMYK value is (12,0,27,47).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 27.21%
  • key color value is 46.67%
CMYK:
(12,0,27,47)
C12M0Y27K47 
(12%,0%,27%,47%)
(0.12/0.00/0.27/0.47)	

CMYK percentages

%11.76
%0
%27.21
%46.67

Codes

Color #788863 in popluar color models

788863
RGB12013699
HSL86°15.74%46.08%
HSB/HSV86°27.21%53.33%
CMYK11.76%0.00%27.21%
46.67%

Color #788863 in popluar number systems.

HEX788863
Decimal12013699
Binary1111000100010001100011
Octal170210143

Shades and tints

Shades of #788863

#788863
(120,136,99)
#6E7C5A
(110,124,90)
#647051
(100,112,81)
#5A6448
(90,100,72)
#50583F
(80,88,63)
#464C36
(70,76,54)
#3C402D
(60,64,45)
#323424
(50,52,36)
#28281B
(40,40,27)
#1E1C12
(30,28,18)
#141009
(20,16,9)
#000000
(0,0,0)

Tints of #788863

#788863
(120,136,99)
#849271
(132,146,113)
#909C7F
(144,156,127)
#9CA68D
(156,166,141)
#A8B09B
(168,176,155)
#B4BAA9
(180,186,169)
#C0C4B7
(192,196,183)
#CCCEC5
(204,206,197)
#D8D8D3
(216,216,211)
#E4E2E1
(228,226,225)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788863; }

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

This text font color is #788863.


Background Color

.myBgColor { background-color: #788863; }

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

This div background color is #788863.


Border color

.myBorderColor { border: 1px solid #788863; }

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

This div border color is #788863.


Opacity

.myOpacity80 { color: #788863; opacity: 0.8; }

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

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

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

This text has shadow with #788863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788863 on black background.


Color preview on white background

This text has color #788863 on white background.



Black color preview on #788863 background

This text has black color on #788863 background.


White color preview on #788863 background

This text has white color on #788863 background.