COLOR #77915C

HEX: #77915C RGB: (119,145,92)

Color info

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

RGB color model

#77915C color RGB value is (119,145,92).

RGB: (119,145,92) (47%, 57%, 36%)

RGB channels and saturation

R 119 of 255 = 47%
G 145 of 255 = 57%
B 92 of 255 = 36%

119
145
92

R + G + B ~ 47%. #77915C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 145 + 92 = 356 (100%)
R 119 of 356 ~ 33.43%
G 145 of 356 ~ 40.73%
B 92 of 356 ~ 25.84'%

%33.43
%40.73
%25.84

CMYK color model

#77915C color CMYK value is (18,0,37,43).

  • cyan value is 17.93%
  • magenta value is 0.00%
  • yellow value is 36.55%
  • key color value is 43.14%

CMYK: (18,0,37,43)
C18M0Y37K43 (18%, 0%, 37%, 43%)
(0.18 / 0.00 / 0.37 / 0.43)

CMYK percentages

%17.93
%0
%36.55
%43.14

Codes

Color #77915C in popluar color models

77 91 5C
RGB 119 145 92
HSL 89° 22.36% 46.47%
HSB/HSV 89° 36.55% 56.86%
CMYK 17.93% 0.00% 36.55%
43.14%

Color #77915C in popluar number systems.

HEX 77 91 5C
Decimal 119 145 92
Binary 1110111 10010001 1011100
Octal 167 221 134

Shades and tints

Shades of #77915C

#77915C
(119,145,92)
#6D8454
(109,132,84)
#63774C
(99,119,76)
#596A44
(89,106,68)
#4F5D3C
(79,93,60)
#455034
(69,80,52)
#3B432C
(59,67,44)
#313624
(49,54,36)
#27291C
(39,41,28)
#1D1C14
(29,28,20)
#130F0C
(19,15,12)
#000000
(0,0,0)

Tints of #77915C

#77915C
(119,145,92)
#839B6A
(131,155,106)
#8FA578
(143,165,120)
#9BAF86
(155,175,134)
#A7B994
(167,185,148)
#B3C3A2
(179,195,162)
#BFCDB0
(191,205,176)
#CBD7BE
(203,215,190)
#D7E1CC
(215,225,204)
#E3EBDA
(227,235,218)
#EFF5E8
(239,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77915C color. Also use rgb(119,145,92) instead hex code.

Text Font Color

.myTextColor { color: #77915C; }

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

This text font color is #77915C.

Background Color

.myBgColor { background-color: #77915C; }

<div style="background-color:#77915C">Inner text</div>

This div background color is #77915C.

Border color

.myBorderColor { border: 1px solid #77915C; }

<div style="border:3px solid #77915C">Div</div>

This div border color is #77915C.

Opacity

.myOpacity80 { color: #77915C; opacity: 0.8; }

<p style="color:#77915C;opacity:0.8;">80%</p>

Text with #77915C 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 #77915C;}

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

This text has shadow with #77915C color.


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

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

This text has shadow with #77915C primary color and red secondary color.


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

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

This text has shadow with #77915C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #77915C.

Preview

Color preview on black background

This text has color #77915C on black background.


Color preview on white background

This text has color #77915C on white background.


Black color preview on #77915C background

This text has black color on #77915C background.


White color preview on #77915C background

This text has white color on #77915C background.


Related colors

Complementary color

Complementary color for #hex is #886EA3.


I love getcolorcode.com

Triadic colors

1 #5C7791 and #915C77 with #77915C are triadic colors.

2 #5C9177 and #91775C with #77915C are triadic colors.