COLOR #76614C

HEX: #76614C
RGB: (118,97,76)

Color info

#76614C contains red, green and blue colors in about the same proportion. Web safe color of #76614C is #666633 (or #663).

RGB color model

#76614C color RGB value is (118,97,76).

  • red value is 118;
  • green value is 97;
  • blue value is 76.
RGB:
(118,97,76)
(46%,38%,30%)

RGB channels and saturation

R 118 of 255 = 46%
G 97 of 255 = 38%
B 76 of 255 = 30%

118
97
76

R + G + B ~ 38%. #76614C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 97 + 76 = 291 (100%)
R 118 of 291 ~ 40.55%
G 97 of 291 ~ 33.33%
B 76 of 291 ~ 26.12%

%40.55
%33.33
%26.12

CMYK color model

#76614C color CMYK value is (0,18,36,54).

  • cyan value is 0.00%
  • magenta value is 17.80%
  • yellow value is 35.59%
  • key color value is 53.73%
CMYK:
(0,18,36,54)
C0M18Y36K54 
(0%,18%,36%,54%)
(0.00/0.18/0.36/0.54)	

CMYK percentages

%0
%17.8
%35.59
%53.73

Codes

Color #76614C in popluar color models

76614C
RGB1189776
HSL30°21.65%38.04%
HSB/HSV30°35.59%46.27%
CMYK0.00%17.80%35.59%
53.73%

Color #76614C in popluar number systems.

HEX76614C
Decimal1189776
Binary111011011000011001100
Octal166141114

Shades and tints

Shades of #76614C

#76614C
(118,97,76)
#6C5946
(108,89,70)
#625140
(98,81,64)
#58493A
(88,73,58)
#4E4134
(78,65,52)
#44392E
(68,57,46)
#3A3128
(58,49,40)
#302922
(48,41,34)
#26211C
(38,33,28)
#1C1916
(28,25,22)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #76614C

#76614C
(118,97,76)
#826F5C
(130,111,92)
#8E7D6C
(142,125,108)
#9A8B7C
(154,139,124)
#A6998C
(166,153,140)
#B2A79C
(178,167,156)
#BEB5AC
(190,181,172)
#CAC3BC
(202,195,188)
#D6D1CC
(214,209,204)
#E2DFDC
(226,223,220)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76614C color. Also use rgb(118,97,76) instead hex code.

Text Font Color

.myTextColor { color: #76614C; }

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

This text font color is #76614C.


Background Color

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

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

This div background color is #76614C.


Border color

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

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

This div border color is #76614C.


Opacity

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

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

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

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

This text has shadow with #76614C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76614C on black background.


Color preview on white background

This text has color #76614C on white background.



Black color preview on #76614C background

This text has black color on #76614C background.


White color preview on #76614C background

This text has white color on #76614C background.