COLOR #71878C

HEX: #71878C
RGB: (113,135,140)

Color info

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

RGB color model

#71878C color RGB value is (113,135,140).

  • red value is 113;
  • green value is 135;
  • blue value is 140.
RGB:
(113,135,140)
(44%,53%,55%)

RGB channels and saturation

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

113
135
140

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

Portions of RGB colors in percentages

R + G + B =
113 + 135 + 140 = 388 (100%)
R 113 of 388 ~ 29.12%
G 135 of 388 ~ 34.79%
B 140 of 388 ~ 36.08%

%29.12
%34.79
%36.08

CMYK color model

#71878C color CMYK value is (19,4,0,45).

  • cyan value is 19.29%
  • magenta value is 3.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(19,4,0,45)
C19M4Y0K45 
(19%,4%,0%,45%)
(0.19/0.04/0.00/0.45)	

CMYK percentages

%19.29
%3.57
%0
%45.1

Codes

Color #71878C in popluar color models

71878C
RGB113135140
HSL191°10.67%49.61%
HSB/HSV191°19.29%54.90%
CMYK19.29%3.57%0.00%
45.10%

Color #71878C in popluar number systems.

HEX71878C
Decimal113135140
Binary11100011000011110001100
Octal161207214

Shades and tints

Shades of #71878C

#71878C
(113,135,140)
#677B80
(103,123,128)
#5D6F74
(93,111,116)
#536368
(83,99,104)
#49575C
(73,87,92)
#3F4B50
(63,75,80)
#353F44
(53,63,68)
#2B3338
(43,51,56)
#21272C
(33,39,44)
#171B20
(23,27,32)
#0D0F14
(13,15,20)
#000000
(0,0,0)

Tints of #71878C

#71878C
(113,135,140)
#7D9196
(125,145,150)
#899BA0
(137,155,160)
#95A5AA
(149,165,170)
#A1AFB4
(161,175,180)
#ADB9BE
(173,185,190)
#B9C3C8
(185,195,200)
#C5CDD2
(197,205,210)
#D1D7DC
(209,215,220)
#DDE1E6
(221,225,230)
#E9EBF0
(233,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71878C; }

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

This text font color is #71878C.


Background Color

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

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

This div background color is #71878C.


Border color

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

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

This div border color is #71878C.


Opacity

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

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

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

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

This text has shadow with #71878C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71878C on black background.


Color preview on white background

This text has color #71878C on white background.



Black color preview on #71878C background

This text has black color on #71878C background.


White color preview on #71878C background

This text has white color on #71878C background.