COLOR #777A5A

HEX: #777A5A
RGB: (119,122,90)

Color info

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

RGB color model

#777A5A color RGB value is (119,122,90).

  • red value is 119;
  • green value is 122;
  • blue value is 90.
RGB:
(119,122,90)
(47%,48%,35%)

RGB channels and saturation

R 119 of 255 = 47%
G 122 of 255 = 48%
B 90 of 255 = 35%

119
122
90

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

Portions of RGB colors in percentages

R + G + B =
119 + 122 + 90 = 331 (100%)
R 119 of 331 ~ 35.95%
G 122 of 331 ~ 36.86%
B 90 of 331 ~ 27.19%

%35.95
%36.86
%27.19

CMYK color model

#777A5A color CMYK value is (2,0,26,52).

  • cyan value is 2.46%
  • magenta value is 0.00%
  • yellow value is 26.23%
  • key color value is 52.16%
CMYK:
(2,0,26,52)
C2M0Y26K52 
(2%,0%,26%,52%)
(0.02/0.00/0.26/0.52)	

CMYK percentages

%2.46
%0
%26.23
%52.16

Codes

Color #777A5A in popluar color models

777A5A
RGB11912290
HSL66°15.09%41.57%
HSB/HSV66°26.23%47.84%
CMYK2.46%0.00%26.23%
52.16%

Color #777A5A in popluar number systems.

HEX777A5A
Decimal11912290
Binary111011111110101011010
Octal167172132

Shades and tints

Shades of #777A5A

#777A5A
(119,122,90)
#6D6F52
(109,111,82)
#63644A
(99,100,74)
#595942
(89,89,66)
#4F4E3A
(79,78,58)
#454332
(69,67,50)
#3B382A
(59,56,42)
#312D22
(49,45,34)
#27221A
(39,34,26)
#1D1712
(29,23,18)
#130C0A
(19,12,10)
#000000
(0,0,0)

Tints of #777A5A

#777A5A
(119,122,90)
#838669
(131,134,105)
#8F9278
(143,146,120)
#9B9E87
(155,158,135)
#A7AA96
(167,170,150)
#B3B6A5
(179,182,165)
#BFC2B4
(191,194,180)
#CBCEC3
(203,206,195)
#D7DAD2
(215,218,210)
#E3E6E1
(227,230,225)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777A5A; }

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

This text font color is #777A5A.


Background Color

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

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

This div background color is #777A5A.


Border color

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

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

This div border color is #777A5A.


Opacity

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

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

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

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

This text has shadow with #777A5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777A5A on black background.


Color preview on white background

This text has color #777A5A on white background.



Black color preview on #777A5A background

This text has black color on #777A5A background.


White color preview on #777A5A background

This text has white color on #777A5A background.