COLOR #77859C

HEX: #77859C
RGB: (119,133,156)

Color info

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

RGB color model

#77859C color RGB value is (119,133,156).

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

RGB channels and saturation

R 119 of 255 = 47%
G 133 of 255 = 52%
B 156 of 255 = 61%

119
133
156

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

Portions of RGB colors in percentages

R + G + B =
119 + 133 + 156 = 408 (100%)
R 119 of 408 ~ 29.17%
G 133 of 408 ~ 32.6%
B 156 of 408 ~ 38.24%

%29.17
%32.6
%38.24

CMYK color model

#77859C color CMYK value is (24,15,0,39).

  • cyan value is 23.72%
  • magenta value is 14.74%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(24,15,0,39)
C24M15Y0K39 
(24%,15%,0%,39%)
(0.24/0.15/0.00/0.39)	

CMYK percentages

%23.72
%14.74
%0
%38.82

Codes

Color #77859C in popluar color models

77859C
RGB119133156
HSL217°15.74%53.92%
HSB/HSV217°23.72%61.18%
CMYK23.72%14.74%0.00%
38.82%

Color #77859C in popluar number systems.

HEX77859C
Decimal119133156
Binary11101111000010110011100
Octal167205234

Shades and tints

Shades of #77859C

#77859C
(119,133,156)
#6D798E
(109,121,142)
#636D80
(99,109,128)
#596172
(89,97,114)
#4F5564
(79,85,100)
#454956
(69,73,86)
#3B3D48
(59,61,72)
#31313A
(49,49,58)
#27252C
(39,37,44)
#1D191E
(29,25,30)
#130D10
(19,13,16)
#000000
(0,0,0)

Tints of #77859C

#77859C
(119,133,156)
#8390A5
(131,144,165)
#8F9BAE
(143,155,174)
#9BA6B7
(155,166,183)
#A7B1C0
(167,177,192)
#B3BCC9
(179,188,201)
#BFC7D2
(191,199,210)
#CBD2DB
(203,210,219)
#D7DDE4
(215,221,228)
#E3E8ED
(227,232,237)
#EFF3F6
(239,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77859C; }

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

This text font color is #77859C.


Background Color

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

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

This div background color is #77859C.


Border color

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

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

This div border color is #77859C.


Opacity

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

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

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

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

This text has shadow with #77859C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77859C on black background.


Color preview on white background

This text has color #77859C on white background.



Black color preview on #77859C background

This text has black color on #77859C background.


White color preview on #77859C background

This text has white color on #77859C background.