COLOR #76727D

HEX: #76727D RGB: (118,114,125)

Color info

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

RGB color model

#76727D color RGB value is (118,114,125).

RGB: (118,114,125) (46%, 45%, 49%)

RGB channels and saturation

R 118 of 255 = 46%
G 114 of 255 = 45%
B 125 of 255 = 49%

118
114
125

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

Portions of RGB colors in percentages

R + G + B = 118 + 114 + 125 = 357 (100%)
R 118 of 357 ~ 33.05%
G 114 of 357 ~ 31.93%
B 125 of 357 ~ 35.01'%

%33.05
%31.93
%35.01

CMYK color model

#76727D color CMYK value is (6,9,0,51).

  • cyan value is 5.60%
  • magenta value is 8.80%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (6,9,0,51)
C6M9Y0K51 (6%, 9%, 0%, 51%)
(0.06 / 0.09 / 0.00 / 0.51)

CMYK percentages

%5.6
%8.8
%0
%50.98

Codes

Color #76727D in popluar color models

76 72 7D
RGB 118 114 125
HSL 262° 4.60% 46.86%
HSB/HSV 262° 8.80% 49.02%
CMYK 5.60% 8.80% 0.00%
50.98%

Color #76727D in popluar number systems.

HEX 76 72 7D
Decimal 118 114 125
Binary 1110110 1110010 1111101
Octal 166 162 175

Shades and tints

Shades of #76727D

#76727D
(118,114,125)
#6C6872
(108,104,114)
#625E67
(98,94,103)
#58545C
(88,84,92)
#4E4A51
(78,74,81)
#444046
(68,64,70)
#3A363B
(58,54,59)
#302C30
(48,44,48)
#262225
(38,34,37)
#1C181A
(28,24,26)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #76727D

#76727D
(118,114,125)
#827E88
(130,126,136)
#8E8A93
(142,138,147)
#9A969E
(154,150,158)
#A6A2A9
(166,162,169)
#B2AEB4
(178,174,180)
#BEBABF
(190,186,191)
#CAC6CA
(202,198,202)
#D6D2D5
(214,210,213)
#E2DEE0
(226,222,224)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76727D; }

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

This text font color is #76727D.

Background Color

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

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

This div background color is #76727D.

Border color

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

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

This div border color is #76727D.

Opacity

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

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

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

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

This text has shadow with #76727D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76727D.

Preview

Color preview on black background

This text has color #76727D on black background.


Color preview on white background

This text has color #76727D on white background.


Black color preview on #76727D background

This text has black color on #76727D background.


White color preview on #76727D background

This text has white color on #76727D background.


Related colors

Complementary color

Complementary color for #hex is #898D82.


I love getcolorcode.com

Triadic colors

1 #7D7672 and #727D76 with #76727D are triadic colors.

2 #7D7276 and #72767D with #76727D are triadic colors.