COLOR #76796B

HEX: #76796B
RGB: (118,121,107)

Color info

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

RGB color model

#76796B color RGB value is (118,121,107).

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

RGB channels and saturation

R 118 of 255 = 46%
G 121 of 255 = 47%
B 107 of 255 = 42%

118
121
107

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

Portions of RGB colors in percentages

R + G + B =
118 + 121 + 107 = 346 (100%)
R 118 of 346 ~ 34.1%
G 121 of 346 ~ 34.97%
B 107 of 346 ~ 30.92%

%34.1
%34.97
%30.92

CMYK color model

#76796B color CMYK value is (2,0,12,53).

  • cyan value is 2.48%
  • magenta value is 0.00%
  • yellow value is 11.57%
  • key color value is 52.55%
CMYK:
(2,0,12,53)
C2M0Y12K53 
(2%,0%,12%,53%)
(0.02/0.00/0.12/0.53)	

CMYK percentages

%2.48
%0
%11.57
%52.55

Codes

Color #76796B in popluar color models

76796B
RGB118121107
HSL73°6.14%44.71%
HSB/HSV73°11.57%47.45%
CMYK2.48%0.00%11.57%
52.55%

Color #76796B in popluar number systems.

HEX76796B
Decimal118121107
Binary111011011110011101011
Octal166171153

Shades and tints

Shades of #76796B

#76796B
(118,121,107)
#6C6E62
(108,110,98)
#626359
(98,99,89)
#585850
(88,88,80)
#4E4D47
(78,77,71)
#44423E
(68,66,62)
#3A3735
(58,55,53)
#302C2C
(48,44,44)
#262123
(38,33,35)
#1C161A
(28,22,26)
#120B11
(18,11,17)
#000000
(0,0,0)

Tints of #76796B

#76796B
(118,121,107)
#828578
(130,133,120)
#8E9185
(142,145,133)
#9A9D92
(154,157,146)
#A6A99F
(166,169,159)
#B2B5AC
(178,181,172)
#BEC1B9
(190,193,185)
#CACDC6
(202,205,198)
#D6D9D3
(214,217,211)
#E2E5E0
(226,229,224)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76796B; }

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

This text font color is #76796B.


Background Color

.myBgColor { background-color: #76796B; }

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

This div background color is #76796B.


Border color

.myBorderColor { border: 1px solid #76796B; }

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

This div border color is #76796B.


Opacity

.myOpacity80 { color: #76796B; opacity: 0.8; }

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

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

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

This text has shadow with #76796B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76796B on black background.


Color preview on white background

This text has color #76796B on white background.



Black color preview on #76796B background

This text has black color on #76796B background.


White color preview on #76796B background

This text has white color on #76796B background.