COLOR #777A5F

HEX: #777A5F
RGB: (119,122,95)

Color info

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

RGB color model

#777A5F color RGB value is (119,122,95).

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

RGB channels and saturation

R 119 of 255 = 47%
G 122 of 255 = 48%
B 95 of 255 = 37%

119
122
95

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

Portions of RGB colors in percentages

R + G + B =
119 + 122 + 95 = 336 (100%)
R 119 of 336 ~ 35.42%
G 122 of 336 ~ 36.31%
B 95 of 336 ~ 28.27%

%35.42
%36.31
%28.27

CMYK color model

#777A5F color CMYK value is (2,0,22,52).

  • cyan value is 2.46%
  • magenta value is 0.00%
  • yellow value is 22.13%
  • key color value is 52.16%
CMYK:
(2,0,22,52)
C2M0Y22K52 
(2%,0%,22%,52%)
(0.02/0.00/0.22/0.52)	

CMYK percentages

%2.46
%0
%22.13
%52.16

Codes

Color #777A5F in popluar color models

777A5F
RGB11912295
HSL67°12.44%42.55%
HSB/HSV67°22.13%47.84%
CMYK2.46%0.00%22.13%
52.16%

Color #777A5F in popluar number systems.

HEX777A5F
Decimal11912295
Binary111011111110101011111
Octal167172137

Shades and tints

Shades of #777A5F

#777A5F
(119,122,95)
#6D6F57
(109,111,87)
#63644F
(99,100,79)
#595947
(89,89,71)
#4F4E3F
(79,78,63)
#454337
(69,67,55)
#3B382F
(59,56,47)
#312D27
(49,45,39)
#27221F
(39,34,31)
#1D1717
(29,23,23)
#130C0F
(19,12,15)
#000000
(0,0,0)

Tints of #777A5F

#777A5F
(119,122,95)
#83866D
(131,134,109)
#8F927B
(143,146,123)
#9B9E89
(155,158,137)
#A7AA97
(167,170,151)
#B3B6A5
(179,182,165)
#BFC2B3
(191,194,179)
#CBCEC1
(203,206,193)
#D7DACF
(215,218,207)
#E3E6DD
(227,230,221)
#EFF2EB
(239,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777A5F; }

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

This text font color is #777A5F.


Background Color

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

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

This div background color is #777A5F.


Border color

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

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

This div border color is #777A5F.


Opacity

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

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

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

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

This text has shadow with #777A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777A5F on black background.


Color preview on white background

This text has color #777A5F on white background.



Black color preview on #777A5F background

This text has black color on #777A5F background.


White color preview on #777A5F background

This text has white color on #777A5F background.