COLOR #77767A

HEX: #77767A
RGB: (119,118,122)

Color info

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

RGB color model

#77767A color RGB value is (119,118,122).

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

RGB channels and saturation

R 119 of 255 = 47%
G 118 of 255 = 46%
B 122 of 255 = 48%

119
118
122

R + G + B ~ 47%. #77767A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 118 + 122 = 359 (100%)
R 119 of 359 ~ 33.15%
G 118 of 359 ~ 32.87%
B 122 of 359 ~ 33.98%

%33.15
%32.87
%33.98

CMYK color model

#77767A color CMYK value is (2,3,0,52).

  • cyan value is 2.46%
  • magenta value is 3.28%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(2,3,0,52)
C2M3Y0K52 
(2%,3%,0%,52%)
(0.02/0.03/0.00/0.52)	

CMYK percentages

%2.46
%3.28
%0
%52.16

Codes

Color #77767A in popluar color models

77767A
RGB119118122
HSL255°1.67%47.06%
HSB/HSV255°3.28%47.84%
CMYK2.46%3.28%0.00%
52.16%

Color #77767A in popluar number systems.

HEX77767A
Decimal119118122
Binary111011111101101111010
Octal167166172

Shades and tints

Shades of #77767A

#77767A
(119,118,122)
#6D6C6F
(109,108,111)
#636264
(99,98,100)
#595859
(89,88,89)
#4F4E4E
(79,78,78)
#454443
(69,68,67)
#3B3A38
(59,58,56)
#31302D
(49,48,45)
#272622
(39,38,34)
#1D1C17
(29,28,23)
#13120C
(19,18,12)
#000000
(0,0,0)

Tints of #77767A

#77767A
(119,118,122)
#838286
(131,130,134)
#8F8E92
(143,142,146)
#9B9A9E
(155,154,158)
#A7A6AA
(167,166,170)
#B3B2B6
(179,178,182)
#BFBEC2
(191,190,194)
#CBCACE
(203,202,206)
#D7D6DA
(215,214,218)
#E3E2E6
(227,226,230)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77767A color. Also use rgb(119,118,122) instead hex code.

Text Font Color

.myTextColor { color: #77767A; }

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

This text font color is #77767A.


Background Color

.myBgColor { background-color: #77767A; }

<div style="background-color:#77767A">Inner text</div>

This div background color is #77767A.


Border color

.myBorderColor { border: 1px solid #77767A; }

<div style="border:3px solid #77767A">Div</div>

This div border color is #77767A.


Opacity

.myOpacity80 { color: #77767A; opacity: 0.8; }

<p style="color:#77767A;opacity:0.8;">80%</p>

Text with #77767A 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 #77767A;}

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

This text has shadow with #77767A color.

.textShadow {text-shadow: 3px 3px 1px #77767A, 3px 3px 1px red;}

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

This text has shadow with #77767A primary color and red secondary color.


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

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

This text has shadow with #77767A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77767A on black background.


Color preview on white background

This text has color #77767A on white background.



Black color preview on #77767A background

This text has black color on #77767A background.


White color preview on #77767A background

This text has white color on #77767A background.