COLOR #713E77

HEX: #713E77 RGB: (113,62,119)

Color info

#713E77 contains red, green and blue colors in about the same proportion. Web safe color of #713E77 is #663366 (or #636).

RGB color model

#713E77 color RGB value is (113,62,119).

RGB: (113,62,119) (44%, 24%, 47%)

RGB channels and saturation

R 113 of 255 = 44%
G 62 of 255 = 24%
B 119 of 255 = 47%

113
62
119

R + G + B ~ 38%. #713E77 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 113 + 62 + 119 = 294 (100%)
R 113 of 294 ~ 38.44%
G 62 of 294 ~ 21.09%
B 119 of 294 ~ 40.48'%

%38.44
%21.09
%40.48

CMYK color model

#713E77 color CMYK value is (5,48,0,53).

  • cyan value is 5.04%
  • magenta value is 47.90%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (5,48,0,53)
C5M48Y0K53 (5%, 48%, 0%, 53%)
(0.05 / 0.48 / 0.00 / 0.53)

CMYK percentages

%5.04
%47.9
%0
%53.33

Codes

Color #713E77 in popluar color models

71 3E 77
RGB 113 62 119
HSL 294° 31.49% 35.49%
HSB/HSV 294° 47.90% 46.67%
CMYK 5.04% 47.90% 0.00%
53.33%

Color #713E77 in popluar number systems.

HEX 71 3E 77
Decimal 113 62 119
Binary 1110001 111110 1110111
Octal 161 76 167

Shades and tints

Shades of #713E77

#713E77
(113,62,119)
#67396D
(103,57,109)
#5D3463
(93,52,99)
#532F59
(83,47,89)
#492A4F
(73,42,79)
#3F2545
(63,37,69)
#35203B
(53,32,59)
#2B1B31
(43,27,49)
#211627
(33,22,39)
#17111D
(23,17,29)
#0D0C13
(13,12,19)
#000000
(0,0,0)

Tints of #713E77

#713E77
(113,62,119)
#7D4F83
(125,79,131)
#89608F
(137,96,143)
#95719B
(149,113,155)
#A182A7
(161,130,167)
#AD93B3
(173,147,179)
#B9A4BF
(185,164,191)
#C5B5CB
(197,181,203)
#D1C6D7
(209,198,215)
#DDD7E3
(221,215,227)
#E9E8EF
(233,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713E77 color. Also use rgb(113,62,119) instead hex code.

Text Font Color

.myTextColor { color: #713E77; }

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

This text font color is #713E77.

Background Color

.myBgColor { background-color: #713E77; }

<div style="background-color:#713E77">Inner text</div>

This div background color is #713E77.

Border color

.myBorderColor { border: 1px solid #713E77; }

<div style="border:3px solid #713E77">Div</div>

This div border color is #713E77.

Opacity

.myOpacity80 { color: #713E77; opacity: 0.8; }

<p style="color:#713E77;opacity:0.8;">80%</p>

Text with #713E77 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 #713E77;}

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

This text has shadow with #713E77 color.


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

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

This text has shadow with #713E77 primary color and red secondary color.


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

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

This text has shadow with #713E77 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #713E77.

Preview

Color preview on black background

This text has color #713E77 on black background.


Color preview on white background

This text has color #713E77 on white background.


Black color preview on #713E77 background

This text has black color on #713E77 background.


White color preview on #713E77 background

This text has white color on #713E77 background.


Related colors

Complementary color

Complementary color for #hex is #8EC188.


I love getcolorcode.com

Triadic colors

1 #77713E and #3E7771 with #713E77 are triadic colors.

2 #773E71 and #3E7177 with #713E77 are triadic colors.