COLOR #76504D

HEX: #76504D
RGB: (118,80,77)

Color info

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

RGB color model

#76504D color RGB value is (118,80,77).

  • red value is 118;
  • green value is 80;
  • blue value is 77.
RGB:
(118,80,77)
(46%,31%,30%)

RGB channels and saturation

R 118 of 255 = 46%
G 80 of 255 = 31%
B 77 of 255 = 30%

118
80
77

R + G + B ~ 36%. #76504D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 80 + 77 = 275 (100%)
R 118 of 275 ~ 42.91%
G 80 of 275 ~ 29.09%
B 77 of 275 ~ 28%

%42.91
%29.09
%28

CMYK color model

#76504D color CMYK value is (0,32,35,54).

  • cyan value is 0.00%
  • magenta value is 32.20%
  • yellow value is 34.75%
  • key color value is 53.73%
CMYK:
(0,32,35,54)
C0M32Y35K54 
(0%,32%,35%,54%)
(0.00/0.32/0.35/0.54)	

CMYK percentages

%0
%32.2
%34.75
%53.73

Codes

Color #76504D in popluar color models

76504D
RGB1188077
HSL21.03%38.24%
HSB/HSV34.75%46.27%
CMYK0.00%32.20%34.75%
53.73%

Color #76504D in popluar number systems.

HEX76504D
Decimal1188077
Binary111011010100001001101
Octal166120115

Shades and tints

Shades of #76504D

#76504D
(118,80,77)
#6C4946
(108,73,70)
#62423F
(98,66,63)
#583B38
(88,59,56)
#4E3431
(78,52,49)
#442D2A
(68,45,42)
#3A2623
(58,38,35)
#301F1C
(48,31,28)
#261815
(38,24,21)
#1C110E
(28,17,14)
#120A07
(18,10,7)
#000000
(0,0,0)

Tints of #76504D

#76504D
(118,80,77)
#825F5D
(130,95,93)
#8E6E6D
(142,110,109)
#9A7D7D
(154,125,125)
#A68C8D
(166,140,141)
#B29B9D
(178,155,157)
#BEAAAD
(190,170,173)
#CAB9BD
(202,185,189)
#D6C8CD
(214,200,205)
#E2D7DD
(226,215,221)
#EEE6ED
(238,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76504D color. Also use rgb(118,80,77) instead hex code.

Text Font Color

.myTextColor { color: #76504D; }

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

This text font color is #76504D.


Background Color

.myBgColor { background-color: #76504D; }

<div style="background-color:#76504D">Inner text</div>

This div background color is #76504D.


Border color

.myBorderColor { border: 1px solid #76504D; }

<div style="border:3px solid #76504D">Div</div>

This div border color is #76504D.


Opacity

.myOpacity80 { color: #76504D; opacity: 0.8; }

<p style="color:#76504D;opacity:0.8;">80%</p>

Text with #76504D 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 #76504D;}

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

This text has shadow with #76504D color.

.textShadow {text-shadow: 3px 3px 1px #76504D, 3px 3px 1px red;}

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

This text has shadow with #76504D primary color and red secondary color.


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

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

This text has shadow with #76504D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76504D on black background.


Color preview on white background

This text has color #76504D on white background.



Black color preview on #76504D background

This text has black color on #76504D background.


White color preview on #76504D background

This text has white color on #76504D background.