COLOR #71888C

HEX: #71888C RGB: (113,136,140)

Color info

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

RGB color model

#71888C color RGB value is (113,136,140).

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

RGB channels and saturation

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

113
136
140

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

Portions of RGB colors in percentages

R + G + B = 113 + 136 + 140 = 389 (100%)
R 113 of 389 ~ 29.05%
G 136 of 389 ~ 34.96%
B 140 of 389 ~ 35.99'%

%29.05
%34.96
%35.99

CMYK color model

#71888C color CMYK value is (19,3,0,45).

  • cyan value is 19.29%
  • magenta value is 2.86%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (19,3,0,45)
C19M3Y0K45 (19%, 3%, 0%, 45%)
(0.19 / 0.03 / 0.00 / 0.45)

CMYK percentages

%19.29
%2.86
%0
%45.1

Codes

Color #71888C in popluar color models

71 88 8C
RGB 113 136 140
HSL 189° 10.67% 49.61%
HSB/HSV 189° 19.29% 54.90%
CMYK 19.29% 2.86% 0.00%
45.10%

Color #71888C in popluar number systems.

HEX 71 88 8C
Decimal 113 136 140
Binary 1110001 10001000 10001100
Octal 161 210 214

Shades and tints

Shades of #71888C

#71888C
(113,136,140)
#677C80
(103,124,128)
#5D7074
(93,112,116)
#536468
(83,100,104)
#49585C
(73,88,92)
#3F4C50
(63,76,80)
#354044
(53,64,68)
#2B3438
(43,52,56)
#21282C
(33,40,44)
#171C20
(23,28,32)
#0D1014
(13,16,20)
#000000
(0,0,0)

Tints of #71888C

#71888C
(113,136,140)
#7D9296
(125,146,150)
#899CA0
(137,156,160)
#95A6AA
(149,166,170)
#A1B0B4
(161,176,180)
#ADBABE
(173,186,190)
#B9C4C8
(185,196,200)
#C5CED2
(197,206,210)
#D1D8DC
(209,216,220)
#DDE2E6
(221,226,230)
#E9ECF0
(233,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71888C; }

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

This text font color is #71888C.

Background Color

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

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

This div background color is #71888C.

Border color

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

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

This div border color is #71888C.

Opacity

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

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

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

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

This text has shadow with #71888C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71888C.

Preview

Color preview on black background

This text has color #71888C on black background.


Color preview on white background

This text has color #71888C on white background.


Black color preview on #71888C background

This text has black color on #71888C background.


White color preview on #71888C background

This text has white color on #71888C background.


Related colors

Complementary color

Complementary color for #hex is #8E7773.


I love getcolorcode.com

Triadic colors

1 #8C7188 and #888C71 with #71888C are triadic colors.

2 #8C8871 and #88718C with #71888C are triadic colors.