COLOR #77824A

HEX: #77824A RGB: (119,130,74)

Color info

#77824A contains red, green and blue colors in about the same proportion. Web safe color of #77824A is #669933 (or #693).

RGB color model

#77824A color RGB value is (119,130,74).

RGB: (119,130,74) (47%, 51%, 29%)

RGB channels and saturation

R 119 of 255 = 47%
G 130 of 255 = 51%
B 74 of 255 = 29%

119
130
74

R + G + B ~ 42%. #77824A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 130 + 74 = 323 (100%)
R 119 of 323 ~ 36.84%
G 130 of 323 ~ 40.25%
B 74 of 323 ~ 22.91'%

%36.84
%40.25
%22.91

CMYK color model

#77824A color CMYK value is (8,0,43,49).

  • cyan value is 8.46%
  • magenta value is 0.00%
  • yellow value is 43.08%
  • key color value is 49.02%
CMYK: (8,0,43,49) C8M0Y43K49 (8%,0%,43%,49%) (0.08/0.00/0.43/0.49) 

CMYK percentages

%8.46
%0
%43.08
%49.02

Codes

Color #77824A in popluar color models

77 82 4A
RGB 119 130 74
HSL 72° 27.45% 40.00%
HSB/HSV 72° 43.08% 50.98%
CMYK 8.46% 0.00% 43.08%
49.02%

Color #77824A in popluar number systems.

HEX 77 82 4A
Decimal 119 130 74
Binary 1110111 10000010 1001010
Octal 167 202 112

Shades and tints

Shades of #77824A

#77824A
(119,130,74)
#6D7744
(109,119,68)
#636C3E
(99,108,62)
#596138
(89,97,56)
#4F5632
(79,86,50)
#454B2C
(69,75,44)
#3B4026
(59,64,38)
#313520
(49,53,32)
#272A1A
(39,42,26)
#1D1F14
(29,31,20)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #77824A

#77824A
(119,130,74)
#838D5A
(131,141,90)
#8F986A
(143,152,106)
#9BA37A
(155,163,122)
#A7AE8A
(167,174,138)
#B3B99A
(179,185,154)
#BFC4AA
(191,196,170)
#CBCFBA
(203,207,186)
#D7DACA
(215,218,202)
#E3E5DA
(227,229,218)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77824A color. Also use rgb(119,130,74) instead hex code.

Text Font Color

.myTextColor { color: #77824A; }

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

This text font color is #77824A.

Background Color

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

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

This div background color is #77824A.

Border color

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

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

This div border color is #77824A.

Opacity

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

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

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

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

This text has shadow with #77824A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77824A.

Preview

Color preview on black background

This text has color #77824A on black background.


Color preview on white background

This text has color #77824A on white background.


Black color preview on #77824A background

This text has black color on #77824A background.


White color preview on #77824A background

This text has white color on #77824A background.


Related colors

Complementary color

Complementary color for #hex is #887DB5.


I love getcolorcode.com

Triadic colors

1 #4A7782 and #824A77 with #77824A are triadic colors.

2 #4A8277 and #82774A with #77824A are triadic colors.