COLOR #767179

HEX: #767179
RGB: (118,113,121)

Color info

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

RGB color model

#767179 color RGB value is (118,113,121).

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

RGB channels and saturation

R 118 of 255 = 46%
G 113 of 255 = 44%
B 121 of 255 = 47%

118
113
121

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

Portions of RGB colors in percentages

R + G + B =
118 + 113 + 121 = 352 (100%)
R 118 of 352 ~ 33.52%
G 113 of 352 ~ 32.1%
B 121 of 352 ~ 34.38%

%33.52
%32.1
%34.38

CMYK color model

#767179 color CMYK value is (2,7,0,53).

  • cyan value is 2.48%
  • magenta value is 6.61%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(2,7,0,53)
C2M7Y0K53 
(2%,7%,0%,53%)
(0.02/0.07/0.00/0.53)	

CMYK percentages

%2.48
%6.61
%0
%52.55

Codes

Color #767179 in popluar color models

767179
RGB118113121
HSL278°3.42%45.88%
HSB/HSV278°6.61%47.45%
CMYK2.48%6.61%0.00%
52.55%

Color #767179 in popluar number systems.

HEX767179
Decimal118113121
Binary111011011100011111001
Octal166161171

Shades and tints

Shades of #767179

#767179
(118,113,121)
#6C676E
(108,103,110)
#625D63
(98,93,99)
#585358
(88,83,88)
#4E494D
(78,73,77)
#443F42
(68,63,66)
#3A3537
(58,53,55)
#302B2C
(48,43,44)
#262121
(38,33,33)
#1C1716
(28,23,22)
#120D0B
(18,13,11)
#000000
(0,0,0)

Tints of #767179

#767179
(118,113,121)
#827D85
(130,125,133)
#8E8991
(142,137,145)
#9A959D
(154,149,157)
#A6A1A9
(166,161,169)
#B2ADB5
(178,173,181)
#BEB9C1
(190,185,193)
#CAC5CD
(202,197,205)
#D6D1D9
(214,209,217)
#E2DDE5
(226,221,229)
#EEE9F1
(238,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767179; }

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

This text font color is #767179.


Background Color

.myBgColor { background-color: #767179; }

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

This div background color is #767179.


Border color

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

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

This div border color is #767179.


Opacity

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

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

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

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

This text has shadow with #767179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767179 on black background.


Color preview on white background

This text has color #767179 on white background.



Black color preview on #767179 background

This text has black color on #767179 background.


White color preview on #767179 background

This text has white color on #767179 background.