COLOR #767A72

HEX: #767A72
RGB: (118,122,114)

Color info

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

RGB color model

#767A72 color RGB value is (118,122,114).

  • red value is 118;
  • green value is 122;
  • blue value is 114.
RGB:
(118,122,114)
(46%,48%,45%)

RGB channels and saturation

R 118 of 255 = 46%
G 122 of 255 = 48%
B 114 of 255 = 45%

118
122
114

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

Portions of RGB colors in percentages

R + G + B =
118 + 122 + 114 = 354 (100%)
R 118 of 354 ~ 33.33%
G 122 of 354 ~ 34.46%
B 114 of 354 ~ 32.2%

%33.33
%34.46
%32.2

CMYK color model

#767A72 color CMYK value is (3,0,7,52).

  • cyan value is 3.28%
  • magenta value is 0.00%
  • yellow value is 6.56%
  • key color value is 52.16%
CMYK:
(3,0,7,52)
C3M0Y7K52 
(3%,0%,7%,52%)
(0.03/0.00/0.07/0.52)	

CMYK percentages

%3.28
%0
%6.56
%52.16

Codes

Color #767A72 in popluar color models

767A72
RGB118122114
HSL90°3.39%46.27%
HSB/HSV90°6.56%47.84%
CMYK3.28%0.00%6.56%
52.16%

Color #767A72 in popluar number systems.

HEX767A72
Decimal118122114
Binary111011011110101110010
Octal166172162

Shades and tints

Shades of #767A72

#767A72
(118,122,114)
#6C6F68
(108,111,104)
#62645E
(98,100,94)
#585954
(88,89,84)
#4E4E4A
(78,78,74)
#444340
(68,67,64)
#3A3836
(58,56,54)
#302D2C
(48,45,44)
#262222
(38,34,34)
#1C1718
(28,23,24)
#120C0E
(18,12,14)
#000000
(0,0,0)

Tints of #767A72

#767A72
(118,122,114)
#82867E
(130,134,126)
#8E928A
(142,146,138)
#9A9E96
(154,158,150)
#A6AAA2
(166,170,162)
#B2B6AE
(178,182,174)
#BEC2BA
(190,194,186)
#CACEC6
(202,206,198)
#D6DAD2
(214,218,210)
#E2E6DE
(226,230,222)
#EEF2EA
(238,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767A72 color. Also use rgb(118,122,114) instead hex code.

Text Font Color

.myTextColor { color: #767A72; }

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

This text font color is #767A72.


Background Color

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

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

This div background color is #767A72.


Border color

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

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

This div border color is #767A72.


Opacity

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

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

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

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

This text has shadow with #767A72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767A72 on black background.


Color preview on white background

This text has color #767A72 on white background.



Black color preview on #767A72 background

This text has black color on #767A72 background.


White color preview on #767A72 background

This text has white color on #767A72 background.