COLOR #77594A

HEX: #77594A
RGB: (119,89,74)

Color info

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

RGB color model

#77594A color RGB value is (119,89,74).

  • red value is 119;
  • green value is 89;
  • blue value is 74.
RGB:
(119,89,74)
(47%,35%,29%)

RGB channels and saturation

R 119 of 255 = 47%
G 89 of 255 = 35%
B 74 of 255 = 29%

119
89
74

R + G + B ~ 37%. #77594A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 89 + 74 = 282 (100%)
R 119 of 282 ~ 42.2%
G 89 of 282 ~ 31.56%
B 74 of 282 ~ 26.24%

%42.2
%31.56
%26.24

CMYK color model

#77594A color CMYK value is (0,25,38,53).

  • cyan value is 0.00%
  • magenta value is 25.21%
  • yellow value is 37.82%
  • key color value is 53.33%
CMYK:
(0,25,38,53)
C0M25Y38K53 
(0%,25%,38%,53%)
(0.00/0.25/0.38/0.53)	

CMYK percentages

%0
%25.21
%37.82
%53.33

Codes

Color #77594A in popluar color models

77594A
RGB1198974
HSL20°23.32%37.84%
HSB/HSV20°37.82%46.67%
CMYK0.00%25.21%37.82%
53.33%

Color #77594A in popluar number systems.

HEX77594A
Decimal1198974
Binary111011110110011001010
Octal167131112

Shades and tints

Shades of #77594A

#77594A
(119,89,74)
#6D5144
(109,81,68)
#63493E
(99,73,62)
#594138
(89,65,56)
#4F3932
(79,57,50)
#45312C
(69,49,44)
#3B2926
(59,41,38)
#312120
(49,33,32)
#27191A
(39,25,26)
#1D1114
(29,17,20)
#13090E
(19,9,14)
#000000
(0,0,0)

Tints of #77594A

#77594A
(119,89,74)
#83685A
(131,104,90)
#8F776A
(143,119,106)
#9B867A
(155,134,122)
#A7958A
(167,149,138)
#B3A49A
(179,164,154)
#BFB3AA
(191,179,170)
#CBC2BA
(203,194,186)
#D7D1CA
(215,209,202)
#E3E0DA
(227,224,218)
#EFEFEA
(239,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77594A color. Also use rgb(119,89,74) instead hex code.

Text Font Color

.myTextColor { color: #77594A; }

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

This text font color is #77594A.


Background Color

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

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

This div background color is #77594A.


Border color

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

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

This div border color is #77594A.


Opacity

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

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

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

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

This text has shadow with #77594A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77594A on black background.


Color preview on white background

This text has color #77594A on white background.



Black color preview on #77594A background

This text has black color on #77594A background.


White color preview on #77594A background

This text has white color on #77594A background.