COLOR #77728A

HEX: #77728A
RGB: (119,114,138)

Color info

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

RGB color model

#77728A color RGB value is (119,114,138).

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

RGB channels and saturation

R 119 of 255 = 47%
G 114 of 255 = 45%
B 138 of 255 = 54%

119
114
138

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

Portions of RGB colors in percentages

R + G + B =
119 + 114 + 138 = 371 (100%)
R 119 of 371 ~ 32.08%
G 114 of 371 ~ 30.73%
B 138 of 371 ~ 37.2%

%32.08
%30.73
%37.2

CMYK color model

#77728A color CMYK value is (14,17,0,46).

  • cyan value is 13.77%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(14,17,0,46)
C14M17Y0K46 
(14%,17%,0%,46%)
(0.14/0.17/0.00/0.46)	

CMYK percentages

%13.77
%17.39
%0
%45.88

Codes

Color #77728A in popluar color models

77728A
RGB119114138
HSL253°9.52%49.41%
HSB/HSV253°17.39%54.12%
CMYK13.77%17.39%0.00%
45.88%

Color #77728A in popluar number systems.

HEX77728A
Decimal119114138
Binary1110111111001010001010
Octal167162212

Shades and tints

Shades of #77728A

#77728A
(119,114,138)
#6D687E
(109,104,126)
#635E72
(99,94,114)
#595466
(89,84,102)
#4F4A5A
(79,74,90)
#45404E
(69,64,78)
#3B3642
(59,54,66)
#312C36
(49,44,54)
#27222A
(39,34,42)
#1D181E
(29,24,30)
#130E12
(19,14,18)
#000000
(0,0,0)

Tints of #77728A

#77728A
(119,114,138)
#837E94
(131,126,148)
#8F8A9E
(143,138,158)
#9B96A8
(155,150,168)
#A7A2B2
(167,162,178)
#B3AEBC
(179,174,188)
#BFBAC6
(191,186,198)
#CBC6D0
(203,198,208)
#D7D2DA
(215,210,218)
#E3DEE4
(227,222,228)
#EFEAEE
(239,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77728A; }

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

This text font color is #77728A.


Background Color

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

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

This div background color is #77728A.


Border color

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

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

This div border color is #77728A.


Opacity

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

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

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

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

This text has shadow with #77728A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77728A on black background.


Color preview on white background

This text has color #77728A on white background.



Black color preview on #77728A background

This text has black color on #77728A background.


White color preview on #77728A background

This text has white color on #77728A background.