COLOR #767972

HEX: #767972
RGB: (118,121,114)

Color info

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

RGB color model

#767972 color RGB value is (118,121,114).

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

RGB channels and saturation

R 118 of 255 = 46%
G 121 of 255 = 47%
B 114 of 255 = 45%

118
121
114

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

Portions of RGB colors in percentages

R + G + B =
118 + 121 + 114 = 353 (100%)
R 118 of 353 ~ 33.43%
G 121 of 353 ~ 34.28%
B 114 of 353 ~ 32.29%

%33.43
%34.28
%32.29

CMYK color model

#767972 color CMYK value is (2,0,6,53).

  • cyan value is 2.48%
  • magenta value is 0.00%
  • yellow value is 5.79%
  • key color value is 52.55%
CMYK:
(2,0,6,53)
C2M0Y6K53 
(2%,0%,6%,53%)
(0.02/0.00/0.06/0.53)	

CMYK percentages

%2.48
%0
%5.79
%52.55

Codes

Color #767972 in popluar color models

767972
RGB118121114
HSL86°2.98%46.08%
HSB/HSV86°5.79%47.45%
CMYK2.48%0.00%5.79%
52.55%

Color #767972 in popluar number systems.

HEX767972
Decimal118121114
Binary111011011110011110010
Octal166171162

Shades and tints

Shades of #767972

#767972
(118,121,114)
#6C6E68
(108,110,104)
#62635E
(98,99,94)
#585854
(88,88,84)
#4E4D4A
(78,77,74)
#444240
(68,66,64)
#3A3736
(58,55,54)
#302C2C
(48,44,44)
#262122
(38,33,34)
#1C1618
(28,22,24)
#120B0E
(18,11,14)
#000000
(0,0,0)

Tints of #767972

#767972
(118,121,114)
#82857E
(130,133,126)
#8E918A
(142,145,138)
#9A9D96
(154,157,150)
#A6A9A2
(166,169,162)
#B2B5AE
(178,181,174)
#BEC1BA
(190,193,186)
#CACDC6
(202,205,198)
#D6D9D2
(214,217,210)
#E2E5DE
(226,229,222)
#EEF1EA
(238,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767972; }

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

This text font color is #767972.


Background Color

.myBgColor { background-color: #767972; }

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

This div background color is #767972.


Border color

.myBorderColor { border: 1px solid #767972; }

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

This div border color is #767972.


Opacity

.myOpacity80 { color: #767972; opacity: 0.8; }

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

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

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

This text has shadow with #767972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767972 on black background.


Color preview on white background

This text has color #767972 on white background.



Black color preview on #767972 background

This text has black color on #767972 background.


White color preview on #767972 background

This text has white color on #767972 background.