COLOR #77657B

HEX: #77657B RGB: (119,101,123)

Color info

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

RGB color model

#77657B color RGB value is (119,101,123).

RGB: (119,101,123) (47%, 40%, 48%)

RGB channels and saturation

R 119 of 255 = 47%
G 101 of 255 = 40%
B 123 of 255 = 48%

119
101
123

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

Portions of RGB colors in percentages

R + G + B = 119 + 101 + 123 = 343 (100%)
R 119 of 343 ~ 34.69%
G 101 of 343 ~ 29.45%
B 123 of 343 ~ 35.86'%

%34.69
%29.45
%35.86

CMYK color model

#77657B color CMYK value is (3,18,0,52).

  • cyan value is 3.25%
  • magenta value is 17.89%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (3,18,0,52)
C3M18Y0K52 (3%, 18%, 0%, 52%)
(0.03 / 0.18 / 0.00 / 0.52)

CMYK percentages

%3.25
%17.89
%0
%51.76

Codes

Color #77657B in popluar color models

77 65 7B
RGB 119 101 123
HSL 289° 9.82% 43.92%
HSB/HSV 289° 17.89% 48.24%
CMYK 3.25% 17.89% 0.00%
51.76%

Color #77657B in popluar number systems.

HEX 77 65 7B
Decimal 119 101 123
Binary 1110111 1100101 1111011
Octal 167 145 173

Shades and tints

Shades of #77657B

#77657B
(119,101,123)
#6D5C70
(109,92,112)
#635365
(99,83,101)
#594A5A
(89,74,90)
#4F414F
(79,65,79)
#453844
(69,56,68)
#3B2F39
(59,47,57)
#31262E
(49,38,46)
#271D23
(39,29,35)
#1D1418
(29,20,24)
#130B0D
(19,11,13)
#000000
(0,0,0)

Tints of #77657B

#77657B
(119,101,123)
#837387
(131,115,135)
#8F8193
(143,129,147)
#9B8F9F
(155,143,159)
#A79DAB
(167,157,171)
#B3ABB7
(179,171,183)
#BFB9C3
(191,185,195)
#CBC7CF
(203,199,207)
#D7D5DB
(215,213,219)
#E3E3E7
(227,227,231)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77657B; }

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

This text font color is #77657B.

Background Color

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

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

This div background color is #77657B.

Border color

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

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

This div border color is #77657B.

Opacity

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

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

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

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

This text has shadow with #77657B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77657B.

Preview

Color preview on black background

This text has color #77657B on black background.


Color preview on white background

This text has color #77657B on white background.


Black color preview on #77657B background

This text has black color on #77657B background.


White color preview on #77657B background

This text has white color on #77657B background.


Related colors

Complementary color

Complementary color for #hex is #889A84.


I love getcolorcode.com

Triadic colors

1 #7B7765 and #657B77 with #77657B are triadic colors.

2 #7B6577 and #65777B with #77657B are triadic colors.