COLOR #788564

HEX: #788564
RGB: (120,133,100)

Color info

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

RGB color model

#788564 color RGB value is (120,133,100).

  • red value is 120;
  • green value is 133;
  • blue value is 100.
RGB:
(120,133,100)
(47%,52%,39%)

RGB channels and saturation

R 120 of 255 = 47%
G 133 of 255 = 52%
B 100 of 255 = 39%

120
133
100

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

Portions of RGB colors in percentages

R + G + B =
120 + 133 + 100 = 353 (100%)
R 120 of 353 ~ 33.99%
G 133 of 353 ~ 37.68%
B 100 of 353 ~ 28.33%

%33.99
%37.68
%28.33

CMYK color model

#788564 color CMYK value is (10,0,25,48).

  • cyan value is 9.77%
  • magenta value is 0.00%
  • yellow value is 24.81%
  • key color value is 47.84%
CMYK:
(10,0,25,48)
C10M0Y25K48 
(10%,0%,25%,48%)
(0.10/0.00/0.25/0.48)	

CMYK percentages

%9.77
%0
%24.81
%47.84

Codes

Color #788564 in popluar color models

788564
RGB120133100
HSL84°14.16%45.69%
HSB/HSV84°24.81%52.16%
CMYK9.77%0.00%24.81%
47.84%

Color #788564 in popluar number systems.

HEX788564
Decimal120133100
Binary1111000100001011100100
Octal170205144

Shades and tints

Shades of #788564

#788564
(120,133,100)
#6E795B
(110,121,91)
#646D52
(100,109,82)
#5A6149
(90,97,73)
#505540
(80,85,64)
#464937
(70,73,55)
#3C3D2E
(60,61,46)
#323125
(50,49,37)
#28251C
(40,37,28)
#1E1913
(30,25,19)
#140D0A
(20,13,10)
#000000
(0,0,0)

Tints of #788564

#788564
(120,133,100)
#849072
(132,144,114)
#909B80
(144,155,128)
#9CA68E
(156,166,142)
#A8B19C
(168,177,156)
#B4BCAA
(180,188,170)
#C0C7B8
(192,199,184)
#CCD2C6
(204,210,198)
#D8DDD4
(216,221,212)
#E4E8E2
(228,232,226)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788564 color. Also use rgb(120,133,100) instead hex code.

Text Font Color

.myTextColor { color: #788564; }

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

This text font color is #788564.


Background Color

.myBgColor { background-color: #788564; }

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

This div background color is #788564.


Border color

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

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

This div border color is #788564.


Opacity

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

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

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

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

This text has shadow with #788564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788564 on black background.


Color preview on white background

This text has color #788564 on white background.



Black color preview on #788564 background

This text has black color on #788564 background.


White color preview on #788564 background

This text has white color on #788564 background.