COLOR #76727F

HEX: #76727F RGB: (118,114,127)

Color info

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

RGB color model

#76727F color RGB value is (118,114,127).

RGB: (118,114,127) (46%, 45%, 50%)

RGB channels and saturation

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

118
114
127

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

Portions of RGB colors in percentages

R + G + B = 118 + 114 + 127 = 359 (100%)
R 118 of 359 ~ 32.87%
G 114 of 359 ~ 31.75%
B 127 of 359 ~ 35.38'%

%32.87
%31.75
%35.38

CMYK color model

#76727F color CMYK value is (7,10,0,50).

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

CMYK: (7,10,0,50)
C7M10Y0K50 (7%, 10%, 0%, 50%)
(0.07 / 0.10 / 0.00 / 0.50)

CMYK percentages

%7.09
%10.24
%0
%50.2

Codes

Color #76727F in popluar color models

76 72 7F
RGB 118 114 127
HSL 258° 5.39% 47.25%
HSB/HSV 258° 10.24% 49.80%
CMYK 7.09% 10.24% 0.00%
50.20%

Color #76727F in popluar number systems.

HEX 76 72 7F
Decimal 118 114 127
Binary 1110110 1110010 1111111
Octal 166 162 177

Shades and tints

Shades of #76727F

#76727F
(118,114,127)
#6C6874
(108,104,116)
#625E69
(98,94,105)
#58545E
(88,84,94)
#4E4A53
(78,74,83)
#444048
(68,64,72)
#3A363D
(58,54,61)
#302C32
(48,44,50)
#262227
(38,34,39)
#1C181C
(28,24,28)
#120E11
(18,14,17)
#000000
(0,0,0)

Tints of #76727F

#76727F
(118,114,127)
#827E8A
(130,126,138)
#8E8A95
(142,138,149)
#9A96A0
(154,150,160)
#A6A2AB
(166,162,171)
#B2AEB6
(178,174,182)
#BEBAC1
(190,186,193)
#CAC6CC
(202,198,204)
#D6D2D7
(214,210,215)
#E2DEE2
(226,222,226)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76727F color. Also use rgb(118,114,127) instead hex code.

Text Font Color

.myTextColor { color: #76727F; }

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

This text font color is #76727F.

Background Color

.myBgColor { background-color: #76727F; }

<div style="background-color:#76727F">Inner text</div>

This div background color is #76727F.

Border color

.myBorderColor { border: 1px solid #76727F; }

<div style="border:3px solid #76727F">Div</div>

This div border color is #76727F.

Opacity

.myOpacity80 { color: #76727F; opacity: 0.8; }

<p style="color:#76727F;opacity:0.8;">80%</p>

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

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

This text has shadow with #76727F color.


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

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

This text has shadow with #76727F primary color and red secondary color.


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

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

This text has shadow with #76727F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #76727F.

Preview

Color preview on black background

This text has color #76727F on black background.


Color preview on white background

This text has color #76727F on white background.


Black color preview on #76727F background

This text has black color on #76727F background.


White color preview on #76727F background

This text has white color on #76727F background.


Related colors

Complementary color

Complementary color for #hex is #898D80.


I love getcolorcode.com

Triadic colors

1 #7F7672 and #727F76 with #76727F are triadic colors.

2 #7F7276 and #72767F with #76727F are triadic colors.