COLOR #77765C

HEX: #77765C RGB: (119,118,92)

Color info

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

RGB color model

#77765C color RGB value is (119,118,92).

RGB: (119,118,92) (47%, 46%, 36%)

RGB channels and saturation

R 119 of 255 = 47%
G 118 of 255 = 46%
B 92 of 255 = 36%

119
118
92

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

Portions of RGB colors in percentages

R + G + B = 119 + 118 + 92 = 329 (100%)
R 119 of 329 ~ 36.17%
G 118 of 329 ~ 35.87%
B 92 of 329 ~ 27.96'%

%36.17
%35.87
%27.96

CMYK color model

#77765C color CMYK value is (0,1,23,53).

  • cyan value is 0.00%
  • magenta value is 0.84%
  • yellow value is 22.69%
  • key color value is 53.33%

CMYK: (0,1,23,53)
C0M1Y23K53 (0%, 1%, 23%, 53%)
(0.00 / 0.01 / 0.23 / 0.53)

CMYK percentages

%0
%0.84
%22.69
%53.33

Codes

Color #77765C in popluar color models

77 76 5C
RGB 119 118 92
HSL 58° 12.80% 41.37%
HSB/HSV 58° 22.69% 46.67%
CMYK 0.00% 0.84% 22.69%
53.33%

Color #77765C in popluar number systems.

HEX 77 76 5C
Decimal 119 118 92
Binary 1110111 1110110 1011100
Octal 167 166 134

Shades and tints

Shades of #77765C

#77765C
(119,118,92)
#6D6C54
(109,108,84)
#63624C
(99,98,76)
#595844
(89,88,68)
#4F4E3C
(79,78,60)
#454434
(69,68,52)
#3B3A2C
(59,58,44)
#313024
(49,48,36)
#27261C
(39,38,28)
#1D1C14
(29,28,20)
#13120C
(19,18,12)
#000000
(0,0,0)

Tints of #77765C

#77765C
(119,118,92)
#83826A
(131,130,106)
#8F8E78
(143,142,120)
#9B9A86
(155,154,134)
#A7A694
(167,166,148)
#B3B2A2
(179,178,162)
#BFBEB0
(191,190,176)
#CBCABE
(203,202,190)
#D7D6CC
(215,214,204)
#E3E2DA
(227,226,218)
#EFEEE8
(239,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77765C; }

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

This text font color is #77765C.

Background Color

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

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

This div background color is #77765C.

Border color

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

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

This div border color is #77765C.

Opacity

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

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

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

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

This text has shadow with #77765C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77765C.

Preview

Color preview on black background

This text has color #77765C on black background.


Color preview on white background

This text has color #77765C on white background.


Black color preview on #77765C background

This text has black color on #77765C background.


White color preview on #77765C background

This text has white color on #77765C background.


Related colors

Complementary color

Complementary color for #hex is #8889A3.


I love getcolorcode.com

Triadic colors

1 #5C7776 and #765C77 with #77765C are triadic colors.

2 #5C7677 and #76775C with #77765C are triadic colors.