COLOR #77793A

HEX: #77793A
RGB: (119,121,58)

Color info

#77793A contains mainly red and green colors. Web safe color of #77793A is #666633 (or #663).

RGB color model

#77793A color RGB value is (119,121,58).

  • red value is 119;
  • green value is 121;
  • blue value is 58.
RGB:
(119,121,58)
(47%,47%,23%)

RGB channels and saturation

R 119 of 255 = 47%
G 121 of 255 = 47%
B 58 of 255 = 23%

119
121
58

R + G + B ~ 39%. #77793A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 121 + 58 = 298 (100%)
R 119 of 298 ~ 39.93%
G 121 of 298 ~ 40.6%
B 58 of 298 ~ 19.46%

%39.93
%40.6
%19.46

CMYK color model

#77793A color CMYK value is (2,0,52,53).

  • cyan value is 1.65%
  • magenta value is 0.00%
  • yellow value is 52.07%
  • key color value is 52.55%
CMYK:
(2,0,52,53)
C2M0Y52K53 
(2%,0%,52%,53%)
(0.02/0.00/0.52/0.53)	

CMYK percentages

%1.65
%0
%52.07
%52.55

Codes

Color #77793A in popluar color models

77793A
RGB11912158
HSL62°35.20%35.10%
HSB/HSV62°52.07%47.45%
CMYK1.65%0.00%52.07%
52.55%

Color #77793A in popluar number systems.

HEX77793A
Decimal11912158
Binary11101111111001111010
Octal16717172

Shades and tints

Shades of #77793A

#77793A
(119,121,58)
#6D6E35
(109,110,53)
#636330
(99,99,48)
#59582B
(89,88,43)
#4F4D26
(79,77,38)
#454221
(69,66,33)
#3B371C
(59,55,28)
#312C17
(49,44,23)
#272112
(39,33,18)
#1D160D
(29,22,13)
#130B08
(19,11,8)
#000000
(0,0,0)

Tints of #77793A

#77793A
(119,121,58)
#83854B
(131,133,75)
#8F915C
(143,145,92)
#9B9D6D
(155,157,109)
#A7A97E
(167,169,126)
#B3B58F
(179,181,143)
#BFC1A0
(191,193,160)
#CBCDB1
(203,205,177)
#D7D9C2
(215,217,194)
#E3E5D3
(227,229,211)
#EFF1E4
(239,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77793A color. Also use rgb(119,121,58) instead hex code.

Text Font Color

.myTextColor { color: #77793A; }

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

This text font color is #77793A.


Background Color

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

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

This div background color is #77793A.


Border color

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

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

This div border color is #77793A.


Opacity

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

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

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

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

This text has shadow with #77793A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77793A on black background.


Color preview on white background

This text has color #77793A on white background.



Black color preview on #77793A background

This text has black color on #77793A background.


White color preview on #77793A background

This text has white color on #77793A background.