COLOR #76514E

HEX: #76514E
RGB: (118,81,78)

Color info

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

RGB color model

#76514E color RGB value is (118,81,78).

  • red value is 118;
  • green value is 81;
  • blue value is 78.
RGB:
(118,81,78)
(46%,32%,31%)

RGB channels and saturation

R 118 of 255 = 46%
G 81 of 255 = 32%
B 78 of 255 = 31%

118
81
78

R + G + B ~ 36%. #76514E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 81 + 78 = 277 (100%)
R 118 of 277 ~ 42.6%
G 81 of 277 ~ 29.24%
B 78 of 277 ~ 28.16%

%42.6
%29.24
%28.16

CMYK color model

#76514E color CMYK value is (0,31,34,54).

  • cyan value is 0.00%
  • magenta value is 31.36%
  • yellow value is 33.90%
  • key color value is 53.73%
CMYK:
(0,31,34,54)
C0M31Y34K54 
(0%,31%,34%,54%)
(0.00/0.31/0.34/0.54)	

CMYK percentages

%0
%31.36
%33.9
%53.73

Codes

Color #76514E in popluar color models

76514E
RGB1188178
HSL20.41%38.43%
HSB/HSV33.90%46.27%
CMYK0.00%31.36%33.90%
53.73%

Color #76514E in popluar number systems.

HEX76514E
Decimal1188178
Binary111011010100011001110
Octal166121116

Shades and tints

Shades of #76514E

#76514E
(118,81,78)
#6C4A47
(108,74,71)
#624340
(98,67,64)
#583C39
(88,60,57)
#4E3532
(78,53,50)
#442E2B
(68,46,43)
#3A2724
(58,39,36)
#30201D
(48,32,29)
#261916
(38,25,22)
#1C120F
(28,18,15)
#120B08
(18,11,8)
#000000
(0,0,0)

Tints of #76514E

#76514E
(118,81,78)
#82605E
(130,96,94)
#8E6F6E
(142,111,110)
#9A7E7E
(154,126,126)
#A68D8E
(166,141,142)
#B29C9E
(178,156,158)
#BEABAE
(190,171,174)
#CABABE
(202,186,190)
#D6C9CE
(214,201,206)
#E2D8DE
(226,216,222)
#EEE7EE
(238,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76514E color. Also use rgb(118,81,78) instead hex code.

Text Font Color

.myTextColor { color: #76514E; }

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

This text font color is #76514E.


Background Color

.myBgColor { background-color: #76514E; }

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

This div background color is #76514E.


Border color

.myBorderColor { border: 1px solid #76514E; }

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

This div border color is #76514E.


Opacity

.myOpacity80 { color: #76514E; opacity: 0.8; }

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

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

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

This text has shadow with #76514E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76514E on black background.


Color preview on white background

This text has color #76514E on white background.



Black color preview on #76514E background

This text has black color on #76514E background.


White color preview on #76514E background

This text has white color on #76514E background.