COLOR #71888B

HEX: #71888B RGB: (113,136,139)

Color info

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

RGB color model

#71888B color RGB value is (113,136,139).

RGB: (113,136,139) (44%, 53%, 55%)

RGB channels and saturation

R 113 of 255 = 44%
G 136 of 255 = 53%
B 139 of 255 = 55%

113
136
139

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

Portions of RGB colors in percentages

R + G + B = 113 + 136 + 139 = 388 (100%)
R 113 of 388 ~ 29.12%
G 136 of 388 ~ 35.05%
B 139 of 388 ~ 35.82'%

%29.12
%35.05
%35.82

CMYK color model

#71888B color CMYK value is (19,2,0,45).

  • cyan value is 18.71%
  • magenta value is 2.16%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (19,2,0,45)
C19M2Y0K45 (19%, 2%, 0%, 45%)
(0.19 / 0.02 / 0.00 / 0.45)

CMYK percentages

%18.71
%2.16
%0
%45.49

Codes

Color #71888B in popluar color models

71 88 8B
RGB 113 136 139
HSL 187° 10.32% 49.41%
HSB/HSV 187° 18.71% 54.51%
CMYK 18.71% 2.16% 0.00%
45.49%

Color #71888B in popluar number systems.

HEX 71 88 8B
Decimal 113 136 139
Binary 1110001 10001000 10001011
Octal 161 210 213

Shades and tints

Shades of #71888B

#71888B
(113,136,139)
#677C7F
(103,124,127)
#5D7073
(93,112,115)
#536467
(83,100,103)
#49585B
(73,88,91)
#3F4C4F
(63,76,79)
#354043
(53,64,67)
#2B3437
(43,52,55)
#21282B
(33,40,43)
#171C1F
(23,28,31)
#0D1013
(13,16,19)
#000000
(0,0,0)

Tints of #71888B

#71888B
(113,136,139)
#7D9295
(125,146,149)
#899C9F
(137,156,159)
#95A6A9
(149,166,169)
#A1B0B3
(161,176,179)
#ADBABD
(173,186,189)
#B9C4C7
(185,196,199)
#C5CED1
(197,206,209)
#D1D8DB
(209,216,219)
#DDE2E5
(221,226,229)
#E9ECEF
(233,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71888B color. Also use rgb(113,136,139) instead hex code.

Text Font Color

.myTextColor { color: #71888B; }

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

This text font color is #71888B.

Background Color

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

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

This div background color is #71888B.

Border color

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

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

This div border color is #71888B.

Opacity

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

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

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

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

This text has shadow with #71888B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71888B.

Preview

Color preview on black background

This text has color #71888B on black background.


Color preview on white background

This text has color #71888B on white background.


Black color preview on #71888B background

This text has black color on #71888B background.


White color preview on #71888B background

This text has white color on #71888B background.


Related colors

Complementary color

Complementary color for #hex is #8E7774.


I love getcolorcode.com

Triadic colors

1 #8B7188 and #888B71 with #71888B are triadic colors.

2 #8B8871 and #88718B with #71888B are triadic colors.