COLOR #76594C

HEX: #76594C
RGB: (118,89,76)

Color info

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

RGB color model

#76594C color RGB value is (118,89,76).

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

RGB channels and saturation

R 118 of 255 = 46%
G 89 of 255 = 35%
B 76 of 255 = 30%

118
89
76

R + G + B ~ 37%. #76594C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 89 + 76 = 283 (100%)
R 118 of 283 ~ 41.7%
G 89 of 283 ~ 31.45%
B 76 of 283 ~ 26.86%

%41.7
%31.45
%26.86

CMYK color model

#76594C color CMYK value is (0,25,36,54).

  • cyan value is 0.00%
  • magenta value is 24.58%
  • yellow value is 35.59%
  • key color value is 53.73%
CMYK:
(0,25,36,54)
C0M25Y36K54 
(0%,25%,36%,54%)
(0.00/0.25/0.36/0.54)	

CMYK percentages

%0
%24.58
%35.59
%53.73

Codes

Color #76594C in popluar color models

76594C
RGB1188976
HSL19°21.65%38.04%
HSB/HSV19°35.59%46.27%
CMYK0.00%24.58%35.59%
53.73%

Color #76594C in popluar number systems.

HEX76594C
Decimal1188976
Binary111011010110011001100
Octal166131114

Shades and tints

Shades of #76594C

#76594C
(118,89,76)
#6C5146
(108,81,70)
#624940
(98,73,64)
#58413A
(88,65,58)
#4E3934
(78,57,52)
#44312E
(68,49,46)
#3A2928
(58,41,40)
#302122
(48,33,34)
#26191C
(38,25,28)
#1C1116
(28,17,22)
#120910
(18,9,16)
#000000
(0,0,0)

Tints of #76594C

#76594C
(118,89,76)
#82685C
(130,104,92)
#8E776C
(142,119,108)
#9A867C
(154,134,124)
#A6958C
(166,149,140)
#B2A49C
(178,164,156)
#BEB3AC
(190,179,172)
#CAC2BC
(202,194,188)
#D6D1CC
(214,209,204)
#E2E0DC
(226,224,220)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76594C; }

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

This text font color is #76594C.


Background Color

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

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

This div background color is #76594C.


Border color

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

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

This div border color is #76594C.


Opacity

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

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

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

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

This text has shadow with #76594C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76594C on black background.


Color preview on white background

This text has color #76594C on white background.



Black color preview on #76594C background

This text has black color on #76594C background.


White color preview on #76594C background

This text has white color on #76594C background.