COLOR #788F6E

HEX: #788F6E RGB: (120,143,110)

Color info

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

RGB color model

#788F6E color RGB value is (120,143,110).

RGB: (120,143,110) (47%, 56%, 43%)

RGB channels and saturation

R 120 of 255 = 47%
G 143 of 255 = 56%
B 110 of 255 = 43%

120
143
110

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

Portions of RGB colors in percentages

R + G + B = 120 + 143 + 110 = 373 (100%)
R 120 of 373 ~ 32.17%
G 143 of 373 ~ 38.34%
B 110 of 373 ~ 29.49'%

%32.17
%38.34
%29.49

CMYK color model

#788F6E color CMYK value is (16,0,23,44).

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

CMYK: (16,0,23,44)
C16M0Y23K44 (16%, 0%, 23%, 44%)
(0.16 / 0.00 / 0.23 / 0.44)

CMYK percentages

%16.08
%0
%23.08
%43.92

Codes

Color #788F6E in popluar color models

78 8F 6E
RGB 120 143 110
HSL 102° 13.04% 49.61%
HSB/HSV 102° 23.08% 56.08%
CMYK 16.08% 0.00% 23.08%
43.92%

Color #788F6E in popluar number systems.

HEX 78 8F 6E
Decimal 120 143 110
Binary 1111000 10001111 1101110
Octal 170 217 156

Shades and tints

Shades of #788F6E

#788F6E
(120,143,110)
#6E8264
(110,130,100)
#64755A
(100,117,90)
#5A6850
(90,104,80)
#505B46
(80,91,70)
#464E3C
(70,78,60)
#3C4132
(60,65,50)
#323428
(50,52,40)
#28271E
(40,39,30)
#1E1A14
(30,26,20)
#140D0A
(20,13,10)
#000000
(0,0,0)

Tints of #788F6E

#788F6E
(120,143,110)
#84997B
(132,153,123)
#90A388
(144,163,136)
#9CAD95
(156,173,149)
#A8B7A2
(168,183,162)
#B4C1AF
(180,193,175)
#C0CBBC
(192,203,188)
#CCD5C9
(204,213,201)
#D8DFD6
(216,223,214)
#E4E9E3
(228,233,227)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788F6E; }

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

This text font color is #788F6E.

Background Color

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

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

This div background color is #788F6E.

Border color

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

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

This div border color is #788F6E.

Opacity

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

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

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

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

This text has shadow with #788F6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #788F6E.

Preview

Color preview on black background

This text has color #788F6E on black background.


Color preview on white background

This text has color #788F6E on white background.


Black color preview on #788F6E background

This text has black color on #788F6E background.


White color preview on #788F6E background

This text has white color on #788F6E background.


Related colors

Complementary color

Complementary color for #hex is #877091.


I love getcolorcode.com

Triadic colors

1 #6E788F and #8F6E78 with #788F6E are triadic colors.

2 #6E8F78 and #8F786E with #788F6E are triadic colors.