COLOR #7F6776

HEX: #7F6776 RGB: (127,103,118)

Color info

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

RGB color model

#7F6776 color RGB value is (127,103,118).

RGB: (127,103,118) (50%, 40%, 46%)

RGB channels and saturation

R 127 of 255 = 50%
G 103 of 255 = 40%
B 118 of 255 = 46%

127
103
118

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

Portions of RGB colors in percentages

R + G + B = 127 + 103 + 118 = 348 (100%)
R 127 of 348 ~ 36.49%
G 103 of 348 ~ 29.6%
B 118 of 348 ~ 33.91'%

%36.49
%29.6
%33.91

CMYK color model

#7F6776 color CMYK value is (0,19,7,50).

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

CMYK: (0,19,7,50)
C0M19Y7K50 (0%, 19%, 7%, 50%)
(0.00 / 0.19 / 0.07 / 0.50)

CMYK percentages

%0
%18.9
%7.09
%50.2

Codes

Color #7F6776 in popluar color models

7F 67 76
RGB 127 103 118
HSL 323° 10.43% 45.10%
HSB/HSV 323° 18.90% 49.80%
CMYK 0.00% 18.90% 7.09%
50.20%

Color #7F6776 in popluar number systems.

HEX 7F 67 76
Decimal 127 103 118
Binary 1111111 1100111 1110110
Octal 177 147 166

Shades and tints

Shades of #7F6776

#7F6776
(127,103,118)
#745E6C
(116,94,108)
#695562
(105,85,98)
#5E4C58
(94,76,88)
#53434E
(83,67,78)
#483A44
(72,58,68)
#3D313A
(61,49,58)
#322830
(50,40,48)
#271F26
(39,31,38)
#1C161C
(28,22,28)
#110D12
(17,13,18)
#000000
(0,0,0)

Tints of #7F6776

#7F6776
(127,103,118)
#8A7482
(138,116,130)
#95818E
(149,129,142)
#A08E9A
(160,142,154)
#AB9BA6
(171,155,166)
#B6A8B2
(182,168,178)
#C1B5BE
(193,181,190)
#CCC2CA
(204,194,202)
#D7CFD6
(215,207,214)
#E2DCE2
(226,220,226)
#EDE9EE
(237,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F6776; }

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

This text font color is #7F6776.

Background Color

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

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

This div background color is #7F6776.

Border color

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

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

This div border color is #7F6776.

Opacity

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

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

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

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

This text has shadow with #7F6776 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F6776.

Preview

Color preview on black background

This text has color #7F6776 on black background.


Color preview on white background

This text has color #7F6776 on white background.


Black color preview on #7F6776 background

This text has black color on #7F6776 background.


White color preview on #7F6776 background

This text has white color on #7F6776 background.


Related colors

Complementary color

Complementary color for #hex is #809889.


I love getcolorcode.com

Triadic colors

1 #767F67 and #67767F with #7F6776 are triadic colors.

2 #76677F and #677F76 with #7F6776 are triadic colors.