COLOR #7F6879

HEX: #7F6879
RGB: (127,104,121)

Color info

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

RGB color model

#7F6879 color RGB value is (127,104,121).

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

RGB channels and saturation

R 127 of 255 = 50%
G 104 of 255 = 41%
B 121 of 255 = 47%

127
104
121

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

Portions of RGB colors in percentages

R + G + B =
127 + 104 + 121 = 352 (100%)
R 127 of 352 ~ 36.08%
G 104 of 352 ~ 29.55%
B 121 of 352 ~ 34.38%

%36.08
%29.55
%34.38

CMYK color model

#7F6879 color CMYK value is (0,18,5,50).

  • cyan value is 0.00%
  • magenta value is 18.11%
  • yellow value is 4.72%
  • key color value is 50.20%
CMYK:
(0,18,5,50)
C0M18Y5K50 
(0%,18%,5%,50%)
(0.00/0.18/0.05/0.50)	

CMYK percentages

%0
%18.11
%4.72
%50.2

Codes

Color #7F6879 in popluar color models

7F6879
RGB127104121
HSL316°9.96%45.29%
HSB/HSV316°18.11%49.80%
CMYK0.00%18.11%4.72%
50.20%

Color #7F6879 in popluar number systems.

HEX7F6879
Decimal127104121
Binary111111111010001111001
Octal177150171

Shades and tints

Shades of #7F6879

#7F6879
(127,104,121)
#745F6E
(116,95,110)
#695663
(105,86,99)
#5E4D58
(94,77,88)
#53444D
(83,68,77)
#483B42
(72,59,66)
#3D3237
(61,50,55)
#32292C
(50,41,44)
#272021
(39,32,33)
#1C1716
(28,23,22)
#110E0B
(17,14,11)
#000000
(0,0,0)

Tints of #7F6879

#7F6879
(127,104,121)
#8A7585
(138,117,133)
#958291
(149,130,145)
#A08F9D
(160,143,157)
#AB9CA9
(171,156,169)
#B6A9B5
(182,169,181)
#C1B6C1
(193,182,193)
#CCC3CD
(204,195,205)
#D7D0D9
(215,208,217)
#E2DDE5
(226,221,229)
#EDEAF1
(237,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F6879; }

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

This text font color is #7F6879.


Background Color

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

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

This div background color is #7F6879.


Border color

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

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

This div border color is #7F6879.


Opacity

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

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

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

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

This text has shadow with #7F6879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6879 on black background.


Color preview on white background

This text has color #7F6879 on white background.



Black color preview on #7F6879 background

This text has black color on #7F6879 background.


White color preview on #7F6879 background

This text has white color on #7F6879 background.