COLOR #78888C

HEX: #78888C RGB: (120,136,140)

Color info

#78888C contains red, green and blue colors in about the same proportion. Web safe color of #78888C is #669999 (or #699).

RGB color model

#78888C color RGB value is (120,136,140).

RGB: (120,136,140) (47%, 53%, 55%)

RGB channels and saturation

R 120 of 255 = 47%
G 136 of 255 = 53%
B 140 of 255 = 55%

120
136
140

R + G + B ~ 52%. #78888C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 120 + 136 + 140 = 396 (100%)
R 120 of 396 ~ 30.3%
G 136 of 396 ~ 34.34%
B 140 of 396 ~ 35.35'%

%30.3
%34.34
%35.35

CMYK color model

#78888C color CMYK value is (14,3,0,45).

  • cyan value is 14.29%
  • magenta value is 2.86%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (14,3,0,45)
C14M3Y0K45 (14%, 3%, 0%, 45%)
(0.14 / 0.03 / 0.00 / 0.45)

CMYK percentages

%14.29
%2.86
%0
%45.1

Codes

Color #78888C in popluar color models

78 88 8C
RGB 120 136 140
HSL 192° 8.00% 50.98%
HSB/HSV 192° 14.29% 54.90%
CMYK 14.29% 2.86% 0.00%
45.10%

Color #78888C in popluar number systems.

HEX 78 88 8C
Decimal 120 136 140
Binary 1111000 10001000 10001100
Octal 170 210 214

Shades and tints

Shades of #78888C

#78888C
(120,136,140)
#6E7C80
(110,124,128)
#647074
(100,112,116)
#5A6468
(90,100,104)
#50585C
(80,88,92)
#464C50
(70,76,80)
#3C4044
(60,64,68)
#323438
(50,52,56)
#28282C
(40,40,44)
#1E1C20
(30,28,32)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #78888C

#78888C
(120,136,140)
#849296
(132,146,150)
#909CA0
(144,156,160)
#9CA6AA
(156,166,170)
#A8B0B4
(168,176,180)
#B4BABE
(180,186,190)
#C0C4C8
(192,196,200)
#CCCED2
(204,206,210)
#D8D8DC
(216,216,220)
#E4E2E6
(228,226,230)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78888C color. Also use rgb(120,136,140) instead hex code.

Text Font Color

.myTextColor { color: #78888C; }

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

This text font color is #78888C.

Background Color

.myBgColor { background-color: #78888C; }

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

This div background color is #78888C.

Border color

.myBorderColor { border: 1px solid #78888C; }

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

This div border color is #78888C.

Opacity

.myOpacity80 { color: #78888C; opacity: 0.8; }

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

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

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

This text has shadow with #78888C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78888C.

Preview

Color preview on black background

This text has color #78888C on black background.


Color preview on white background

This text has color #78888C on white background.


Black color preview on #78888C background

This text has black color on #78888C background.


White color preview on #78888C background

This text has white color on #78888C background.


Related colors

Complementary color

Complementary color for #hex is #877773.


I love getcolorcode.com

Triadic colors

1 #8C7888 and #888C78 with #78888C are triadic colors.

2 #8C8878 and #88788C with #78888C are triadic colors.