COLOR #77718A

HEX: #77718A
RGB: (119,113,138)

Color info

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

RGB color model

#77718A color RGB value is (119,113,138).

  • red value is 119;
  • green value is 113;
  • blue value is 138.
RGB:
(119,113,138)
(47%,44%,54%)

RGB channels and saturation

R 119 of 255 = 47%
G 113 of 255 = 44%
B 138 of 255 = 54%

119
113
138

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

Portions of RGB colors in percentages

R + G + B =
119 + 113 + 138 = 370 (100%)
R 119 of 370 ~ 32.16%
G 113 of 370 ~ 30.54%
B 138 of 370 ~ 37.3%

%32.16
%30.54
%37.3

CMYK color model

#77718A color CMYK value is (14,18,0,46).

  • cyan value is 13.77%
  • magenta value is 18.12%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(14,18,0,46)
C14M18Y0K46 
(14%,18%,0%,46%)
(0.14/0.18/0.00/0.46)	

CMYK percentages

%13.77
%18.12
%0
%45.88

Codes

Color #77718A in popluar color models

77718A
RGB119113138
HSL254°9.96%49.22%
HSB/HSV254°18.12%54.12%
CMYK13.77%18.12%0.00%
45.88%

Color #77718A in popluar number systems.

HEX77718A
Decimal119113138
Binary1110111111000110001010
Octal167161212

Shades and tints

Shades of #77718A

#77718A
(119,113,138)
#6D677E
(109,103,126)
#635D72
(99,93,114)
#595366
(89,83,102)
#4F495A
(79,73,90)
#453F4E
(69,63,78)
#3B3542
(59,53,66)
#312B36
(49,43,54)
#27212A
(39,33,42)
#1D171E
(29,23,30)
#130D12
(19,13,18)
#000000
(0,0,0)

Tints of #77718A

#77718A
(119,113,138)
#837D94
(131,125,148)
#8F899E
(143,137,158)
#9B95A8
(155,149,168)
#A7A1B2
(167,161,178)
#B3ADBC
(179,173,188)
#BFB9C6
(191,185,198)
#CBC5D0
(203,197,208)
#D7D1DA
(215,209,218)
#E3DDE4
(227,221,228)
#EFE9EE
(239,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77718A color. Also use rgb(119,113,138) instead hex code.

Text Font Color

.myTextColor { color: #77718A; }

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

This text font color is #77718A.


Background Color

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

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

This div background color is #77718A.


Border color

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

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

This div border color is #77718A.


Opacity

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

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

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

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

This text has shadow with #77718A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77718A on black background.


Color preview on white background

This text has color #77718A on white background.



Black color preview on #77718A background

This text has black color on #77718A background.


White color preview on #77718A background

This text has white color on #77718A background.