COLOR #767270

HEX: #767270
RGB: (118,114,112)

Color info

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

RGB color model

#767270 color RGB value is (118,114,112).

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

RGB channels and saturation

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

118
114
112

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

Portions of RGB colors in percentages

R + G + B =
118 + 114 + 112 = 344 (100%)
R 118 of 344 ~ 34.3%
G 114 of 344 ~ 33.14%
B 112 of 344 ~ 32.56%

%34.3
%33.14
%32.56

CMYK color model

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

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

CMYK percentages

%0
%3.39
%5.08
%53.73

Codes

Color #767270 in popluar color models

767270
RGB118114112
HSL20°2.61%45.10%
HSB/HSV20°5.08%46.27%
CMYK0.00%3.39%5.08%
53.73%

Color #767270 in popluar number systems.

HEX767270
Decimal118114112
Binary111011011100101110000
Octal166162160

Shades and tints

Shades of #767270

#767270
(118,114,112)
#6C6866
(108,104,102)
#625E5C
(98,94,92)
#585452
(88,84,82)
#4E4A48
(78,74,72)
#44403E
(68,64,62)
#3A3634
(58,54,52)
#302C2A
(48,44,42)
#262220
(38,34,32)
#1C1816
(28,24,22)
#120E0C
(18,14,12)
#000000
(0,0,0)

Tints of #767270

#767270
(118,114,112)
#827E7D
(130,126,125)
#8E8A8A
(142,138,138)
#9A9697
(154,150,151)
#A6A2A4
(166,162,164)
#B2AEB1
(178,174,177)
#BEBABE
(190,186,190)
#CAC6CB
(202,198,203)
#D6D2D8
(214,210,216)
#E2DEE5
(226,222,229)
#EEEAF2
(238,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767270; }

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

This text font color is #767270.


Background Color

.myBgColor { background-color: #767270; }

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

This div background color is #767270.


Border color

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

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

This div border color is #767270.


Opacity

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

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

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

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

This text has shadow with #767270 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767270 on black background.


Color preview on white background

This text has color #767270 on white background.



Black color preview on #767270 background

This text has black color on #767270 background.


White color preview on #767270 background

This text has white color on #767270 background.