COLOR #77697B

HEX: #77697B
RGB: (119,105,123)

Color info

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

RGB color model

#77697B color RGB value is (119,105,123).

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

RGB channels and saturation

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

119
105
123

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

Portions of RGB colors in percentages

R + G + B =
119 + 105 + 123 = 347 (100%)
R 119 of 347 ~ 34.29%
G 105 of 347 ~ 30.26%
B 123 of 347 ~ 35.45%

%34.29
%30.26
%35.45

CMYK color model

#77697B color CMYK value is (3,15,0,52).

  • cyan value is 3.25%
  • magenta value is 14.63%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(3,15,0,52)
C3M15Y0K52 
(3%,15%,0%,52%)
(0.03/0.15/0.00/0.52)	

CMYK percentages

%3.25
%14.63
%0
%51.76

Codes

Color #77697B in popluar color models

77697B
RGB119105123
HSL287°7.89%44.71%
HSB/HSV287°14.63%48.24%
CMYK3.25%14.63%0.00%
51.76%

Color #77697B in popluar number systems.

HEX77697B
Decimal119105123
Binary111011111010011111011
Octal167151173

Shades and tints

Shades of #77697B

#77697B
(119,105,123)
#6D6070
(109,96,112)
#635765
(99,87,101)
#594E5A
(89,78,90)
#4F454F
(79,69,79)
#453C44
(69,60,68)
#3B3339
(59,51,57)
#312A2E
(49,42,46)
#272123
(39,33,35)
#1D1818
(29,24,24)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #77697B

#77697B
(119,105,123)
#837687
(131,118,135)
#8F8393
(143,131,147)
#9B909F
(155,144,159)
#A79DAB
(167,157,171)
#B3AAB7
(179,170,183)
#BFB7C3
(191,183,195)
#CBC4CF
(203,196,207)
#D7D1DB
(215,209,219)
#E3DEE7
(227,222,231)
#EFEBF3
(239,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77697B; }

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

This text font color is #77697B.


Background Color

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

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

This div background color is #77697B.


Border color

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

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

This div border color is #77697B.


Opacity

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

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

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

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

This text has shadow with #77697B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77697B on black background.


Color preview on white background

This text has color #77697B on white background.



Black color preview on #77697B background

This text has black color on #77697B background.


White color preview on #77697B background

This text has white color on #77697B background.