COLOR #76591A

HEX: #76591A
RGB: (118,89,26)

Color info

#76591A contains mainly red and green colors. Web safe color of #76591A is #666600 (or #660).

RGB color model

#76591A color RGB value is (118,89,26).

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

RGB channels and saturation

R 118 of 255 = 46%
G 89 of 255 = 35%
B 26 of 255 = 10%

118
89
26

R + G + B ~ 30%. #76591A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 89 + 26 = 233 (100%)
R 118 of 233 ~ 50.64%
G 89 of 233 ~ 38.2%
B 26 of 233 ~ 11.16%

%50.64
%38.2
%11.16

CMYK color model

#76591A color CMYK value is (0,25,78,54).

  • cyan value is 0.00%
  • magenta value is 24.58%
  • yellow value is 77.97%
  • key color value is 53.73%
CMYK:
(0,25,78,54)
C0M25Y78K54 
(0%,25%,78%,54%)
(0.00/0.25/0.78/0.54)	

CMYK percentages

%0
%24.58
%77.97
%53.73

Codes

Color #76591A in popluar color models

76591A
RGB1188926
HSL41°63.89%28.24%
HSB/HSV41°77.97%46.27%
CMYK0.00%24.58%77.97%
53.73%

Color #76591A in popluar number systems.

HEX76591A
Decimal1188926
Binary1110110101100111010
Octal16613132

Shades and tints

Shades of #76591A

#76591A
(118,89,26)
#6C5118
(108,81,24)
#624916
(98,73,22)
#584114
(88,65,20)
#4E3912
(78,57,18)
#443110
(68,49,16)
#3A290E
(58,41,14)
#30210C
(48,33,12)
#26190A
(38,25,10)
#1C1108
(28,17,8)
#120906
(18,9,6)
#000000
(0,0,0)

Tints of #76591A

#76591A
(118,89,26)
#82682E
(130,104,46)
#8E7742
(142,119,66)
#9A8656
(154,134,86)
#A6956A
(166,149,106)
#B2A47E
(178,164,126)
#BEB392
(190,179,146)
#CAC2A6
(202,194,166)
#D6D1BA
(214,209,186)
#E2E0CE
(226,224,206)
#EEEFE2
(238,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76591A color. Also use rgb(118,89,26) instead hex code.

Text Font Color

.myTextColor { color: #76591A; }

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

This text font color is #76591A.


Background Color

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

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

This div background color is #76591A.


Border color

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

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

This div border color is #76591A.


Opacity

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

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

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

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

This text has shadow with #76591A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76591A on black background.


Color preview on white background

This text has color #76591A on white background.



Black color preview on #76591A background

This text has black color on #76591A background.


White color preview on #76591A background

This text has white color on #76591A background.