COLOR #7F738F

HEX: #7F738F
RGB: (127,115,143)

Color info

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

RGB color model

#7F738F color RGB value is (127,115,143).

  • red value is 127;
  • green value is 115;
  • blue value is 143.
RGB:
(127,115,143)
(50%,45%,56%)

RGB channels and saturation

R 127 of 255 = 50%
G 115 of 255 = 45%
B 143 of 255 = 56%

127
115
143

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

Portions of RGB colors in percentages

R + G + B =
127 + 115 + 143 = 385 (100%)
R 127 of 385 ~ 32.99%
G 115 of 385 ~ 29.87%
B 143 of 385 ~ 37.14%

%32.99
%29.87
%37.14

CMYK color model

#7F738F color CMYK value is (11,20,0,44).

  • cyan value is 11.19%
  • magenta value is 19.58%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(11,20,0,44)
C11M20Y0K44 
(11%,20%,0%,44%)
(0.11/0.20/0.00/0.44)	

CMYK percentages

%11.19
%19.58
%0
%43.92

Codes

Color #7F738F in popluar color models

7F738F
RGB127115143
HSL266°11.11%50.59%
HSB/HSV266°19.58%56.08%
CMYK11.19%19.58%0.00%
43.92%

Color #7F738F in popluar number systems.

HEX7F738F
Decimal127115143
Binary1111111111001110001111
Octal177163217

Shades and tints

Shades of #7F738F

#7F738F
(127,115,143)
#746982
(116,105,130)
#695F75
(105,95,117)
#5E5568
(94,85,104)
#534B5B
(83,75,91)
#48414E
(72,65,78)
#3D3741
(61,55,65)
#322D34
(50,45,52)
#272327
(39,35,39)
#1C191A
(28,25,26)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #7F738F

#7F738F
(127,115,143)
#8A7F99
(138,127,153)
#958BA3
(149,139,163)
#A097AD
(160,151,173)
#ABA3B7
(171,163,183)
#B6AFC1
(182,175,193)
#C1BBCB
(193,187,203)
#CCC7D5
(204,199,213)
#D7D3DF
(215,211,223)
#E2DFE9
(226,223,233)
#EDEBF3
(237,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F738F color. Also use rgb(127,115,143) instead hex code.

Text Font Color

.myTextColor { color: #7F738F; }

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

This text font color is #7F738F.


Background Color

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

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

This div background color is #7F738F.


Border color

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

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

This div border color is #7F738F.


Opacity

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

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

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

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

This text has shadow with #7F738F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F738F on black background.


Color preview on white background

This text has color #7F738F on white background.



Black color preview on #7F738F background

This text has black color on #7F738F background.


White color preview on #7F738F background

This text has white color on #7F738F background.