COLOR #77697A

HEX: #77697A
RGB: (119,105,122)

Color info

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

RGB color model

#77697A color RGB value is (119,105,122).

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

RGB channels and saturation

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

119
105
122

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

Portions of RGB colors in percentages

R + G + B =
119 + 105 + 122 = 346 (100%)
R 119 of 346 ~ 34.39%
G 105 of 346 ~ 30.35%
B 122 of 346 ~ 35.26%

%34.39
%30.35
%35.26

CMYK color model

#77697A color CMYK value is (2,14,0,52).

  • cyan value is 2.46%
  • magenta value is 13.93%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(2,14,0,52)
C2M14Y0K52 
(2%,14%,0%,52%)
(0.02/0.14/0.00/0.52)	

CMYK percentages

%2.46
%13.93
%0
%52.16

Codes

Color #77697A in popluar color models

77697A
RGB119105122
HSL289°7.49%44.51%
HSB/HSV289°13.93%47.84%
CMYK2.46%13.93%0.00%
52.16%

Color #77697A in popluar number systems.

HEX77697A
Decimal119105122
Binary111011111010011111010
Octal167151172

Shades and tints

Shades of #77697A

#77697A
(119,105,122)
#6D606F
(109,96,111)
#635764
(99,87,100)
#594E59
(89,78,89)
#4F454E
(79,69,78)
#453C43
(69,60,67)
#3B3338
(59,51,56)
#312A2D
(49,42,45)
#272122
(39,33,34)
#1D1817
(29,24,23)
#130F0C
(19,15,12)
#000000
(0,0,0)

Tints of #77697A

#77697A
(119,105,122)
#837686
(131,118,134)
#8F8392
(143,131,146)
#9B909E
(155,144,158)
#A79DAA
(167,157,170)
#B3AAB6
(179,170,182)
#BFB7C2
(191,183,194)
#CBC4CE
(203,196,206)
#D7D1DA
(215,209,218)
#E3DEE6
(227,222,230)
#EFEBF2
(239,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77697A; }

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

This text font color is #77697A.


Background Color

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

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

This div background color is #77697A.


Border color

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

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

This div border color is #77697A.


Opacity

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

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

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

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

This text has shadow with #77697A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77697A on black background.


Color preview on white background

This text has color #77697A on white background.



Black color preview on #77697A background

This text has black color on #77697A background.


White color preview on #77697A background

This text has white color on #77697A background.