COLOR #77859D

HEX: #77859D
RGB: (119,133,157)

Color info

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

RGB color model

#77859D color RGB value is (119,133,157).

  • red value is 119;
  • green value is 133;
  • blue value is 157.
RGB:
(119,133,157)
(47%,52%,62%)

RGB channels and saturation

R 119 of 255 = 47%
G 133 of 255 = 52%
B 157 of 255 = 62%

119
133
157

R + G + B ~ 54%. #77859D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 133 + 157 = 409 (100%)
R 119 of 409 ~ 29.1%
G 133 of 409 ~ 32.52%
B 157 of 409 ~ 38.39%

%29.1
%32.52
%38.39

CMYK color model

#77859D color CMYK value is (24,15,0,38).

  • cyan value is 24.20%
  • magenta value is 15.29%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(24,15,0,38)
C24M15Y0K38 
(24%,15%,0%,38%)
(0.24/0.15/0.00/0.38)	

CMYK percentages

%24.2
%15.29
%0
%38.43

Codes

Color #77859D in popluar color models

77859D
RGB119133157
HSL218°16.24%54.12%
HSB/HSV218°24.20%61.57%
CMYK24.20%15.29%0.00%
38.43%

Color #77859D in popluar number systems.

HEX77859D
Decimal119133157
Binary11101111000010110011101
Octal167205235

Shades and tints

Shades of #77859D

#77859D
(119,133,157)
#6D798F
(109,121,143)
#636D81
(99,109,129)
#596173
(89,97,115)
#4F5565
(79,85,101)
#454957
(69,73,87)
#3B3D49
(59,61,73)
#31313B
(49,49,59)
#27252D
(39,37,45)
#1D191F
(29,25,31)
#130D11
(19,13,17)
#000000
(0,0,0)

Tints of #77859D

#77859D
(119,133,157)
#8390A5
(131,144,165)
#8F9BAD
(143,155,173)
#9BA6B5
(155,166,181)
#A7B1BD
(167,177,189)
#B3BCC5
(179,188,197)
#BFC7CD
(191,199,205)
#CBD2D5
(203,210,213)
#D7DDDD
(215,221,221)
#E3E8E5
(227,232,229)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77859D color. Also use rgb(119,133,157) instead hex code.

Text Font Color

.myTextColor { color: #77859D; }

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

This text font color is #77859D.


Background Color

.myBgColor { background-color: #77859D; }

<div style="background-color:#77859D">Inner text</div>

This div background color is #77859D.


Border color

.myBorderColor { border: 1px solid #77859D; }

<div style="border:3px solid #77859D">Div</div>

This div border color is #77859D.


Opacity

.myOpacity80 { color: #77859D; opacity: 0.8; }

<p style="color:#77859D;opacity:0.8;">80%</p>

Text with #77859D 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 #77859D;}

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

This text has shadow with #77859D color.

.textShadow {text-shadow: 3px 3px 1px #77859D, 3px 3px 1px red;}

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

This text has shadow with #77859D primary color and red secondary color.


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

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

This text has shadow with #77859D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77859D on black background.


Color preview on white background

This text has color #77859D on white background.



Black color preview on #77859D background

This text has black color on #77859D background.


White color preview on #77859D background

This text has white color on #77859D background.