COLOR #71879A

HEX: #71879A RGB: (113,135,154)

Color info

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

RGB color model

#71879A color RGB value is (113,135,154).

RGB: (113,135,154) (44%, 53%, 60%)

RGB channels and saturation

R 113 of 255 = 44%
G 135 of 255 = 53%
B 154 of 255 = 60%

113
135
154

R + G + B ~ 52%. #71879A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 135 + 154 = 402 (100%)
R 113 of 402 ~ 28.11%
G 135 of 402 ~ 33.58%
B 154 of 402 ~ 38.31'%

%28.11
%33.58
%38.31

CMYK color model

#71879A color CMYK value is (27,12,0,40).

  • cyan value is 26.62%
  • magenta value is 12.34%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (27,12,0,40)
C27M12Y0K40 (27%, 12%, 0%, 40%)
(0.27 / 0.12 / 0.00 / 0.40)

CMYK percentages

%26.62
%12.34
%0
%39.61

Codes

Color #71879A in popluar color models

71 87 9A
RGB 113 135 154
HSL 208° 16.87% 52.35%
HSB/HSV 208° 26.62% 60.39%
CMYK 26.62% 12.34% 0.00%
39.61%

Color #71879A in popluar number systems.

HEX 71 87 9A
Decimal 113 135 154
Binary 1110001 10000111 10011010
Octal 161 207 232

Shades and tints

Shades of #71879A

#71879A
(113,135,154)
#677B8C
(103,123,140)
#5D6F7E
(93,111,126)
#536370
(83,99,112)
#495762
(73,87,98)
#3F4B54
(63,75,84)
#353F46
(53,63,70)
#2B3338
(43,51,56)
#21272A
(33,39,42)
#171B1C
(23,27,28)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #71879A

#71879A
(113,135,154)
#7D91A3
(125,145,163)
#899BAC
(137,155,172)
#95A5B5
(149,165,181)
#A1AFBE
(161,175,190)
#ADB9C7
(173,185,199)
#B9C3D0
(185,195,208)
#C5CDD9
(197,205,217)
#D1D7E2
(209,215,226)
#DDE1EB
(221,225,235)
#E9EBF4
(233,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71879A color. Also use rgb(113,135,154) instead hex code.

Text Font Color

.myTextColor { color: #71879A; }

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

This text font color is #71879A.

Background Color

.myBgColor { background-color: #71879A; }

<div style="background-color:#71879A">Inner text</div>

This div background color is #71879A.

Border color

.myBorderColor { border: 1px solid #71879A; }

<div style="border:3px solid #71879A">Div</div>

This div border color is #71879A.

Opacity

.myOpacity80 { color: #71879A; opacity: 0.8; }

<p style="color:#71879A;opacity:0.8;">80%</p>

Text with #71879A 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 #71879A;}

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

This text has shadow with #71879A color.


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

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

This text has shadow with #71879A primary color and red secondary color.


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

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

This text has shadow with #71879A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #71879A.

Preview

Color preview on black background

This text has color #71879A on black background.


Color preview on white background

This text has color #71879A on white background.


Black color preview on #71879A background

This text has black color on #71879A background.


White color preview on #71879A background

This text has white color on #71879A background.


Related colors

Complementary color

Complementary color for #hex is #8E7865.


I love getcolorcode.com

Triadic colors

1 #9A7187 and #879A71 with #71879A are triadic colors.

2 #9A8771 and #87719A with #71879A are triadic colors.