COLOR #7F7A8E

HEX: #7F7A8E
RGB: (127,122,142)

Color info

#7F7A8E contains red, green and blue colors in about the same proportion. Web safe color of #7F7A8E is #666699 (or #669).

RGB color model

#7F7A8E color RGB value is (127,122,142).

  • red value is 127;
  • green value is 122;
  • blue value is 142.
RGB:
(127,122,142)
(50%,48%,56%)

RGB channels and saturation

R 127 of 255 = 50%
G 122 of 255 = 48%
B 142 of 255 = 56%

127
122
142

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

Portions of RGB colors in percentages

R + G + B =
127 + 122 + 142 = 391 (100%)
R 127 of 391 ~ 32.48%
G 122 of 391 ~ 31.2%
B 142 of 391 ~ 36.32%

%32.48
%31.2
%36.32

CMYK color model

#7F7A8E color CMYK value is (11,14,0,44).

  • cyan value is 10.56%
  • magenta value is 14.08%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(11,14,0,44)
C11M14Y0K44 
(11%,14%,0%,44%)
(0.11/0.14/0.00/0.44)	

CMYK percentages

%10.56
%14.08
%0
%44.31

Codes

Color #7F7A8E in popluar color models

7F7A8E
RGB127122142
HSL255°8.13%51.76%
HSB/HSV255°14.08%55.69%
CMYK10.56%14.08%0.00%
44.31%

Color #7F7A8E in popluar number systems.

HEX7F7A8E
Decimal127122142
Binary1111111111101010001110
Octal177172216

Shades and tints

Shades of #7F7A8E

#7F7A8E
(127,122,142)
#746F82
(116,111,130)
#696476
(105,100,118)
#5E596A
(94,89,106)
#534E5E
(83,78,94)
#484352
(72,67,82)
#3D3846
(61,56,70)
#322D3A
(50,45,58)
#27222E
(39,34,46)
#1C1722
(28,23,34)
#110C16
(17,12,22)
#000000
(0,0,0)

Tints of #7F7A8E

#7F7A8E
(127,122,142)
#8A8698
(138,134,152)
#9592A2
(149,146,162)
#A09EAC
(160,158,172)
#ABAAB6
(171,170,182)
#B6B6C0
(182,182,192)
#C1C2CA
(193,194,202)
#CCCED4
(204,206,212)
#D7DADE
(215,218,222)
#E2E6E8
(226,230,232)
#EDF2F2
(237,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7A8E; }

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

This text font color is #7F7A8E.


Background Color

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

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

This div background color is #7F7A8E.


Border color

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

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

This div border color is #7F7A8E.


Opacity

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

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

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

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

This text has shadow with #7F7A8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7A8E on black background.


Color preview on white background

This text has color #7F7A8E on white background.



Black color preview on #7F7A8E background

This text has black color on #7F7A8E background.


White color preview on #7F7A8E background

This text has white color on #7F7A8E background.