COLOR #78878F

HEX: #78878F RGB: (120,135,143)

Color info

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

RGB color model

#78878F color RGB value is (120,135,143).

RGB: (120,135,143) (47%, 53%, 56%)

RGB channels and saturation

R 120 of 255 = 47%
G 135 of 255 = 53%
B 143 of 255 = 56%

120
135
143

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

Portions of RGB colors in percentages

R + G + B = 120 + 135 + 143 = 398 (100%)
R 120 of 398 ~ 30.15%
G 135 of 398 ~ 33.92%
B 143 of 398 ~ 35.93'%

%30.15
%33.92
%35.93

CMYK color model

#78878F color CMYK value is (16,6,0,44).

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

CMYK: (16,6,0,44)
C16M6Y0K44 (16%, 6%, 0%, 44%)
(0.16 / 0.06 / 0.00 / 0.44)

CMYK percentages

%16.08
%5.59
%0
%43.92

Codes

Color #78878F in popluar color models

78 87 8F
RGB 120 135 143
HSL 201° 9.31% 51.57%
HSB/HSV 201° 16.08% 56.08%
CMYK 16.08% 5.59% 0.00%
43.92%

Color #78878F in popluar number systems.

HEX 78 87 8F
Decimal 120 135 143
Binary 1111000 10000111 10001111
Octal 170 207 217

Shades and tints

Shades of #78878F

#78878F
(120,135,143)
#6E7B82
(110,123,130)
#646F75
(100,111,117)
#5A6368
(90,99,104)
#50575B
(80,87,91)
#464B4E
(70,75,78)
#3C3F41
(60,63,65)
#323334
(50,51,52)
#282727
(40,39,39)
#1E1B1A
(30,27,26)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #78878F

#78878F
(120,135,143)
#849199
(132,145,153)
#909BA3
(144,155,163)
#9CA5AD
(156,165,173)
#A8AFB7
(168,175,183)
#B4B9C1
(180,185,193)
#C0C3CB
(192,195,203)
#CCCDD5
(204,205,213)
#D8D7DF
(216,215,223)
#E4E1E9
(228,225,233)
#F0EBF3
(240,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78878F color. Also use rgb(120,135,143) instead hex code.

Text Font Color

.myTextColor { color: #78878F; }

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

This text font color is #78878F.

Background Color

.myBgColor { background-color: #78878F; }

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

This div background color is #78878F.

Border color

.myBorderColor { border: 1px solid #78878F; }

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

This div border color is #78878F.

Opacity

.myOpacity80 { color: #78878F; opacity: 0.8; }

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

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

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

This text has shadow with #78878F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78878F.

Preview

Color preview on black background

This text has color #78878F on black background.


Color preview on white background

This text has color #78878F on white background.


Black color preview on #78878F background

This text has black color on #78878F background.


White color preview on #78878F background

This text has white color on #78878F background.


Related colors

Complementary color

Complementary color for #hex is #877870.


I love getcolorcode.com

Triadic colors

1 #8F7887 and #878F78 with #78878F are triadic colors.

2 #8F8778 and #87788F with #78878F are triadic colors.