COLOR #7F7878

HEX: #7F7878
RGB: (127,120,120)

Color info

#7F7878 contains red, green and blue colors in about the same proportion. Web safe color of #7F7878 is #666666 (or #666).

RGB color model

#7F7878 color RGB value is (127,120,120).

  • red value is 127;
  • green value is 120;
  • blue value is 120.
RGB:
(127,120,120)
(50%,47%,47%)

RGB channels and saturation

R 127 of 255 = 50%
G 120 of 255 = 47%
B 120 of 255 = 47%

127
120
120

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

Portions of RGB colors in percentages

R + G + B =
127 + 120 + 120 = 367 (100%)
R 127 of 367 ~ 34.6%
G 120 of 367 ~ 32.7%
B 120 of 367 ~ 32.7%

%34.6
%32.7
%32.7

CMYK color model

#7F7878 color CMYK value is (0,6,6,50).

  • cyan value is 0.00%
  • magenta value is 5.51%
  • yellow value is 5.51%
  • key color value is 50.20%
CMYK:
(0,6,6,50)
C0M6Y6K50 
(0%,6%,6%,50%)
(0.00/0.06/0.06/0.50)	

CMYK percentages

%0
%5.51
%5.51
%50.2

Codes

Color #7F7878 in popluar color models

7F7878
RGB127120120
HSL2.83%48.43%
HSB/HSV5.51%49.80%
CMYK0.00%5.51%5.51%
50.20%

Color #7F7878 in popluar number systems.

HEX7F7878
Decimal127120120
Binary111111111110001111000
Octal177170170

Shades and tints

Shades of #7F7878

#7F7878
(127,120,120)
#746E6E
(116,110,110)
#696464
(105,100,100)
#5E5A5A
(94,90,90)
#535050
(83,80,80)
#484646
(72,70,70)
#3D3C3C
(61,60,60)
#323232
(50,50,50)
#272828
(39,40,40)
#1C1E1E
(28,30,30)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #7F7878

#7F7878
(127,120,120)
#8A8484
(138,132,132)
#959090
(149,144,144)
#A09C9C
(160,156,156)
#ABA8A8
(171,168,168)
#B6B4B4
(182,180,180)
#C1C0C0
(193,192,192)
#CCCCCC
(204,204,204)
#D7D8D8
(215,216,216)
#E2E4E4
(226,228,228)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F7878 color. Also use rgb(127,120,120) instead hex code.

Text Font Color

.myTextColor { color: #7F7878; }

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

This text font color is #7F7878.


Background Color

.myBgColor { background-color: #7F7878; }

<div style="background-color:#7F7878">Inner text</div>

This div background color is #7F7878.


Border color

.myBorderColor { border: 1px solid #7F7878; }

<div style="border:3px solid #7F7878">Div</div>

This div border color is #7F7878.


Opacity

.myOpacity80 { color: #7F7878; opacity: 0.8; }

<p style="color:#7F7878;opacity:0.8;">80%</p>

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

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

This text has shadow with #7F7878 color.

.textShadow {text-shadow: 3px 3px 1px #7F7878, 3px 3px 1px red;}

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

This text has shadow with #7F7878 primary color and red secondary color.


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

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

This text has shadow with #7F7878 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7F7878;
-webkit-box-shadow: 1px 1px 3px 2px #7F7878;
box-shadow:1px 1px 3px 2px #7F7878;">
Div content here</div>
This div box has shadow with color #7F7878.

Preview

Color preview on black background

This text has color #7F7878 on black background.


Color preview on white background

This text has color #7F7878 on white background.



Black color preview on #7F7878 background

This text has black color on #7F7878 background.


White color preview on #7F7878 background

This text has white color on #7F7878 background.