COLOR #71778E

HEX: #71778E
RGB: (113,119,142)

Color info

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

RGB color model

#71778E color RGB value is (113,119,142).

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

RGB channels and saturation

R 113 of 255 = 44%
G 119 of 255 = 47%
B 142 of 255 = 56%

113
119
142

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

Portions of RGB colors in percentages

R + G + B =
113 + 119 + 142 = 374 (100%)
R 113 of 374 ~ 30.21%
G 119 of 374 ~ 31.82%
B 142 of 374 ~ 37.97%

%30.21
%31.82
%37.97

CMYK color model

#71778E color CMYK value is (20,16,0,44).

  • cyan value is 20.42%
  • magenta value is 16.20%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(20,16,0,44)
C20M16Y0K44 
(20%,16%,0%,44%)
(0.20/0.16/0.00/0.44)	

CMYK percentages

%20.42
%16.2
%0
%44.31

Codes

Color #71778E in popluar color models

71778E
RGB113119142
HSL228°11.37%50.00%
HSB/HSV228°20.42%55.69%
CMYK20.42%16.20%0.00%
44.31%

Color #71778E in popluar number systems.

HEX71778E
Decimal113119142
Binary1110001111011110001110
Octal161167216

Shades and tints

Shades of #71778E

#71778E
(113,119,142)
#676D82
(103,109,130)
#5D6376
(93,99,118)
#53596A
(83,89,106)
#494F5E
(73,79,94)
#3F4552
(63,69,82)
#353B46
(53,59,70)
#2B313A
(43,49,58)
#21272E
(33,39,46)
#171D22
(23,29,34)
#0D1316
(13,19,22)
#000000
(0,0,0)

Tints of #71778E

#71778E
(113,119,142)
#7D8398
(125,131,152)
#898FA2
(137,143,162)
#959BAC
(149,155,172)
#A1A7B6
(161,167,182)
#ADB3C0
(173,179,192)
#B9BFCA
(185,191,202)
#C5CBD4
(197,203,212)
#D1D7DE
(209,215,222)
#DDE3E8
(221,227,232)
#E9EFF2
(233,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71778E color. Also use rgb(113,119,142) instead hex code.

Text Font Color

.myTextColor { color: #71778E; }

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

This text font color is #71778E.


Background Color

.myBgColor { background-color: #71778E; }

<div style="background-color:#71778E">Inner text</div>

This div background color is #71778E.


Border color

.myBorderColor { border: 1px solid #71778E; }

<div style="border:3px solid #71778E">Div</div>

This div border color is #71778E.


Opacity

.myOpacity80 { color: #71778E; opacity: 0.8; }

<p style="color:#71778E;opacity:0.8;">80%</p>

Text with #71778E 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 #71778E;}

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

This text has shadow with #71778E color.

.textShadow {text-shadow: 3px 3px 1px #71778E, 3px 3px 1px red;}

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

This text has shadow with #71778E primary color and red secondary color.


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

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

This text has shadow with #71778E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71778E on black background.


Color preview on white background

This text has color #71778E on white background.



Black color preview on #71778E background

This text has black color on #71778E background.


White color preview on #71778E background

This text has white color on #71778E background.