COLOR #714F7F

HEX: #714F7F RGB: (113,79,127)

Color info

#714F7F contains red, green and blue colors in about the same proportion. Web safe color of #714F7F is #666666 (or #666).

RGB color model

#714F7F color RGB value is (113,79,127).

RGB: (113,79,127) (44%, 31%, 50%)

RGB channels and saturation

R 113 of 255 = 44%
G 79 of 255 = 31%
B 127 of 255 = 50%

113
79
127

R + G + B ~ 42%. #714F7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 79 + 127 = 319 (100%)
R 113 of 319 ~ 35.42%
G 79 of 319 ~ 24.76%
B 127 of 319 ~ 39.81'%

%35.42
%24.76
%39.81

CMYK color model

#714F7F color CMYK value is (11,38,0,50).

  • cyan value is 11.02%
  • magenta value is 37.80%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (11,38,0,50)
C11M38Y0K50 (11%, 38%, 0%, 50%)
(0.11 / 0.38 / 0.00 / 0.50)

CMYK percentages

%11.02
%37.8
%0
%50.2

Codes

Color #714F7F in popluar color models

71 4F 7F
RGB 113 79 127
HSL 283° 23.30% 40.39%
HSB/HSV 283° 37.80% 49.80%
CMYK 11.02% 37.80% 0.00%
50.20%

Color #714F7F in popluar number systems.

HEX 71 4F 7F
Decimal 113 79 127
Binary 1110001 1001111 1111111
Octal 161 117 177

Shades and tints

Shades of #714F7F

#714F7F
(113,79,127)
#674874
(103,72,116)
#5D4169
(93,65,105)
#533A5E
(83,58,94)
#493353
(73,51,83)
#3F2C48
(63,44,72)
#35253D
(53,37,61)
#2B1E32
(43,30,50)
#211727
(33,23,39)
#17101C
(23,16,28)
#0D0911
(13,9,17)
#000000
(0,0,0)

Tints of #714F7F

#714F7F
(113,79,127)
#7D5F8A
(125,95,138)
#896F95
(137,111,149)
#957FA0
(149,127,160)
#A18FAB
(161,143,171)
#AD9FB6
(173,159,182)
#B9AFC1
(185,175,193)
#C5BFCC
(197,191,204)
#D1CFD7
(209,207,215)
#DDDFE2
(221,223,226)
#E9EFED
(233,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714F7F color. Also use rgb(113,79,127) instead hex code.

Text Font Color

.myTextColor { color: #714F7F; }

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

This text font color is #714F7F.

Background Color

.myBgColor { background-color: #714F7F; }

<div style="background-color:#714F7F">Inner text</div>

This div background color is #714F7F.

Border color

.myBorderColor { border: 1px solid #714F7F; }

<div style="border:3px solid #714F7F">Div</div>

This div border color is #714F7F.

Opacity

.myOpacity80 { color: #714F7F; opacity: 0.8; }

<p style="color:#714F7F;opacity:0.8;">80%</p>

Text with #714F7F 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 #714F7F;}

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

This text has shadow with #714F7F color.


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

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

This text has shadow with #714F7F primary color and red secondary color.


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

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

This text has shadow with #714F7F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #714F7F.

Preview

Color preview on black background

This text has color #714F7F on black background.


Color preview on white background

This text has color #714F7F on white background.


Black color preview on #714F7F background

This text has black color on #714F7F background.


White color preview on #714F7F background

This text has white color on #714F7F background.


Related colors

Complementary color

Complementary color for #hex is #8EB080.


I love getcolorcode.com

Triadic colors

1 #7F714F and #4F7F71 with #714F7F are triadic colors.

2 #7F4F71 and #4F717F with #714F7F are triadic colors.