COLOR #788664

HEX: #788664
RGB: (120,134,100)

Color info

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

RGB color model

#788664 color RGB value is (120,134,100).

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

RGB channels and saturation

R 120 of 255 = 47%
G 134 of 255 = 53%
B 100 of 255 = 39%

120
134
100

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

Portions of RGB colors in percentages

R + G + B =
120 + 134 + 100 = 354 (100%)
R 120 of 354 ~ 33.9%
G 134 of 354 ~ 37.85%
B 100 of 354 ~ 28.25%

%33.9
%37.85
%28.25

CMYK color model

#788664 color CMYK value is (10,0,25,47).

  • cyan value is 10.45%
  • magenta value is 0.00%
  • yellow value is 25.37%
  • key color value is 47.45%
CMYK:
(10,0,25,47)
C10M0Y25K47 
(10%,0%,25%,47%)
(0.10/0.00/0.25/0.47)	

CMYK percentages

%10.45
%0
%25.37
%47.45

Codes

Color #788664 in popluar color models

788664
RGB120134100
HSL85°14.53%45.88%
HSB/HSV85°25.37%52.55%
CMYK10.45%0.00%25.37%
47.45%

Color #788664 in popluar number systems.

HEX788664
Decimal120134100
Binary1111000100001101100100
Octal170206144

Shades and tints

Shades of #788664

#788664
(120,134,100)
#6E7A5B
(110,122,91)
#646E52
(100,110,82)
#5A6249
(90,98,73)
#505640
(80,86,64)
#464A37
(70,74,55)
#3C3E2E
(60,62,46)
#323225
(50,50,37)
#28261C
(40,38,28)
#1E1A13
(30,26,19)
#140E0A
(20,14,10)
#000000
(0,0,0)

Tints of #788664

#788664
(120,134,100)
#849172
(132,145,114)
#909C80
(144,156,128)
#9CA78E
(156,167,142)
#A8B29C
(168,178,156)
#B4BDAA
(180,189,170)
#C0C8B8
(192,200,184)
#CCD3C6
(204,211,198)
#D8DED4
(216,222,212)
#E4E9E2
(228,233,226)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788664; }

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

This text font color is #788664.


Background Color

.myBgColor { background-color: #788664; }

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

This div background color is #788664.


Border color

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

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

This div border color is #788664.


Opacity

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

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

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

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

This text has shadow with #788664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788664 on black background.


Color preview on white background

This text has color #788664 on white background.



Black color preview on #788664 background

This text has black color on #788664 background.


White color preview on #788664 background

This text has white color on #788664 background.