COLOR #77687A

HEX: #77687A
RGB: (119,104,122)

Color info

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

RGB color model

#77687A color RGB value is (119,104,122).

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

RGB channels and saturation

R 119 of 255 = 47%
G 104 of 255 = 41%
B 122 of 255 = 48%

119
104
122

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

Portions of RGB colors in percentages

R + G + B =
119 + 104 + 122 = 345 (100%)
R 119 of 345 ~ 34.49%
G 104 of 345 ~ 30.14%
B 122 of 345 ~ 35.36%

%34.49
%30.14
%35.36

CMYK color model

#77687A color CMYK value is (2,15,0,52).

  • cyan value is 2.46%
  • magenta value is 14.75%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(2,15,0,52)
C2M15Y0K52 
(2%,15%,0%,52%)
(0.02/0.15/0.00/0.52)	

CMYK percentages

%2.46
%14.75
%0
%52.16

Codes

Color #77687A in popluar color models

77687A
RGB119104122
HSL290°7.96%44.31%
HSB/HSV290°14.75%47.84%
CMYK2.46%14.75%0.00%
52.16%

Color #77687A in popluar number systems.

HEX77687A
Decimal119104122
Binary111011111010001111010
Octal167150172

Shades and tints

Shades of #77687A

#77687A
(119,104,122)
#6D5F6F
(109,95,111)
#635664
(99,86,100)
#594D59
(89,77,89)
#4F444E
(79,68,78)
#453B43
(69,59,67)
#3B3238
(59,50,56)
#31292D
(49,41,45)
#272022
(39,32,34)
#1D1717
(29,23,23)
#130E0C
(19,14,12)
#000000
(0,0,0)

Tints of #77687A

#77687A
(119,104,122)
#837586
(131,117,134)
#8F8292
(143,130,146)
#9B8F9E
(155,143,158)
#A79CAA
(167,156,170)
#B3A9B6
(179,169,182)
#BFB6C2
(191,182,194)
#CBC3CE
(203,195,206)
#D7D0DA
(215,208,218)
#E3DDE6
(227,221,230)
#EFEAF2
(239,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77687A; }

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

This text font color is #77687A.


Background Color

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

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

This div background color is #77687A.


Border color

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

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

This div border color is #77687A.


Opacity

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

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

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

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

This text has shadow with #77687A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77687A on black background.


Color preview on white background

This text has color #77687A on white background.



Black color preview on #77687A background

This text has black color on #77687A background.


White color preview on #77687A background

This text has white color on #77687A background.