COLOR #77755C

HEX: #77755C RGB: (119,117,92)

Color info

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

RGB color model

#77755C color RGB value is (119,117,92).

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

RGB channels and saturation

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

119
117
92

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

Portions of RGB colors in percentages

R + G + B = 119 + 117 + 92 = 328 (100%)
R 119 of 328 ~ 36.28%
G 117 of 328 ~ 35.67%
B 92 of 328 ~ 28.05'%

%36.28
%35.67
%28.05

CMYK color model

#77755C color CMYK value is (0,2,23,53).

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

CMYK: (0,2,23,53)
C0M2Y23K53 (0%, 2%, 23%, 53%)
(0.00 / 0.02 / 0.23 / 0.53)

CMYK percentages

%0
%1.68
%22.69
%53.33

Codes

Color #77755C in popluar color models

77 75 5C
RGB 119 117 92
HSL 56° 12.80% 41.37%
HSB/HSV 56° 22.69% 46.67%
CMYK 0.00% 1.68% 22.69%
53.33%

Color #77755C in popluar number systems.

HEX 77 75 5C
Decimal 119 117 92
Binary 1110111 1110101 1011100
Octal 167 165 134

Shades and tints

Shades of #77755C

#77755C
(119,117,92)
#6D6B54
(109,107,84)
#63614C
(99,97,76)
#595744
(89,87,68)
#4F4D3C
(79,77,60)
#454334
(69,67,52)
#3B392C
(59,57,44)
#312F24
(49,47,36)
#27251C
(39,37,28)
#1D1B14
(29,27,20)
#13110C
(19,17,12)
#000000
(0,0,0)

Tints of #77755C

#77755C
(119,117,92)
#83816A
(131,129,106)
#8F8D78
(143,141,120)
#9B9986
(155,153,134)
#A7A594
(167,165,148)
#B3B1A2
(179,177,162)
#BFBDB0
(191,189,176)
#CBC9BE
(203,201,190)
#D7D5CC
(215,213,204)
#E3E1DA
(227,225,218)
#EFEDE8
(239,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77755C; }

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

This text font color is #77755C.

Background Color

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

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

This div background color is #77755C.

Border color

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

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

This div border color is #77755C.

Opacity

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

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

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

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

This text has shadow with #77755C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77755C.

Preview

Color preview on black background

This text has color #77755C on black background.


Color preview on white background

This text has color #77755C on white background.


Black color preview on #77755C background

This text has black color on #77755C background.


White color preview on #77755C background

This text has white color on #77755C background.


Related colors

Complementary color

Complementary color for #hex is #888AA3.


I love getcolorcode.com

Triadic colors

1 #5C7775 and #755C77 with #77755C are triadic colors.

2 #5C7577 and #75775C with #77755C are triadic colors.