COLOR #77768F

HEX: #77768F RGB: (119,118,143)

Color info

#77768F contains red, green and blue colors in about the same proportion. Web safe color of #77768F is #666699 (or #669).

RGB color model

#77768F color RGB value is (119,118,143).

RGB: (119,118,143) (47%, 46%, 56%)

RGB channels and saturation

R 119 of 255 = 47%
G 118 of 255 = 46%
B 143 of 255 = 56%

119
118
143

R + G + B ~ 50%. #77768F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 118 + 143 = 380 (100%)
R 119 of 380 ~ 31.32%
G 118 of 380 ~ 31.05%
B 143 of 380 ~ 37.63'%

%31.32
%31.05
%37.63

CMYK color model

#77768F color CMYK value is (17,17,0,44).

  • cyan value is 16.78%
  • magenta value is 17.48%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (17,17,0,44)
C17M17Y0K44 (17%, 17%, 0%, 44%)
(0.17 / 0.17 / 0.00 / 0.44)

CMYK percentages

%16.78
%17.48
%0
%43.92

Codes

Color #77768F in popluar color models

77 76 8F
RGB 119 118 143
HSL 242° 10.04% 51.18%
HSB/HSV 242° 17.48% 56.08%
CMYK 16.78% 17.48% 0.00%
43.92%

Color #77768F in popluar number systems.

HEX 77 76 8F
Decimal 119 118 143
Binary 1110111 1110110 10001111
Octal 167 166 217

Shades and tints

Shades of #77768F

#77768F
(119,118,143)
#6D6C82
(109,108,130)
#636275
(99,98,117)
#595868
(89,88,104)
#4F4E5B
(79,78,91)
#45444E
(69,68,78)
#3B3A41
(59,58,65)
#313034
(49,48,52)
#272627
(39,38,39)
#1D1C1A
(29,28,26)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #77768F

#77768F
(119,118,143)
#838299
(131,130,153)
#8F8EA3
(143,142,163)
#9B9AAD
(155,154,173)
#A7A6B7
(167,166,183)
#B3B2C1
(179,178,193)
#BFBECB
(191,190,203)
#CBCAD5
(203,202,213)
#D7D6DF
(215,214,223)
#E3E2E9
(227,226,233)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77768F color. Also use rgb(119,118,143) instead hex code.

Text Font Color

.myTextColor { color: #77768F; }

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

This text font color is #77768F.

Background Color

.myBgColor { background-color: #77768F; }

<div style="background-color:#77768F">Inner text</div>

This div background color is #77768F.

Border color

.myBorderColor { border: 1px solid #77768F; }

<div style="border:3px solid #77768F">Div</div>

This div border color is #77768F.

Opacity

.myOpacity80 { color: #77768F; opacity: 0.8; }

<p style="color:#77768F;opacity:0.8;">80%</p>

Text with #77768F 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 #77768F;}

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

This text has shadow with #77768F color.


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

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

This text has shadow with #77768F primary color and red secondary color.


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

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

This text has shadow with #77768F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #77768F.

Preview

Color preview on black background

This text has color #77768F on black background.


Color preview on white background

This text has color #77768F on white background.


Black color preview on #77768F background

This text has black color on #77768F background.


White color preview on #77768F background

This text has white color on #77768F background.


Related colors

Complementary color

Complementary color for #hex is #888970.


I love getcolorcode.com

Triadic colors

1 #8F7776 and #768F77 with #77768F are triadic colors.

2 #8F7677 and #76778F with #77768F are triadic colors.