COLOR #767F81

HEX: #767F81 RGB: (118,127,129)

Color info

#767F81 contains red, green and blue colors in about the same proportion. Web safe color of #767F81 is #666699 (or #669).

RGB color model

#767F81 color RGB value is (118,127,129).

RGB: (118,127,129) (46%, 50%, 51%)

RGB channels and saturation

R 118 of 255 = 46%
G 127 of 255 = 50%
B 129 of 255 = 51%

118
127
129

R + G + B ~ 49%. #767F81 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 118 + 127 + 129 = 374 (100%)
R 118 of 374 ~ 31.55%
G 127 of 374 ~ 33.96%
B 129 of 374 ~ 34.49'%

%31.55
%33.96
%34.49

CMYK color model

#767F81 color CMYK value is (9,2,0,49).

  • cyan value is 8.53%
  • magenta value is 1.55%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK: (9,2,0,49) C9M2Y0K49 (9%,2%,0%,49%) (0.09/0.02/0.00/0.49) 

CMYK percentages

%8.53
%1.55
%0
%49.41

Codes

Color #767F81 in popluar color models

76 7F 81
RGB 118 127 129
HSL 191° 4.45% 48.43%
HSB/HSV 191° 8.53% 50.59%
CMYK 8.53% 1.55% 0.00%
49.41%

Color #767F81 in popluar number systems.

HEX 76 7F 81
Decimal 118 127 129
Binary 1110110 1111111 10000001
Octal 166 177 201

Shades and tints

Shades of #767F81

#767F81
(118,127,129)
#6C7476
(108,116,118)
#62696B
(98,105,107)
#585E60
(88,94,96)
#4E5355
(78,83,85)
#44484A
(68,72,74)
#3A3D3F
(58,61,63)
#303234
(48,50,52)
#262729
(38,39,41)
#1C1C1E
(28,28,30)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #767F81

#767F81
(118,127,129)
#828A8C
(130,138,140)
#8E9597
(142,149,151)
#9AA0A2
(154,160,162)
#A6ABAD
(166,171,173)
#B2B6B8
(178,182,184)
#BEC1C3
(190,193,195)
#CACCCE
(202,204,206)
#D6D7D9
(214,215,217)
#E2E2E4
(226,226,228)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767F81 color. Also use rgb(118,127,129) instead hex code.

Text Font Color

.myTextColor { color: #767F81; }

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

This text font color is #767F81.

Background Color

.myBgColor { background-color: #767F81; }

<div style="background-color:#767F81">Inner text</div>

This div background color is #767F81.

Border color

.myBorderColor { border: 1px solid #767F81; }

<div style="border:3px solid #767F81">Div</div>

This div border color is #767F81.

Opacity

.myOpacity80 { color: #767F81; opacity: 0.8; }

<p style="color:#767F81;opacity:0.8;">80%</p>

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

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

This text has shadow with #767F81 color.


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

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

This text has shadow with #767F81 primary color and red secondary color.


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

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

This text has shadow with #767F81 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #767F81.

Preview

Color preview on black background

This text has color #767F81 on black background.


Color preview on white background

This text has color #767F81 on white background.


Black color preview on #767F81 background

This text has black color on #767F81 background.


White color preview on #767F81 background

This text has white color on #767F81 background.


Related colors

Complementary color

Complementary color for #hex is #89807E.


I love getcolorcode.com

Triadic colors

1 #81767F and #7F8176 with #767F81 are triadic colors.

2 #817F76 and #7F7681 with #767F81 are triadic colors.