COLOR #714C7A

HEX: #714C7A
RGB: (113,76,122)

Color info

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

RGB color model

#714C7A color RGB value is (113,76,122).

  • red value is 113;
  • green value is 76;
  • blue value is 122.
RGB:
(113,76,122)
(44%,30%,48%)

RGB channels and saturation

R 113 of 255 = 44%
G 76 of 255 = 30%
B 122 of 255 = 48%

113
76
122

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

Portions of RGB colors in percentages

R + G + B =
113 + 76 + 122 = 311 (100%)
R 113 of 311 ~ 36.33%
G 76 of 311 ~ 24.44%
B 122 of 311 ~ 39.23%

%36.33
%24.44
%39.23

CMYK color model

#714C7A color CMYK value is (7,38,0,52).

  • cyan value is 7.38%
  • magenta value is 37.70%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(7,38,0,52)
C7M38Y0K52 
(7%,38%,0%,52%)
(0.07/0.38/0.00/0.52)	

CMYK percentages

%7.38
%37.7
%0
%52.16

Codes

Color #714C7A in popluar color models

714C7A
RGB11376122
HSL288°23.23%38.82%
HSB/HSV288°37.70%47.84%
CMYK7.38%37.70%0.00%
52.16%

Color #714C7A in popluar number systems.

HEX714C7A
Decimal11376122
Binary111000110011001111010
Octal161114172

Shades and tints

Shades of #714C7A

#714C7A
(113,76,122)
#67466F
(103,70,111)
#5D4064
(93,64,100)
#533A59
(83,58,89)
#49344E
(73,52,78)
#3F2E43
(63,46,67)
#352838
(53,40,56)
#2B222D
(43,34,45)
#211C22
(33,28,34)
#171617
(23,22,23)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #714C7A

#714C7A
(113,76,122)
#7D5C86
(125,92,134)
#896C92
(137,108,146)
#957C9E
(149,124,158)
#A18CAA
(161,140,170)
#AD9CB6
(173,156,182)
#B9ACC2
(185,172,194)
#C5BCCE
(197,188,206)
#D1CCDA
(209,204,218)
#DDDCE6
(221,220,230)
#E9ECF2
(233,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714C7A color. Also use rgb(113,76,122) instead hex code.

Text Font Color

.myTextColor { color: #714C7A; }

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

This text font color is #714C7A.


Background Color

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

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

This div background color is #714C7A.


Border color

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

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

This div border color is #714C7A.


Opacity

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

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

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

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

This text has shadow with #714C7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714C7A on black background.


Color preview on white background

This text has color #714C7A on white background.



Black color preview on #714C7A background

This text has black color on #714C7A background.


White color preview on #714C7A background

This text has white color on #714C7A background.