COLOR #77859F

HEX: #77859F RGB: (119,133,159)

Color info

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

RGB color model

#77859F color RGB value is (119,133,159).

RGB: (119,133,159) (47%, 52%, 62%)

RGB channels and saturation

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

119
133
159

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

Portions of RGB colors in percentages

R + G + B = 119 + 133 + 159 = 411 (100%)
R 119 of 411 ~ 28.95%
G 133 of 411 ~ 32.36%
B 159 of 411 ~ 38.69'%

%28.95
%32.36
%38.69

CMYK color model

#77859F color CMYK value is (25,16,0,38).

  • cyan value is 25.16%
  • magenta value is 16.35%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK: (25,16,0,38) C25M16Y0K38 (25%,16%,0%,38%) (0.25/0.16/0.00/0.38) 

CMYK percentages

%25.16
%16.35
%0
%37.65

Codes

Color #77859F in popluar color models

77 85 9F
RGB 119 133 159
HSL 219° 17.24% 54.51%
HSB/HSV 219° 25.16% 62.35%
CMYK 25.16% 16.35% 0.00%
37.65%

Color #77859F in popluar number systems.

HEX 77 85 9F
Decimal 119 133 159
Binary 1110111 10000101 10011111
Octal 167 205 237

Shades and tints

Shades of #77859F

#77859F
(119,133,159)
#6D7991
(109,121,145)
#636D83
(99,109,131)
#596175
(89,97,117)
#4F5567
(79,85,103)
#454959
(69,73,89)
#3B3D4B
(59,61,75)
#31313D
(49,49,61)
#27252F
(39,37,47)
#1D1921
(29,25,33)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #77859F

#77859F
(119,133,159)
#8390A7
(131,144,167)
#8F9BAF
(143,155,175)
#9BA6B7
(155,166,183)
#A7B1BF
(167,177,191)
#B3BCC7
(179,188,199)
#BFC7CF
(191,199,207)
#CBD2D7
(203,210,215)
#D7DDDF
(215,221,223)
#E3E8E7
(227,232,231)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77859F; }

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

This text font color is #77859F.

Background Color

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

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

This div background color is #77859F.

Border color

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

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

This div border color is #77859F.

Opacity

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

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

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

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

This text has shadow with #77859F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77859F.

Preview

Color preview on black background

This text has color #77859F on black background.


Color preview on white background

This text has color #77859F on white background.


Black color preview on #77859F background

This text has black color on #77859F background.


White color preview on #77859F background

This text has white color on #77859F background.


Related colors

Complementary color

Complementary color for #hex is #887A60.


I love getcolorcode.com

Triadic colors

1 #9F7785 and #859F77 with #77859F are triadic colors.

2 #9F8577 and #85779F with #77859F are triadic colors.