COLOR #77795C

HEX: #77795C RGB: (119,121,92)

Color info

#77795C contains red, green and blue colors in about the same proportion. Web safe color of #77795C is #666666 (or #666).

RGB color model

#77795C color RGB value is (119,121,92).

RGB: (119,121,92) (47%, 47%, 36%)

RGB channels and saturation

R 119 of 255 = 47%
G 121 of 255 = 47%
B 92 of 255 = 36%

119
121
92

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

Portions of RGB colors in percentages

R + G + B = 119 + 121 + 92 = 332 (100%)
R 119 of 332 ~ 35.84%
G 121 of 332 ~ 36.45%
B 92 of 332 ~ 27.71'%

%35.84
%36.45
%27.71

CMYK color model

#77795C color CMYK value is (2,0,24,53).

  • cyan value is 1.65%
  • magenta value is 0.00%
  • yellow value is 23.97%
  • key color value is 52.55%

CMYK: (2,0,24,53)
C2M0Y24K53 (2%, 0%, 24%, 53%)
(0.02 / 0.00 / 0.24 / 0.53)

CMYK percentages

%1.65
%0
%23.97
%52.55

Codes

Color #77795C in popluar color models

77 79 5C
RGB 119 121 92
HSL 64° 13.62% 41.76%
HSB/HSV 64° 23.97% 47.45%
CMYK 1.65% 0.00% 23.97%
52.55%

Color #77795C in popluar number systems.

HEX 77 79 5C
Decimal 119 121 92
Binary 1110111 1111001 1011100
Octal 167 171 134

Shades and tints

Shades of #77795C

#77795C
(119,121,92)
#6D6E54
(109,110,84)
#63634C
(99,99,76)
#595844
(89,88,68)
#4F4D3C
(79,77,60)
#454234
(69,66,52)
#3B372C
(59,55,44)
#312C24
(49,44,36)
#27211C
(39,33,28)
#1D1614
(29,22,20)
#130B0C
(19,11,12)
#000000
(0,0,0)

Tints of #77795C

#77795C
(119,121,92)
#83856A
(131,133,106)
#8F9178
(143,145,120)
#9B9D86
(155,157,134)
#A7A994
(167,169,148)
#B3B5A2
(179,181,162)
#BFC1B0
(191,193,176)
#CBCDBE
(203,205,190)
#D7D9CC
(215,217,204)
#E3E5DA
(227,229,218)
#EFF1E8
(239,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77795C; }

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

This text font color is #77795C.

Background Color

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

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

This div background color is #77795C.

Border color

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

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

This div border color is #77795C.

Opacity

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

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

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

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

This text has shadow with #77795C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77795C.

Preview

Color preview on black background

This text has color #77795C on black background.


Color preview on white background

This text has color #77795C on white background.


Black color preview on #77795C background

This text has black color on #77795C background.


White color preview on #77795C background

This text has white color on #77795C background.


Related colors

Complementary color

Complementary color for #hex is #8886A3.


I love getcolorcode.com

Triadic colors

1 #5C7779 and #795C77 with #77795C are triadic colors.

2 #5C7977 and #79775C with #77795C are triadic colors.