COLOR #7F8390

HEX: #7F8390
RGB: (127,131,144)

Color info

#7F8390 contains red, green and blue colors in about the same proportion. Web safe color of #7F8390 is #669999 (or #699).

RGB color model

#7F8390 color RGB value is (127,131,144).

  • red value is 127;
  • green value is 131;
  • blue value is 144.
RGB: (127,131,144) (50%,51%,56%)

RGB channels and saturation

R 127 of 255 = 50%
G 131 of 255 = 51%
B 144 of 255 = 56%

127
131
144

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

Portions of RGB colors in percentages

R + G + B =
127 + 131 + 144 = 402 (100%)
R 127 of 402 ~ 31.59%
G 131 of 402 ~ 32.59%
B 144 of 402 ~ 35.82%

%31.59
%32.59
%35.82

CMYK color model

#7F8390 color CMYK value is (12,9,0,44).

  • cyan value is 11.81%
  • magenta value is 9.03%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK: (12,9,0,44) C12M9Y0K44 (12%,9%,0%,44%) (0.12/0.09/0.00/0.44)

CMYK percentages

%11.81
%9.03
%0
%43.53

Codes

Color #7F8390 in popluar color models

7F8390
RGB127131144
HSL226°7.11%53.14%
HSB/HSV226°11.81%56.47%
CMYK11.81%9.03%0.00%
43.53%

Color #7F8390 in popluar number systems.

HEX7F8390
Decimal127131144
Binary11111111000001110010000
Octal177203220

Shades and tints

Shades of #7F8390

#7F8390
(127,131,144)
#747883
(116,120,131)
#696D76
(105,109,118)
#5E6269
(94,98,105)
#53575C
(83,87,92)
#484C4F
(72,76,79)
#3D4142
(61,65,66)
#323635
(50,54,53)
#272B28
(39,43,40)
#1C201B
(28,32,27)
#11150E
(17,21,14)
#000000
(0,0,0)

Tints of #7F8390

#7F8390
(127,131,144)
#8A8E9A
(138,142,154)
#9599A4
(149,153,164)
#A0A4AE
(160,164,174)
#ABAFB8
(171,175,184)
#B6BAC2
(182,186,194)
#C1C5CC
(193,197,204)
#CCD0D6
(204,208,214)
#D7DBE0
(215,219,224)
#E2E6EA
(226,230,234)
#EDF1F4
(237,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F8390; }

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

This text font color is #7F8390.


Background Color

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

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

This div background color is #7F8390.


Border color

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

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

This div border color is #7F8390.


Opacity

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

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

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

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

This text has shadow with #7F8390 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7F8390 on black background.


Color preview on white background

This text has color #7F8390 on white background.



Black color preview on #7F8390 background

This text has black color on #7F8390 background.


White color preview on #7F8390 background

This text has white color on #7F8390 background.