COLOR #7F756E

HEX: #7F756E
RGB: (127,117,110)

Color info

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

RGB color model

#7F756E color RGB value is (127,117,110).

  • red value is 127;
  • green value is 117;
  • blue value is 110.
RGB:
(127,117,110)
(50%,46%,43%)

RGB channels and saturation

R 127 of 255 = 50%
G 117 of 255 = 46%
B 110 of 255 = 43%

127
117
110

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

Portions of RGB colors in percentages

R + G + B =
127 + 117 + 110 = 354 (100%)
R 127 of 354 ~ 35.88%
G 117 of 354 ~ 33.05%
B 110 of 354 ~ 31.07%

%35.88
%33.05
%31.07

CMYK color model

#7F756E color CMYK value is (0,8,13,50).

  • cyan value is 0.00%
  • magenta value is 7.87%
  • yellow value is 13.39%
  • key color value is 50.20%
CMYK:
(0,8,13,50)
C0M8Y13K50 
(0%,8%,13%,50%)
(0.00/0.08/0.13/0.50)	

CMYK percentages

%0
%7.87
%13.39
%50.2

Codes

Color #7F756E in popluar color models

7F756E
RGB127117110
HSL25°7.17%46.47%
HSB/HSV25°13.39%49.80%
CMYK0.00%7.87%13.39%
50.20%

Color #7F756E in popluar number systems.

HEX7F756E
Decimal127117110
Binary111111111101011101110
Octal177165156

Shades and tints

Shades of #7F756E

#7F756E
(127,117,110)
#746B64
(116,107,100)
#69615A
(105,97,90)
#5E5750
(94,87,80)
#534D46
(83,77,70)
#48433C
(72,67,60)
#3D3932
(61,57,50)
#322F28
(50,47,40)
#27251E
(39,37,30)
#1C1B14
(28,27,20)
#11110A
(17,17,10)
#000000
(0,0,0)

Tints of #7F756E

#7F756E
(127,117,110)
#8A817B
(138,129,123)
#958D88
(149,141,136)
#A09995
(160,153,149)
#ABA5A2
(171,165,162)
#B6B1AF
(182,177,175)
#C1BDBC
(193,189,188)
#CCC9C9
(204,201,201)
#D7D5D6
(215,213,214)
#E2E1E3
(226,225,227)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F756E color. Also use rgb(127,117,110) instead hex code.

Text Font Color

.myTextColor { color: #7F756E; }

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

This text font color is #7F756E.


Background Color

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

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

This div background color is #7F756E.


Border color

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

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

This div border color is #7F756E.


Opacity

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

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

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

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

This text has shadow with #7F756E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F756E on black background.


Color preview on white background

This text has color #7F756E on white background.



Black color preview on #7F756E background

This text has black color on #7F756E background.


White color preview on #7F756E background

This text has white color on #7F756E background.