COLOR #7F7673

HEX: #7F7673
RGB: (127,118,115)

Color info

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

RGB color model

#7F7673 color RGB value is (127,118,115).

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

RGB channels and saturation

R 127 of 255 = 50%
G 118 of 255 = 46%
B 115 of 255 = 45%

127
118
115

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

Portions of RGB colors in percentages

R + G + B =
127 + 118 + 115 = 360 (100%)
R 127 of 360 ~ 35.28%
G 118 of 360 ~ 32.78%
B 115 of 360 ~ 31.94%

%35.28
%32.78
%31.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.09%
  • yellow value is 9.45%
  • key color value is 50.20%
CMYK:
(0,7,9,50)
C0M7Y9K50 
(0%,7%,9%,50%)
(0.00/0.07/0.09/0.50)	

CMYK percentages

%0
%7.09
%9.45
%50.2

Codes

Color #7F7673 in popluar color models

7F7673
RGB127118115
HSL15°4.96%47.45%
HSB/HSV15°9.45%49.80%
CMYK0.00%7.09%9.45%
50.20%

Color #7F7673 in popluar number systems.

HEX7F7673
Decimal127118115
Binary111111111101101110011
Octal177166163

Shades and tints

Shades of #7F7673

#7F7673
(127,118,115)
#746C69
(116,108,105)
#69625F
(105,98,95)
#5E5855
(94,88,85)
#534E4B
(83,78,75)
#484441
(72,68,65)
#3D3A37
(61,58,55)
#32302D
(50,48,45)
#272623
(39,38,35)
#1C1C19
(28,28,25)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #7F7673

#7F7673
(127,118,115)
#8A827F
(138,130,127)
#958E8B
(149,142,139)
#A09A97
(160,154,151)
#ABA6A3
(171,166,163)
#B6B2AF
(182,178,175)
#C1BEBB
(193,190,187)
#CCCAC7
(204,202,199)
#D7D6D3
(215,214,211)
#E2E2DF
(226,226,223)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7673; }

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

This text font color is #7F7673.


Background Color

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

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

This div background color is #7F7673.


Border color

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

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

This div border color is #7F7673.


Opacity

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

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

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

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

This text has shadow with #7F7673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7673 on black background.


Color preview on white background

This text has color #7F7673 on white background.



Black color preview on #7F7673 background

This text has black color on #7F7673 background.


White color preview on #7F7673 background

This text has white color on #7F7673 background.