COLOR #77845D

HEX: #77845D
RGB: (119,132,93)

Color info

#77845D contains red, green and blue colors in about the same proportion. Web safe color of #77845D is #669966 (or #696).

RGB color model

#77845D color RGB value is (119,132,93).

  • red value is 119;
  • green value is 132;
  • blue value is 93.
RGB:
(119,132,93)
(47%,52%,36%)

RGB channels and saturation

R 119 of 255 = 47%
G 132 of 255 = 52%
B 93 of 255 = 36%

119
132
93

R + G + B ~ 45%. #77845D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 132 + 93 = 344 (100%)
R 119 of 344 ~ 34.59%
G 132 of 344 ~ 38.37%
B 93 of 344 ~ 27.03%

%34.59
%38.37
%27.03

CMYK color model

#77845D color CMYK value is (10,0,30,48).

  • cyan value is 9.85%
  • magenta value is 0.00%
  • yellow value is 29.55%
  • key color value is 48.24%
CMYK:
(10,0,30,48)
C10M0Y30K48 
(10%,0%,30%,48%)
(0.10/0.00/0.30/0.48)	

CMYK percentages

%9.85
%0
%29.55
%48.24

Codes

Color #77845D in popluar color models

77845D
RGB11913293
HSL80°17.33%44.12%
HSB/HSV80°29.55%51.76%
CMYK9.85%0.00%29.55%
48.24%

Color #77845D in popluar number systems.

HEX77845D
Decimal11913293
Binary1110111100001001011101
Octal167204135

Shades and tints

Shades of #77845D

#77845D
(119,132,93)
#6D7855
(109,120,85)
#636C4D
(99,108,77)
#596045
(89,96,69)
#4F543D
(79,84,61)
#454835
(69,72,53)
#3B3C2D
(59,60,45)
#313025
(49,48,37)
#27241D
(39,36,29)
#1D1815
(29,24,21)
#130C0D
(19,12,13)
#000000
(0,0,0)

Tints of #77845D

#77845D
(119,132,93)
#838F6B
(131,143,107)
#8F9A79
(143,154,121)
#9BA587
(155,165,135)
#A7B095
(167,176,149)
#B3BBA3
(179,187,163)
#BFC6B1
(191,198,177)
#CBD1BF
(203,209,191)
#D7DCCD
(215,220,205)
#E3E7DB
(227,231,219)
#EFF2E9
(239,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77845D color. Also use rgb(119,132,93) instead hex code.

Text Font Color

.myTextColor { color: #77845D; }

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

This text font color is #77845D.


Background Color

.myBgColor { background-color: #77845D; }

<div style="background-color:#77845D">Inner text</div>

This div background color is #77845D.


Border color

.myBorderColor { border: 1px solid #77845D; }

<div style="border:3px solid #77845D">Div</div>

This div border color is #77845D.


Opacity

.myOpacity80 { color: #77845D; opacity: 0.8; }

<p style="color:#77845D;opacity:0.8;">80%</p>

Text with #77845D 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 #77845D;}

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

This text has shadow with #77845D color.

.textShadow {text-shadow: 3px 3px 1px #77845D, 3px 3px 1px red;}

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

This text has shadow with #77845D primary color and red secondary color.


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

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

This text has shadow with #77845D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77845D on black background.


Color preview on white background

This text has color #77845D on white background.



Black color preview on #77845D background

This text has black color on #77845D background.


White color preview on #77845D background

This text has white color on #77845D background.