COLOR #7F718A

HEX: #7F718A
RGB: (127,113,138)

Color info

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

RGB color model

#7F718A color RGB value is (127,113,138).

  • red value is 127;
  • green value is 113;
  • blue value is 138.
RGB:
(127,113,138)
(50%,44%,54%)

RGB channels and saturation

R 127 of 255 = 50%
G 113 of 255 = 44%
B 138 of 255 = 54%

127
113
138

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

Portions of RGB colors in percentages

R + G + B =
127 + 113 + 138 = 378 (100%)
R 127 of 378 ~ 33.6%
G 113 of 378 ~ 29.89%
B 138 of 378 ~ 36.51%

%33.6
%29.89
%36.51

CMYK color model

#7F718A color CMYK value is (8,18,0,46).

  • cyan value is 7.97%
  • magenta value is 18.12%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(8,18,0,46)
C8M18Y0K46 
(8%,18%,0%,46%)
(0.08/0.18/0.00/0.46)	

CMYK percentages

%7.97
%18.12
%0
%45.88

Codes

Color #7F718A in popluar color models

7F718A
RGB127113138
HSL274°9.96%49.22%
HSB/HSV274°18.12%54.12%
CMYK7.97%18.12%0.00%
45.88%

Color #7F718A in popluar number systems.

HEX7F718A
Decimal127113138
Binary1111111111000110001010
Octal177161212

Shades and tints

Shades of #7F718A

#7F718A
(127,113,138)
#74677E
(116,103,126)
#695D72
(105,93,114)
#5E5366
(94,83,102)
#53495A
(83,73,90)
#483F4E
(72,63,78)
#3D3542
(61,53,66)
#322B36
(50,43,54)
#27212A
(39,33,42)
#1C171E
(28,23,30)
#110D12
(17,13,18)
#000000
(0,0,0)

Tints of #7F718A

#7F718A
(127,113,138)
#8A7D94
(138,125,148)
#95899E
(149,137,158)
#A095A8
(160,149,168)
#ABA1B2
(171,161,178)
#B6ADBC
(182,173,188)
#C1B9C6
(193,185,198)
#CCC5D0
(204,197,208)
#D7D1DA
(215,209,218)
#E2DDE4
(226,221,228)
#EDE9EE
(237,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F718A; }

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

This text font color is #7F718A.


Background Color

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

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

This div background color is #7F718A.


Border color

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

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

This div border color is #7F718A.


Opacity

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

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

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

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

This text has shadow with #7F718A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F718A on black background.


Color preview on white background

This text has color #7F718A on white background.



Black color preview on #7F718A background

This text has black color on #7F718A background.


White color preview on #7F718A background

This text has white color on #7F718A background.