COLOR #77753A

HEX: #77753A
RGB: (119,117,58)

Color info

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

RGB color model

#77753A color RGB value is (119,117,58).

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

RGB channels and saturation

R 119 of 255 = 47%
G 117 of 255 = 46%
B 58 of 255 = 23%

119
117
58

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

Portions of RGB colors in percentages

R + G + B =
119 + 117 + 58 = 294 (100%)
R 119 of 294 ~ 40.48%
G 117 of 294 ~ 39.8%
B 58 of 294 ~ 19.73%

%40.48
%39.8
%19.73

CMYK color model

#77753A color CMYK value is (0,2,51,53).

  • cyan value is 0.00%
  • magenta value is 1.68%
  • yellow value is 51.26%
  • key color value is 53.33%
CMYK:
(0,2,51,53)
C0M2Y51K53 
(0%,2%,51%,53%)
(0.00/0.02/0.51/0.53)	

CMYK percentages

%0
%1.68
%51.26
%53.33

Codes

Color #77753A in popluar color models

77753A
RGB11911758
HSL58°34.46%34.71%
HSB/HSV58°51.26%46.67%
CMYK0.00%1.68%51.26%
53.33%

Color #77753A in popluar number systems.

HEX77753A
Decimal11911758
Binary11101111110101111010
Octal16716572

Shades and tints

Shades of #77753A

#77753A
(119,117,58)
#6D6B35
(109,107,53)
#636130
(99,97,48)
#59572B
(89,87,43)
#4F4D26
(79,77,38)
#454321
(69,67,33)
#3B391C
(59,57,28)
#312F17
(49,47,23)
#272512
(39,37,18)
#1D1B0D
(29,27,13)
#131108
(19,17,8)
#000000
(0,0,0)

Tints of #77753A

#77753A
(119,117,58)
#83814B
(131,129,75)
#8F8D5C
(143,141,92)
#9B996D
(155,153,109)
#A7A57E
(167,165,126)
#B3B18F
(179,177,143)
#BFBDA0
(191,189,160)
#CBC9B1
(203,201,177)
#D7D5C2
(215,213,194)
#E3E1D3
(227,225,211)
#EFEDE4
(239,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77753A; }

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

This text font color is #77753A.


Background Color

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

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

This div background color is #77753A.


Border color

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

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

This div border color is #77753A.


Opacity

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

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

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

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

This text has shadow with #77753A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77753A on black background.


Color preview on white background

This text has color #77753A on white background.



Black color preview on #77753A background

This text has black color on #77753A background.


White color preview on #77753A background

This text has white color on #77753A background.