COLOR #77849A

HEX: #77849A
RGB: (119,132,154)

Color info

#77849A contains red, green and blue colors in about the same proportion. Web safe color of #77849A is #669999 (or #699).

RGB color model

#77849A color RGB value is (119,132,154).

  • red value is 119;
  • green value is 132;
  • blue value is 154.
RGB:
(119,132,154)
(47%,52%,60%)

RGB channels and saturation

R 119 of 255 = 47%
G 132 of 255 = 52%
B 154 of 255 = 60%

119
132
154

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

Portions of RGB colors in percentages

R + G + B =
119 + 132 + 154 = 405 (100%)
R 119 of 405 ~ 29.38%
G 132 of 405 ~ 32.59%
B 154 of 405 ~ 38.02%

%29.38
%32.59
%38.02

CMYK color model

#77849A color CMYK value is (23,14,0,40).

  • cyan value is 22.73%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(23,14,0,40)
C23M14Y0K40 
(23%,14%,0%,40%)
(0.23/0.14/0.00/0.40)	

CMYK percentages

%22.73
%14.29
%0
%39.61

Codes

Color #77849A in popluar color models

77849A
RGB119132154
HSL218°14.77%53.53%
HSB/HSV218°22.73%60.39%
CMYK22.73%14.29%0.00%
39.61%

Color #77849A in popluar number systems.

HEX77849A
Decimal119132154
Binary11101111000010010011010
Octal167204232

Shades and tints

Shades of #77849A

#77849A
(119,132,154)
#6D788C
(109,120,140)
#636C7E
(99,108,126)
#596070
(89,96,112)
#4F5462
(79,84,98)
#454854
(69,72,84)
#3B3C46
(59,60,70)
#313038
(49,48,56)
#27242A
(39,36,42)
#1D181C
(29,24,28)
#130C0E
(19,12,14)
#000000
(0,0,0)

Tints of #77849A

#77849A
(119,132,154)
#838FA3
(131,143,163)
#8F9AAC
(143,154,172)
#9BA5B5
(155,165,181)
#A7B0BE
(167,176,190)
#B3BBC7
(179,187,199)
#BFC6D0
(191,198,208)
#CBD1D9
(203,209,217)
#D7DCE2
(215,220,226)
#E3E7EB
(227,231,235)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77849A color. Also use rgb(119,132,154) instead hex code.

Text Font Color

.myTextColor { color: #77849A; }

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

This text font color is #77849A.


Background Color

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

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

This div background color is #77849A.


Border color

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

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

This div border color is #77849A.


Opacity

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

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

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

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

This text has shadow with #77849A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77849A on black background.


Color preview on white background

This text has color #77849A on white background.



Black color preview on #77849A background

This text has black color on #77849A background.


White color preview on #77849A background

This text has white color on #77849A background.