COLOR #76716A

HEX: #76716A
RGB: (118,113,106)

Color info

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

RGB color model

#76716A color RGB value is (118,113,106).

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

RGB channels and saturation

R 118 of 255 = 46%
G 113 of 255 = 44%
B 106 of 255 = 42%

118
113
106

R + G + B ~ 44%. #76716A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 113 + 106 = 337 (100%)
R 118 of 337 ~ 35.01%
G 113 of 337 ~ 33.53%
B 106 of 337 ~ 31.45%

%35.01
%33.53
%31.45

CMYK color model

#76716A color CMYK value is (0,4,10,54).

  • cyan value is 0.00%
  • magenta value is 4.24%
  • yellow value is 10.17%
  • key color value is 53.73%
CMYK:
(0,4,10,54)
C0M4Y10K54 
(0%,4%,10%,54%)
(0.00/0.04/0.10/0.54)	

CMYK percentages

%0
%4.24
%10.17
%53.73

Codes

Color #76716A in popluar color models

76716A
RGB118113106
HSL35°5.36%43.92%
HSB/HSV35°10.17%46.27%
CMYK0.00%4.24%10.17%
53.73%

Color #76716A in popluar number systems.

HEX76716A
Decimal118113106
Binary111011011100011101010
Octal166161152

Shades and tints

Shades of #76716A

#76716A
(118,113,106)
#6C6761
(108,103,97)
#625D58
(98,93,88)
#58534F
(88,83,79)
#4E4946
(78,73,70)
#443F3D
(68,63,61)
#3A3534
(58,53,52)
#302B2B
(48,43,43)
#262122
(38,33,34)
#1C1719
(28,23,25)
#120D10
(18,13,16)
#000000
(0,0,0)

Tints of #76716A

#76716A
(118,113,106)
#827D77
(130,125,119)
#8E8984
(142,137,132)
#9A9591
(154,149,145)
#A6A19E
(166,161,158)
#B2ADAB
(178,173,171)
#BEB9B8
(190,185,184)
#CAC5C5
(202,197,197)
#D6D1D2
(214,209,210)
#E2DDDF
(226,221,223)
#EEE9EC
(238,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76716A; }

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

This text font color is #76716A.


Background Color

.myBgColor { background-color: #76716A; }

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

This div background color is #76716A.


Border color

.myBorderColor { border: 1px solid #76716A; }

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

This div border color is #76716A.


Opacity

.myOpacity80 { color: #76716A; opacity: 0.8; }

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

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

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

This text has shadow with #76716A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76716A on black background.


Color preview on white background

This text has color #76716A on white background.



Black color preview on #76716A background

This text has black color on #76716A background.


White color preview on #76716A background

This text has white color on #76716A background.