COLOR #77753E

HEX: #77753E
RGB: (119,117,62)

Color info

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

RGB color model

#77753E color RGB value is (119,117,62).

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

RGB channels and saturation

R 119 of 255 = 47%
G 117 of 255 = 46%
B 62 of 255 = 24%

119
117
62

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

Portions of RGB colors in percentages

R + G + B =
119 + 117 + 62 = 298 (100%)
R 119 of 298 ~ 39.93%
G 117 of 298 ~ 39.26%
B 62 of 298 ~ 20.81%

%39.93
%39.26
%20.81

CMYK color model

#77753E color CMYK value is (0,2,48,53).

  • cyan value is 0.00%
  • magenta value is 1.68%
  • yellow value is 47.90%
  • key color value is 53.33%
CMYK:
(0,2,48,53)
C0M2Y48K53 
(0%,2%,48%,53%)
(0.00/0.02/0.48/0.53)	

CMYK percentages

%0
%1.68
%47.9
%53.33

Codes

Color #77753E in popluar color models

77753E
RGB11911762
HSL58°31.49%35.49%
HSB/HSV58°47.90%46.67%
CMYK0.00%1.68%47.90%
53.33%

Color #77753E in popluar number systems.

HEX77753E
Decimal11911762
Binary11101111110101111110
Octal16716576

Shades and tints

Shades of #77753E

#77753E
(119,117,62)
#6D6B39
(109,107,57)
#636134
(99,97,52)
#59572F
(89,87,47)
#4F4D2A
(79,77,42)
#454325
(69,67,37)
#3B3920
(59,57,32)
#312F1B
(49,47,27)
#272516
(39,37,22)
#1D1B11
(29,27,17)
#13110C
(19,17,12)
#000000
(0,0,0)

Tints of #77753E

#77753E
(119,117,62)
#83814F
(131,129,79)
#8F8D60
(143,141,96)
#9B9971
(155,153,113)
#A7A582
(167,165,130)
#B3B193
(179,177,147)
#BFBDA4
(191,189,164)
#CBC9B5
(203,201,181)
#D7D5C6
(215,213,198)
#E3E1D7
(227,225,215)
#EFEDE8
(239,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77753E; }

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

This text font color is #77753E.


Background Color

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

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

This div background color is #77753E.


Border color

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

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

This div border color is #77753E.


Opacity

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

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

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

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

This text has shadow with #77753E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77753E on black background.


Color preview on white background

This text has color #77753E on white background.



Black color preview on #77753E background

This text has black color on #77753E background.


White color preview on #77753E background

This text has white color on #77753E background.