COLOR #77843B

HEX: #77843B RGB: (119,132,59)

Color info

#77843B contains mainly red and green colors. Web safe color of #77843B is #669933 (or #693).

RGB color model

#77843B color RGB value is (119,132,59).

RGB: (119,132,59) (47%, 52%, 23%)

RGB channels and saturation

R 119 of 255 = 47%
G 132 of 255 = 52%
B 59 of 255 = 23%

119
132
59

R + G + B ~ 41%. #77843B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 132 + 59 = 310 (100%)
R 119 of 310 ~ 38.39%
G 132 of 310 ~ 42.58%
B 59 of 310 ~ 19.03'%

%38.39
%42.58
%19.03

CMYK color model

#77843B color CMYK value is (10,0,55,48).

  • cyan value is 9.85%
  • magenta value is 0.00%
  • yellow value is 55.30%
  • key color value is 48.24%

CMYK: (10,0,55,48)
C10M0Y55K48 (10%, 0%, 55%, 48%)
(0.10 / 0.00 / 0.55 / 0.48)

CMYK percentages

%9.85
%0
%55.3
%48.24

Codes

Color #77843B in popluar color models

77 84 3B
RGB 119 132 59
HSL 71° 38.22% 37.45%
HSB/HSV 71° 55.30% 51.76%
CMYK 9.85% 0.00% 55.30%
48.24%

Color #77843B in popluar number systems.

HEX 77 84 3B
Decimal 119 132 59
Binary 1110111 10000100 111011
Octal 167 204 73

Shades and tints

Shades of #77843B

#77843B
(119,132,59)
#6D7836
(109,120,54)
#636C31
(99,108,49)
#59602C
(89,96,44)
#4F5427
(79,84,39)
#454822
(69,72,34)
#3B3C1D
(59,60,29)
#313018
(49,48,24)
#272413
(39,36,19)
#1D180E
(29,24,14)
#130C09
(19,12,9)
#000000
(0,0,0)

Tints of #77843B

#77843B
(119,132,59)
#838F4C
(131,143,76)
#8F9A5D
(143,154,93)
#9BA56E
(155,165,110)
#A7B07F
(167,176,127)
#B3BB90
(179,187,144)
#BFC6A1
(191,198,161)
#CBD1B2
(203,209,178)
#D7DCC3
(215,220,195)
#E3E7D4
(227,231,212)
#EFF2E5
(239,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77843B color. Also use rgb(119,132,59) instead hex code.

Text Font Color

.myTextColor { color: #77843B; }

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

This text font color is #77843B.

Background Color

.myBgColor { background-color: #77843B; }

<div style="background-color:#77843B">Inner text</div>

This div background color is #77843B.

Border color

.myBorderColor { border: 1px solid #77843B; }

<div style="border:3px solid #77843B">Div</div>

This div border color is #77843B.

Opacity

.myOpacity80 { color: #77843B; opacity: 0.8; }

<p style="color:#77843B;opacity:0.8;">80%</p>

Text with #77843B 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 #77843B;}

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

This text has shadow with #77843B color.


.textShadow {text-shadow: 3px 3px 1px #77843B', 3px 3px 1px red;}

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

This text has shadow with #77843B primary color and red secondary color.


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

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

This text has shadow with #77843B and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #77843B; -webkit-box-shadow: 1px 1px 3px 2px #77843B; box-shadow:1px 1px 3px 2px #77843B;">
Div content here
</div>

This div box has shadow with color #77843B.

Preview

Color preview on black background

This text has color #77843B on black background.


Color preview on white background

This text has color #77843B on white background.


Black color preview on #77843B background

This text has black color on #77843B background.


White color preview on #77843B background

This text has white color on #77843B background.


Related colors

Complementary color

Complementary color for #hex is #887BC4.


I love getcolorcode.com

Triadic colors

1 #3B7784 and #843B77 with #77843B are triadic colors.

2 #3B8477 and #84773B with #77843B are triadic colors.