COLOR #76796C

HEX: #76796C
RGB: (118,121,108)

Color info

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

RGB color model

#76796C color RGB value is (118,121,108).

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

RGB channels and saturation

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

118
121
108

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

Portions of RGB colors in percentages

R + G + B =
118 + 121 + 108 = 347 (100%)
R 118 of 347 ~ 34.01%
G 121 of 347 ~ 34.87%
B 108 of 347 ~ 31.12%

%34.01
%34.87
%31.12

CMYK color model

#76796C color CMYK value is (2,0,11,53).

  • cyan value is 2.48%
  • magenta value is 0.00%
  • yellow value is 10.74%
  • key color value is 52.55%
CMYK:
(2,0,11,53)
C2M0Y11K53 
(2%,0%,11%,53%)
(0.02/0.00/0.11/0.53)	

CMYK percentages

%2.48
%0
%10.74
%52.55

Codes

Color #76796C in popluar color models

76796C
RGB118121108
HSL74°5.68%44.90%
HSB/HSV74°10.74%47.45%
CMYK2.48%0.00%10.74%
52.55%

Color #76796C in popluar number systems.

HEX76796C
Decimal118121108
Binary111011011110011101100
Octal166171154

Shades and tints

Shades of #76796C

#76796C
(118,121,108)
#6C6E63
(108,110,99)
#62635A
(98,99,90)
#585851
(88,88,81)
#4E4D48
(78,77,72)
#44423F
(68,66,63)
#3A3736
(58,55,54)
#302C2D
(48,44,45)
#262124
(38,33,36)
#1C161B
(28,22,27)
#120B12
(18,11,18)
#000000
(0,0,0)

Tints of #76796C

#76796C
(118,121,108)
#828579
(130,133,121)
#8E9186
(142,145,134)
#9A9D93
(154,157,147)
#A6A9A0
(166,169,160)
#B2B5AD
(178,181,173)
#BEC1BA
(190,193,186)
#CACDC7
(202,205,199)
#D6D9D4
(214,217,212)
#E2E5E1
(226,229,225)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76796C; }

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

This text font color is #76796C.


Background Color

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

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

This div background color is #76796C.


Border color

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

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

This div border color is #76796C.


Opacity

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

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

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

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

This text has shadow with #76796C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76796C on black background.


Color preview on white background

This text has color #76796C on white background.



Black color preview on #76796C background

This text has black color on #76796C background.


White color preview on #76796C background

This text has white color on #76796C background.