COLOR #788666

HEX: #788666
RGB: (120,134,102)

Color info

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

RGB color model

#788666 color RGB value is (120,134,102).

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

RGB channels and saturation

R 120 of 255 = 47%
G 134 of 255 = 53%
B 102 of 255 = 40%

120
134
102

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

Portions of RGB colors in percentages

R + G + B =
120 + 134 + 102 = 356 (100%)
R 120 of 356 ~ 33.71%
G 134 of 356 ~ 37.64%
B 102 of 356 ~ 28.65%

%33.71
%37.64
%28.65

CMYK color model

#788666 color CMYK value is (10,0,24,47).

  • cyan value is 10.45%
  • magenta value is 0.00%
  • yellow value is 23.88%
  • key color value is 47.45%
CMYK:
(10,0,24,47)
C10M0Y24K47 
(10%,0%,24%,47%)
(0.10/0.00/0.24/0.47)	

CMYK percentages

%10.45
%0
%23.88
%47.45

Codes

Color #788666 in popluar color models

788666
RGB120134102
HSL86°13.56%46.27%
HSB/HSV86°23.88%52.55%
CMYK10.45%0.00%23.88%
47.45%

Color #788666 in popluar number systems.

HEX788666
Decimal120134102
Binary1111000100001101100110
Octal170206146

Shades and tints

Shades of #788666

#788666
(120,134,102)
#6E7A5D
(110,122,93)
#646E54
(100,110,84)
#5A624B
(90,98,75)
#505642
(80,86,66)
#464A39
(70,74,57)
#3C3E30
(60,62,48)
#323227
(50,50,39)
#28261E
(40,38,30)
#1E1A15
(30,26,21)
#140E0C
(20,14,12)
#000000
(0,0,0)

Tints of #788666

#788666
(120,134,102)
#849173
(132,145,115)
#909C80
(144,156,128)
#9CA78D
(156,167,141)
#A8B29A
(168,178,154)
#B4BDA7
(180,189,167)
#C0C8B4
(192,200,180)
#CCD3C1
(204,211,193)
#D8DECE
(216,222,206)
#E4E9DB
(228,233,219)
#F0F4E8
(240,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788666; }

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

This text font color is #788666.


Background Color

.myBgColor { background-color: #788666; }

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

This div background color is #788666.


Border color

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

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

This div border color is #788666.


Opacity

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

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

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

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

This text has shadow with #788666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788666 on black background.


Color preview on white background

This text has color #788666 on white background.



Black color preview on #788666 background

This text has black color on #788666 background.


White color preview on #788666 background

This text has white color on #788666 background.