COLOR #71788F

HEX: #71788F
RGB: (113,120,143)

Color info

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

RGB color model

#71788F color RGB value is (113,120,143).

  • red value is 113;
  • green value is 120;
  • blue value is 143.
RGB:
(113,120,143)
(44%,47%,56%)

RGB channels and saturation

R 113 of 255 = 44%
G 120 of 255 = 47%
B 143 of 255 = 56%

113
120
143

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

Portions of RGB colors in percentages

R + G + B =
113 + 120 + 143 = 376 (100%)
R 113 of 376 ~ 30.05%
G 120 of 376 ~ 31.91%
B 143 of 376 ~ 38.03%

%30.05
%31.91
%38.03

CMYK color model

#71788F color CMYK value is (21,16,0,44).

  • cyan value is 20.98%
  • magenta value is 16.08%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(21,16,0,44)
C21M16Y0K44 
(21%,16%,0%,44%)
(0.21/0.16/0.00/0.44)	

CMYK percentages

%20.98
%16.08
%0
%43.92

Codes

Color #71788F in popluar color models

71788F
RGB113120143
HSL226°11.81%50.20%
HSB/HSV226°20.98%56.08%
CMYK20.98%16.08%0.00%
43.92%

Color #71788F in popluar number systems.

HEX71788F
Decimal113120143
Binary1110001111100010001111
Octal161170217

Shades and tints

Shades of #71788F

#71788F
(113,120,143)
#676E82
(103,110,130)
#5D6475
(93,100,117)
#535A68
(83,90,104)
#49505B
(73,80,91)
#3F464E
(63,70,78)
#353C41
(53,60,65)
#2B3234
(43,50,52)
#212827
(33,40,39)
#171E1A
(23,30,26)
#0D140D
(13,20,13)
#000000
(0,0,0)

Tints of #71788F

#71788F
(113,120,143)
#7D8499
(125,132,153)
#8990A3
(137,144,163)
#959CAD
(149,156,173)
#A1A8B7
(161,168,183)
#ADB4C1
(173,180,193)
#B9C0CB
(185,192,203)
#C5CCD5
(197,204,213)
#D1D8DF
(209,216,223)
#DDE4E9
(221,228,233)
#E9F0F3
(233,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71788F color. Also use rgb(113,120,143) instead hex code.

Text Font Color

.myTextColor { color: #71788F; }

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

This text font color is #71788F.


Background Color

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

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

This div background color is #71788F.


Border color

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

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

This div border color is #71788F.


Opacity

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

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

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

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

This text has shadow with #71788F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71788F on black background.


Color preview on white background

This text has color #71788F on white background.



Black color preview on #71788F background

This text has black color on #71788F background.


White color preview on #71788F background

This text has white color on #71788F background.