COLOR #767B5E

HEX: #767B5E RGB: (118,123,94)

Color info

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

RGB color model

#767B5E color RGB value is (118,123,94).

RGB: (118,123,94) (46%, 48%, 37%)

RGB channels and saturation

R 118 of 255 = 46%
G 123 of 255 = 48%
B 94 of 255 = 37%

118
123
94

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

Portions of RGB colors in percentages

R + G + B = 118 + 123 + 94 = 335 (100%)
R 118 of 335 ~ 35.22%
G 123 of 335 ~ 36.72%
B 94 of 335 ~ 28.06'%

%35.22
%36.72
%28.06

CMYK color model

#767B5E color CMYK value is (4,0,24,52).

  • cyan value is 4.07%
  • magenta value is 0.00%
  • yellow value is 23.58%
  • key color value is 51.76%

CMYK: (4,0,24,52)
C4M0Y24K52 (4%, 0%, 24%, 52%)
(0.04 / 0.00 / 0.24 / 0.52)

CMYK percentages

%4.07
%0
%23.58
%51.76

Codes

Color #767B5E in popluar color models

76 7B 5E
RGB 118 123 94
HSL 70° 13.36% 42.55%
HSB/HSV 70° 23.58% 48.24%
CMYK 4.07% 0.00% 23.58%
51.76%

Color #767B5E in popluar number systems.

HEX 76 7B 5E
Decimal 118 123 94
Binary 1110110 1111011 1011110
Octal 166 173 136

Shades and tints

Shades of #767B5E

#767B5E
(118,123,94)
#6C7056
(108,112,86)
#62654E
(98,101,78)
#585A46
(88,90,70)
#4E4F3E
(78,79,62)
#444436
(68,68,54)
#3A392E
(58,57,46)
#302E26
(48,46,38)
#26231E
(38,35,30)
#1C1816
(28,24,22)
#120D0E
(18,13,14)
#000000
(0,0,0)

Tints of #767B5E

#767B5E
(118,123,94)
#82876C
(130,135,108)
#8E937A
(142,147,122)
#9A9F88
(154,159,136)
#A6AB96
(166,171,150)
#B2B7A4
(178,183,164)
#BEC3B2
(190,195,178)
#CACFC0
(202,207,192)
#D6DBCE
(214,219,206)
#E2E7DC
(226,231,220)
#EEF3EA
(238,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767B5E color. Also use rgb(118,123,94) instead hex code.

Text Font Color

.myTextColor { color: #767B5E; }

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

This text font color is #767B5E.

Background Color

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

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

This div background color is #767B5E.

Border color

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

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

This div border color is #767B5E.

Opacity

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

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

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

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

This text has shadow with #767B5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #767B5E.

Preview

Color preview on black background

This text has color #767B5E on black background.


Color preview on white background

This text has color #767B5E on white background.


Black color preview on #767B5E background

This text has black color on #767B5E background.


White color preview on #767B5E background

This text has white color on #767B5E background.


Related colors

Complementary color

Complementary color for #hex is #8984A1.


I love getcolorcode.com

Triadic colors

1 #5E767B and #7B5E76 with #767B5E are triadic colors.

2 #5E7B76 and #7B765E with #767B5E are triadic colors.