COLOR #767272

HEX: #767272
RGB: (118,114,114)

Color info

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

RGB color model

#767272 color RGB value is (118,114,114).

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

RGB channels and saturation

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

118
114
114

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

Portions of RGB colors in percentages

R + G + B =
118 + 114 + 114 = 346 (100%)
R 118 of 346 ~ 34.1%
G 114 of 346 ~ 32.95%
B 114 of 346 ~ 32.95%

%34.1
%32.95
%32.95

CMYK color model

#767272 color CMYK value is (0,3,3,54).

  • cyan value is 0.00%
  • magenta value is 3.39%
  • yellow value is 3.39%
  • key color value is 53.73%
CMYK:
(0,3,3,54)
C0M3Y3K54 
(0%,3%,3%,54%)
(0.00/0.03/0.03/0.54)	

CMYK percentages

%0
%3.39
%3.39
%53.73

Codes

Color #767272 in popluar color models

767272
RGB118114114
HSL1.72%45.49%
HSB/HSV3.39%46.27%
CMYK0.00%3.39%3.39%
53.73%

Color #767272 in popluar number systems.

HEX767272
Decimal118114114
Binary111011011100101110010
Octal166162162

Shades and tints

Shades of #767272

#767272
(118,114,114)
#6C6868
(108,104,104)
#625E5E
(98,94,94)
#585454
(88,84,84)
#4E4A4A
(78,74,74)
#444040
(68,64,64)
#3A3636
(58,54,54)
#302C2C
(48,44,44)
#262222
(38,34,34)
#1C1818
(28,24,24)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #767272

#767272
(118,114,114)
#827E7E
(130,126,126)
#8E8A8A
(142,138,138)
#9A9696
(154,150,150)
#A6A2A2
(166,162,162)
#B2AEAE
(178,174,174)
#BEBABA
(190,186,186)
#CAC6C6
(202,198,198)
#D6D2D2
(214,210,210)
#E2DEDE
(226,222,222)
#EEEAEA
(238,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767272; }

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

This text font color is #767272.


Background Color

.myBgColor { background-color: #767272; }

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

This div background color is #767272.


Border color

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

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

This div border color is #767272.


Opacity

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

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

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

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

This text has shadow with #767272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767272 on black background.


Color preview on white background

This text has color #767272 on white background.



Black color preview on #767272 background

This text has black color on #767272 background.


White color preview on #767272 background

This text has white color on #767272 background.