COLOR #71779F

HEX: #71779F
RGB: (113,119,159)

Color info

#71779F contains red, green and blue colors in about the same proportion. Web safe color of #71779F is #666699 (or #669).

RGB color model

#71779F color RGB value is (113,119,159).

  • red value is 113;
  • green value is 119;
  • blue value is 159.
RGB:
(113,119,159)
(44%,47%,62%)

RGB channels and saturation

R 113 of 255 = 44%
G 119 of 255 = 47%
B 159 of 255 = 62%

113
119
159

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

Portions of RGB colors in percentages

R + G + B =
113 + 119 + 159 = 391 (100%)
R 113 of 391 ~ 28.9%
G 119 of 391 ~ 30.43%
B 159 of 391 ~ 40.66%

%28.9
%30.43
%40.66

CMYK color model

#71779F color CMYK value is (29,25,0,38).

  • cyan value is 28.93%
  • magenta value is 25.16%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(29,25,0,38)
C29M25Y0K38 
(29%,25%,0%,38%)
(0.29/0.25/0.00/0.38)	

CMYK percentages

%28.93
%25.16
%0
%37.65

Codes

Color #71779F in popluar color models

71779F
RGB113119159
HSL232°19.33%53.33%
HSB/HSV232°28.93%62.35%
CMYK28.93%25.16%0.00%
37.65%

Color #71779F in popluar number systems.

HEX71779F
Decimal113119159
Binary1110001111011110011111
Octal161167237

Shades and tints

Shades of #71779F

#71779F
(113,119,159)
#676D91
(103,109,145)
#5D6383
(93,99,131)
#535975
(83,89,117)
#494F67
(73,79,103)
#3F4559
(63,69,89)
#353B4B
(53,59,75)
#2B313D
(43,49,61)
#21272F
(33,39,47)
#171D21
(23,29,33)
#0D1313
(13,19,19)
#000000
(0,0,0)

Tints of #71779F

#71779F
(113,119,159)
#7D83A7
(125,131,167)
#898FAF
(137,143,175)
#959BB7
(149,155,183)
#A1A7BF
(161,167,191)
#ADB3C7
(173,179,199)
#B9BFCF
(185,191,207)
#C5CBD7
(197,203,215)
#D1D7DF
(209,215,223)
#DDE3E7
(221,227,231)
#E9EFEF
(233,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71779F; }

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

This text font color is #71779F.


Background Color

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

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

This div background color is #71779F.


Border color

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

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

This div border color is #71779F.


Opacity

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

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

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

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

This text has shadow with #71779F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71779F on black background.


Color preview on white background

This text has color #71779F on white background.



Black color preview on #71779F background

This text has black color on #71779F background.


White color preview on #71779F background

This text has white color on #71779F background.