COLOR #78886E

HEX: #78886E RGB: (120,136,110)

Color info

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

RGB color model

#78886E color RGB value is (120,136,110).

RGB: (120,136,110) (47%, 53%, 43%)

RGB channels and saturation

R 120 of 255 = 47%
G 136 of 255 = 53%
B 110 of 255 = 43%

120
136
110

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

Portions of RGB colors in percentages

R + G + B = 120 + 136 + 110 = 366 (100%)
R 120 of 366 ~ 32.79%
G 136 of 366 ~ 37.16%
B 110 of 366 ~ 30.05'%

%32.79
%37.16
%30.05

CMYK color model

#78886E color CMYK value is (12,0,19,47).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 19.12%
  • key color value is 46.67%

CMYK: (12,0,19,47)
C12M0Y19K47 (12%, 0%, 19%, 47%)
(0.12 / 0.00 / 0.19 / 0.47)

CMYK percentages

%11.76
%0
%19.12
%46.67

Codes

Color #78886E in popluar color models

78 88 6E
RGB 120 136 110
HSL 97° 10.57% 48.24%
HSB/HSV 97° 19.12% 53.33%
CMYK 11.76% 0.00% 19.12%
46.67%

Color #78886E in popluar number systems.

HEX 78 88 6E
Decimal 120 136 110
Binary 1111000 10001000 1101110
Octal 170 210 156

Shades and tints

Shades of #78886E

#78886E
(120,136,110)
#6E7C64
(110,124,100)
#64705A
(100,112,90)
#5A6450
(90,100,80)
#505846
(80,88,70)
#464C3C
(70,76,60)
#3C4032
(60,64,50)
#323428
(50,52,40)
#28281E
(40,40,30)
#1E1C14
(30,28,20)
#14100A
(20,16,10)
#000000
(0,0,0)

Tints of #78886E

#78886E
(120,136,110)
#84927B
(132,146,123)
#909C88
(144,156,136)
#9CA695
(156,166,149)
#A8B0A2
(168,176,162)
#B4BAAF
(180,186,175)
#C0C4BC
(192,196,188)
#CCCEC9
(204,206,201)
#D8D8D6
(216,216,214)
#E4E2E3
(228,226,227)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78886E color. Also use rgb(120,136,110) instead hex code.

Text Font Color

.myTextColor { color: #78886E; }

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

This text font color is #78886E.

Background Color

.myBgColor { background-color: #78886E; }

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

This div background color is #78886E.

Border color

.myBorderColor { border: 1px solid #78886E; }

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

This div border color is #78886E.

Opacity

.myOpacity80 { color: #78886E; opacity: 0.8; }

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

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

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

This text has shadow with #78886E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78886E.

Preview

Color preview on black background

This text has color #78886E on black background.


Color preview on white background

This text has color #78886E on white background.


Black color preview on #78886E background

This text has black color on #78886E background.


White color preview on #78886E background

This text has white color on #78886E background.


Related colors

Complementary color

Complementary color for #hex is #877791.


I love getcolorcode.com

Triadic colors

1 #6E7888 and #886E78 with #78886E are triadic colors.

2 #6E8878 and #88786E with #78886E are triadic colors.