COLOR #7F7073

HEX: #7F7073
RGB: (127,112,115)

Color info

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

RGB color model

#7F7073 color RGB value is (127,112,115).

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

RGB channels and saturation

R 127 of 255 = 50%
G 112 of 255 = 44%
B 115 of 255 = 45%

127
112
115

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

Portions of RGB colors in percentages

R + G + B =
127 + 112 + 115 = 354 (100%)
R 127 of 354 ~ 35.88%
G 112 of 354 ~ 31.64%
B 115 of 354 ~ 32.49%

%35.88
%31.64
%32.49

CMYK color model

#7F7073 color CMYK value is (0,12,9,50).

  • cyan value is 0.00%
  • magenta value is 11.81%
  • yellow value is 9.45%
  • key color value is 50.20%
CMYK:
(0,12,9,50)
C0M12Y9K50 
(0%,12%,9%,50%)
(0.00/0.12/0.09/0.50)	

CMYK percentages

%0
%11.81
%9.45
%50.2

Codes

Color #7F7073 in popluar color models

7F7073
RGB127112115
HSL348°6.28%46.86%
HSB/HSV348°11.81%49.80%
CMYK0.00%11.81%9.45%
50.20%

Color #7F7073 in popluar number systems.

HEX7F7073
Decimal127112115
Binary111111111100001110011
Octal177160163

Shades and tints

Shades of #7F7073

#7F7073
(127,112,115)
#746669
(116,102,105)
#695C5F
(105,92,95)
#5E5255
(94,82,85)
#53484B
(83,72,75)
#483E41
(72,62,65)
#3D3437
(61,52,55)
#322A2D
(50,42,45)
#272023
(39,32,35)
#1C1619
(28,22,25)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #7F7073

#7F7073
(127,112,115)
#8A7D7F
(138,125,127)
#958A8B
(149,138,139)
#A09797
(160,151,151)
#ABA4A3
(171,164,163)
#B6B1AF
(182,177,175)
#C1BEBB
(193,190,187)
#CCCBC7
(204,203,199)
#D7D8D3
(215,216,211)
#E2E5DF
(226,229,223)
#EDF2EB
(237,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7073; }

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

This text font color is #7F7073.


Background Color

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

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

This div background color is #7F7073.


Border color

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

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

This div border color is #7F7073.


Opacity

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

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

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

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

This text has shadow with #7F7073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7073 on black background.


Color preview on white background

This text has color #7F7073 on white background.



Black color preview on #7F7073 background

This text has black color on #7F7073 background.


White color preview on #7F7073 background

This text has white color on #7F7073 background.