COLOR #7F687C

HEX: #7F687C
RGB: (127,104,124)

Color info

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

RGB color model

#7F687C color RGB value is (127,104,124).

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

RGB channels and saturation

R 127 of 255 = 50%
G 104 of 255 = 41%
B 124 of 255 = 49%

127
104
124

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

Portions of RGB colors in percentages

R + G + B =
127 + 104 + 124 = 355 (100%)
R 127 of 355 ~ 35.77%
G 104 of 355 ~ 29.3%
B 124 of 355 ~ 34.93%

%35.77
%29.3
%34.93

CMYK color model

#7F687C color CMYK value is (0,18,2,50).

  • cyan value is 0.00%
  • magenta value is 18.11%
  • yellow value is 2.36%
  • key color value is 50.20%
CMYK:
(0,18,2,50)
C0M18Y2K50 
(0%,18%,2%,50%)
(0.00/0.18/0.02/0.50)	

CMYK percentages

%0
%18.11
%2.36
%50.2

Codes

Color #7F687C in popluar color models

7F687C
RGB127104124
HSL308°9.96%45.29%
HSB/HSV308°18.11%49.80%
CMYK0.00%18.11%2.36%
50.20%

Color #7F687C in popluar number systems.

HEX7F687C
Decimal127104124
Binary111111111010001111100
Octal177150174

Shades and tints

Shades of #7F687C

#7F687C
(127,104,124)
#745F71
(116,95,113)
#695666
(105,86,102)
#5E4D5B
(94,77,91)
#534450
(83,68,80)
#483B45
(72,59,69)
#3D323A
(61,50,58)
#32292F
(50,41,47)
#272024
(39,32,36)
#1C1719
(28,23,25)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #7F687C

#7F687C
(127,104,124)
#8A7587
(138,117,135)
#958292
(149,130,146)
#A08F9D
(160,143,157)
#AB9CA8
(171,156,168)
#B6A9B3
(182,169,179)
#C1B6BE
(193,182,190)
#CCC3C9
(204,195,201)
#D7D0D4
(215,208,212)
#E2DDDF
(226,221,223)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F687C; }

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

This text font color is #7F687C.


Background Color

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

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

This div background color is #7F687C.


Border color

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

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

This div border color is #7F687C.


Opacity

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

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

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

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

This text has shadow with #7F687C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F687C on black background.


Color preview on white background

This text has color #7F687C on white background.



Black color preview on #7F687C background

This text has black color on #7F687C background.


White color preview on #7F687C background

This text has white color on #7F687C background.