COLOR #788F66

HEX: #788F66 RGB: (120,143,102)

Color info

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

RGB color model

#788F66 color RGB value is (120,143,102).

RGB: (120,143,102) (47%, 56%, 40%)

RGB channels and saturation

R 120 of 255 = 47%
G 143 of 255 = 56%
B 102 of 255 = 40%

120
143
102

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

Portions of RGB colors in percentages

R + G + B = 120 + 143 + 102 = 365 (100%)
R 120 of 365 ~ 32.88%
G 143 of 365 ~ 39.18%
B 102 of 365 ~ 27.95'%

%32.88
%39.18
%27.95

CMYK color model

#788F66 color CMYK value is (16,0,29,44).

  • cyan value is 16.08%
  • magenta value is 0.00%
  • yellow value is 28.67%
  • key color value is 43.92%

CMYK: (16,0,29,44)
C16M0Y29K44 (16%, 0%, 29%, 44%)
(0.16 / 0.00 / 0.29 / 0.44)

CMYK percentages

%16.08
%0
%28.67
%43.92

Codes

Color #788F66 in popluar color models

78 8F 66
RGB 120 143 102
HSL 94° 16.73% 48.04%
HSB/HSV 94° 28.67% 56.08%
CMYK 16.08% 0.00% 28.67%
43.92%

Color #788F66 in popluar number systems.

HEX 78 8F 66
Decimal 120 143 102
Binary 1111000 10001111 1100110
Octal 170 217 146

Shades and tints

Shades of #788F66

#788F66
(120,143,102)
#6E825D
(110,130,93)
#647554
(100,117,84)
#5A684B
(90,104,75)
#505B42
(80,91,66)
#464E39
(70,78,57)
#3C4130
(60,65,48)
#323427
(50,52,39)
#28271E
(40,39,30)
#1E1A15
(30,26,21)
#140D0C
(20,13,12)
#000000
(0,0,0)

Tints of #788F66

#788F66
(120,143,102)
#849973
(132,153,115)
#90A380
(144,163,128)
#9CAD8D
(156,173,141)
#A8B79A
(168,183,154)
#B4C1A7
(180,193,167)
#C0CBB4
(192,203,180)
#CCD5C1
(204,213,193)
#D8DFCE
(216,223,206)
#E4E9DB
(228,233,219)
#F0F3E8
(240,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788F66; }

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

This text font color is #788F66.

Background Color

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

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

This div background color is #788F66.

Border color

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

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

This div border color is #788F66.

Opacity

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

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

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

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

This text has shadow with #788F66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #788F66.

Preview

Color preview on black background

This text has color #788F66 on black background.


Color preview on white background

This text has color #788F66 on white background.


Black color preview on #788F66 background

This text has black color on #788F66 background.


White color preview on #788F66 background

This text has white color on #788F66 background.


Related colors

Complementary color

Complementary color for #hex is #877099.


I love getcolorcode.com

Triadic colors

1 #66788F and #8F6678 with #788F66 are triadic colors.

2 #668F78 and #8F7866 with #788F66 are triadic colors.