COLOR #81779B

HEX: #81779B
RGB: (129,119,155)

Color info

#81779B contains red, green and blue colors in about the same proportion. Web safe color of #81779B is #996699 (or #969).

RGB color model

#81779B color RGB value is (129,119,155).

  • red value is 129;
  • green value is 119;
  • blue value is 155.
RGB:
(129,119,155)
(51%,47%,61%)

RGB channels and saturation

R 129 of 255 = 51%
G 119 of 255 = 47%
B 155 of 255 = 61%

129
119
155

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

Portions of RGB colors in percentages

R + G + B =
129 + 119 + 155 = 403 (100%)
R 129 of 403 ~ 32.01%
G 119 of 403 ~ 29.53%
B 155 of 403 ~ 38.46%

%32.01
%29.53
%38.46

CMYK color model

#81779B color CMYK value is (17,23,0,39).

  • cyan value is 16.77%
  • magenta value is 23.23%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(17,23,0,39)
C17M23Y0K39 
(17%,23%,0%,39%)
(0.17/0.23/0.00/0.39)	

CMYK percentages

%16.77
%23.23
%0
%39.22

Codes

Color #81779B in popluar color models

81779B
RGB129119155
HSL257°15.25%53.73%
HSB/HSV257°23.23%60.78%
CMYK16.77%23.23%0.00%
39.22%

Color #81779B in popluar number systems.

HEX81779B
Decimal129119155
Binary10000001111011110011011
Octal201167233

Shades and tints

Shades of #81779B

#81779B
(129,119,155)
#766D8D
(118,109,141)
#6B637F
(107,99,127)
#605971
(96,89,113)
#554F63
(85,79,99)
#4A4555
(74,69,85)
#3F3B47
(63,59,71)
#343139
(52,49,57)
#29272B
(41,39,43)
#1E1D1D
(30,29,29)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #81779B

#81779B
(129,119,155)
#8C83A4
(140,131,164)
#978FAD
(151,143,173)
#A29BB6
(162,155,182)
#ADA7BF
(173,167,191)
#B8B3C8
(184,179,200)
#C3BFD1
(195,191,209)
#CECBDA
(206,203,218)
#D9D7E3
(217,215,227)
#E4E3EC
(228,227,236)
#EFEFF5
(239,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81779B color. Also use rgb(129,119,155) instead hex code.

Text Font Color

.myTextColor { color: #81779B; }

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

This text font color is #81779B.


Background Color

.myBgColor { background-color: #81779B; }

<div style="background-color:#81779B">Inner text</div>

This div background color is #81779B.


Border color

.myBorderColor { border: 1px solid #81779B; }

<div style="border:3px solid #81779B">Div</div>

This div border color is #81779B.


Opacity

.myOpacity80 { color: #81779B; opacity: 0.8; }

<p style="color:#81779B;opacity:0.8;">80%</p>

Text with #81779B 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 #81779B;}

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

This text has shadow with #81779B color.

.textShadow {text-shadow: 3px 3px 1px #81779B, 3px 3px 1px red;}

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

This text has shadow with #81779B primary color and red secondary color.


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

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

This text has shadow with #81779B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81779B on black background.


Color preview on white background

This text has color #81779B on white background.



Black color preview on #81779B background

This text has black color on #81779B background.


White color preview on #81779B background

This text has white color on #81779B background.