COLOR #7F6A76

HEX: #7F6A76 RGB: (127,106,118)

Color info

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

RGB color model

#7F6A76 color RGB value is (127,106,118).

RGB: (127,106,118) (50%, 42%, 46%)

RGB channels and saturation

R 127 of 255 = 50%
G 106 of 255 = 42%
B 118 of 255 = 46%

127
106
118

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

Portions of RGB colors in percentages

R + G + B = 127 + 106 + 118 = 351 (100%)
R 127 of 351 ~ 36.18%
G 106 of 351 ~ 30.2%
B 118 of 351 ~ 33.62'%

%36.18
%30.2
%33.62

CMYK color model

#7F6A76 color CMYK value is (0,17,7,50).

  • cyan value is 0.00%
  • magenta value is 16.54%
  • yellow value is 7.09%
  • key color value is 50.20%

CMYK: (0,17,7,50)
C0M17Y7K50 (0%, 17%, 7%, 50%)
(0.00 / 0.17 / 0.07 / 0.50)

CMYK percentages

%0
%16.54
%7.09
%50.2

Codes

Color #7F6A76 in popluar color models

7F 6A 76
RGB 127 106 118
HSL 326° 9.01% 45.69%
HSB/HSV 326° 16.54% 49.80%
CMYK 0.00% 16.54% 7.09%
50.20%

Color #7F6A76 in popluar number systems.

HEX 7F 6A 76
Decimal 127 106 118
Binary 1111111 1101010 1110110
Octal 177 152 166

Shades and tints

Shades of #7F6A76

#7F6A76
(127,106,118)
#74616C
(116,97,108)
#695862
(105,88,98)
#5E4F58
(94,79,88)
#53464E
(83,70,78)
#483D44
(72,61,68)
#3D343A
(61,52,58)
#322B30
(50,43,48)
#272226
(39,34,38)
#1C191C
(28,25,28)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #7F6A76

#7F6A76
(127,106,118)
#8A7782
(138,119,130)
#95848E
(149,132,142)
#A0919A
(160,145,154)
#AB9EA6
(171,158,166)
#B6ABB2
(182,171,178)
#C1B8BE
(193,184,190)
#CCC5CA
(204,197,202)
#D7D2D6
(215,210,214)
#E2DFE2
(226,223,226)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F6A76; }

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

This text font color is #7F6A76.

Background Color

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

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

This div background color is #7F6A76.

Border color

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

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

This div border color is #7F6A76.

Opacity

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

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

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

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

This text has shadow with #7F6A76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F6A76.

Preview

Color preview on black background

This text has color #7F6A76 on black background.


Color preview on white background

This text has color #7F6A76 on white background.


Black color preview on #7F6A76 background

This text has black color on #7F6A76 background.


White color preview on #7F6A76 background

This text has white color on #7F6A76 background.


Related colors

Complementary color

Complementary color for #hex is #809589.


I love getcolorcode.com

Triadic colors

1 #767F6A and #6A767F with #7F6A76 are triadic colors.

2 #766A7F and #6A7F76 with #7F6A76 are triadic colors.