COLOR #777F5A

HEX: #777F5A RGB: (119,127,90)

Color info

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

RGB color model

#777F5A color RGB value is (119,127,90).

RGB: (119,127,90) (47%, 50%, 35%)

RGB channels and saturation

R 119 of 255 = 47%
G 127 of 255 = 50%
B 90 of 255 = 35%

119
127
90

R + G + B ~ 44%. #777F5A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 127 + 90 = 336 (100%)
R 119 of 336 ~ 35.42%
G 127 of 336 ~ 37.8%
B 90 of 336 ~ 26.79'%

%35.42
%37.8
%26.79

CMYK color model

#777F5A color CMYK value is (6,0,29,50).

  • cyan value is 6.30%
  • magenta value is 0.00%
  • yellow value is 29.13%
  • key color value is 50.20%

CMYK: (6,0,29,50)
C6M0Y29K50 (6%, 0%, 29%, 50%)
(0.06 / 0.00 / 0.29 / 0.50)

CMYK percentages

%6.3
%0
%29.13
%50.2

Codes

Color #777F5A in popluar color models

77 7F 5A
RGB 119 127 90
HSL 73° 17.05% 42.55%
HSB/HSV 73° 29.13% 49.80%
CMYK 6.30% 0.00% 29.13%
50.20%

Color #777F5A in popluar number systems.

HEX 77 7F 5A
Decimal 119 127 90
Binary 1110111 1111111 1011010
Octal 167 177 132

Shades and tints

Shades of #777F5A

#777F5A
(119,127,90)
#6D7452
(109,116,82)
#63694A
(99,105,74)
#595E42
(89,94,66)
#4F533A
(79,83,58)
#454832
(69,72,50)
#3B3D2A
(59,61,42)
#313222
(49,50,34)
#27271A
(39,39,26)
#1D1C12
(29,28,18)
#13110A
(19,17,10)
#000000
(0,0,0)

Tints of #777F5A

#777F5A
(119,127,90)
#838A69
(131,138,105)
#8F9578
(143,149,120)
#9BA087
(155,160,135)
#A7AB96
(167,171,150)
#B3B6A5
(179,182,165)
#BFC1B4
(191,193,180)
#CBCCC3
(203,204,195)
#D7D7D2
(215,215,210)
#E3E2E1
(227,226,225)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777F5A color. Also use rgb(119,127,90) instead hex code.

Text Font Color

.myTextColor { color: #777F5A; }

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

This text font color is #777F5A.

Background Color

.myBgColor { background-color: #777F5A; }

<div style="background-color:#777F5A">Inner text</div>

This div background color is #777F5A.

Border color

.myBorderColor { border: 1px solid #777F5A; }

<div style="border:3px solid #777F5A">Div</div>

This div border color is #777F5A.

Opacity

.myOpacity80 { color: #777F5A; opacity: 0.8; }

<p style="color:#777F5A;opacity:0.8;">80%</p>

Text with #777F5A 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 #777F5A;}

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

This text has shadow with #777F5A color.


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

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

This text has shadow with #777F5A primary color and red secondary color.


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

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

This text has shadow with #777F5A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #777F5A.

Preview

Color preview on black background

This text has color #777F5A on black background.


Color preview on white background

This text has color #777F5A on white background.


Black color preview on #777F5A background

This text has black color on #777F5A background.


White color preview on #777F5A background

This text has white color on #777F5A background.


Related colors

Complementary color

Complementary color for #hex is #8880A5.


I love getcolorcode.com

Triadic colors

1 #5A777F and #7F5A77 with #777F5A are triadic colors.

2 #5A7F77 and #7F775A with #777F5A are triadic colors.