COLOR #77756E

HEX: #77756E
RGB: (119,117,110)

Color info

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

RGB color model

#77756E color RGB value is (119,117,110).

  • red value is 119;
  • green value is 117;
  • blue value is 110.
RGB:
(119,117,110)
(47%,46%,43%)

RGB channels and saturation

R 119 of 255 = 47%
G 117 of 255 = 46%
B 110 of 255 = 43%

119
117
110

R + G + B ~ 45%. #77756E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 117 + 110 = 346 (100%)
R 119 of 346 ~ 34.39%
G 117 of 346 ~ 33.82%
B 110 of 346 ~ 31.79%

%34.39
%33.82
%31.79

CMYK color model

#77756E color CMYK value is (0,2,8,53).

  • cyan value is 0.00%
  • magenta value is 1.68%
  • yellow value is 7.56%
  • key color value is 53.33%
CMYK:
(0,2,8,53)
C0M2Y8K53 
(0%,2%,8%,53%)
(0.00/0.02/0.08/0.53)	

CMYK percentages

%0
%1.68
%7.56
%53.33

Codes

Color #77756E in popluar color models

77756E
RGB119117110
HSL47°3.93%44.90%
HSB/HSV47°7.56%46.67%
CMYK0.00%1.68%7.56%
53.33%

Color #77756E in popluar number systems.

HEX77756E
Decimal119117110
Binary111011111101011101110
Octal167165156

Shades and tints

Shades of #77756E

#77756E
(119,117,110)
#6D6B64
(109,107,100)
#63615A
(99,97,90)
#595750
(89,87,80)
#4F4D46
(79,77,70)
#45433C
(69,67,60)
#3B3932
(59,57,50)
#312F28
(49,47,40)
#27251E
(39,37,30)
#1D1B14
(29,27,20)
#13110A
(19,17,10)
#000000
(0,0,0)

Tints of #77756E

#77756E
(119,117,110)
#83817B
(131,129,123)
#8F8D88
(143,141,136)
#9B9995
(155,153,149)
#A7A5A2
(167,165,162)
#B3B1AF
(179,177,175)
#BFBDBC
(191,189,188)
#CBC9C9
(203,201,201)
#D7D5D6
(215,213,214)
#E3E1E3
(227,225,227)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77756E color. Also use rgb(119,117,110) instead hex code.

Text Font Color

.myTextColor { color: #77756E; }

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

This text font color is #77756E.


Background Color

.myBgColor { background-color: #77756E; }

<div style="background-color:#77756E">Inner text</div>

This div background color is #77756E.


Border color

.myBorderColor { border: 1px solid #77756E; }

<div style="border:3px solid #77756E">Div</div>

This div border color is #77756E.


Opacity

.myOpacity80 { color: #77756E; opacity: 0.8; }

<p style="color:#77756E;opacity:0.8;">80%</p>

Text with #77756E 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 #77756E;}

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

This text has shadow with #77756E color.

.textShadow {text-shadow: 3px 3px 1px #77756E, 3px 3px 1px red;}

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

This text has shadow with #77756E primary color and red secondary color.


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

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

This text has shadow with #77756E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77756E on black background.


Color preview on white background

This text has color #77756E on white background.



Black color preview on #77756E background

This text has black color on #77756E background.


White color preview on #77756E background

This text has white color on #77756E background.