COLOR #724B7A

HEX: #724B7A
RGB: (114,75,122)

Color info

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

RGB color model

#724B7A color RGB value is (114,75,122).

  • red value is 114;
  • green value is 75;
  • blue value is 122.
RGB:
(114,75,122)
(45%,29%,48%)

RGB channels and saturation

R 114 of 255 = 45%
G 75 of 255 = 29%
B 122 of 255 = 48%

114
75
122

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

Portions of RGB colors in percentages

R + G + B =
114 + 75 + 122 = 311 (100%)
R 114 of 311 ~ 36.66%
G 75 of 311 ~ 24.12%
B 122 of 311 ~ 39.23%

%36.66
%24.12
%39.23

CMYK color model

#724B7A color CMYK value is (7,39,0,52).

  • cyan value is 6.56%
  • magenta value is 38.52%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(7,39,0,52)
C7M39Y0K52 
(7%,39%,0%,52%)
(0.07/0.39/0.00/0.52)	

CMYK percentages

%6.56
%38.52
%0
%52.16

Codes

Color #724B7A in popluar color models

724B7A
RGB11475122
HSL290°23.86%38.63%
HSB/HSV290°38.52%47.84%
CMYK6.56%38.52%0.00%
52.16%

Color #724B7A in popluar number systems.

HEX724B7A
Decimal11475122
Binary111001010010111111010
Octal162113172

Shades and tints

Shades of #724B7A

#724B7A
(114,75,122)
#68456F
(104,69,111)
#5E3F64
(94,63,100)
#543959
(84,57,89)
#4A334E
(74,51,78)
#402D43
(64,45,67)
#362738
(54,39,56)
#2C212D
(44,33,45)
#221B22
(34,27,34)
#181517
(24,21,23)
#0E0F0C
(14,15,12)
#000000
(0,0,0)

Tints of #724B7A

#724B7A
(114,75,122)
#7E5B86
(126,91,134)
#8A6B92
(138,107,146)
#967B9E
(150,123,158)
#A28BAA
(162,139,170)
#AE9BB6
(174,155,182)
#BAABC2
(186,171,194)
#C6BBCE
(198,187,206)
#D2CBDA
(210,203,218)
#DEDBE6
(222,219,230)
#EAEBF2
(234,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #724B7A color. Also use rgb(114,75,122) instead hex code.

Text Font Color

.myTextColor { color: #724B7A; }

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

This text font color is #724B7A.


Background Color

.myBgColor { background-color: #724B7A; }

<div style="background-color:#724B7A">Inner text</div>

This div background color is #724B7A.


Border color

.myBorderColor { border: 1px solid #724B7A; }

<div style="border:3px solid #724B7A">Div</div>

This div border color is #724B7A.


Opacity

.myOpacity80 { color: #724B7A; opacity: 0.8; }

<p style="color:#724B7A;opacity:0.8;">80%</p>

Text with #724B7A 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 #724B7A;}

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

This text has shadow with #724B7A color.

.textShadow {text-shadow: 3px 3px 1px #724B7A, 3px 3px 1px red;}

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

This text has shadow with #724B7A primary color and red secondary color.


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

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

This text has shadow with #724B7A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724B7A on black background.


Color preview on white background

This text has color #724B7A on white background.



Black color preview on #724B7A background

This text has black color on #724B7A background.


White color preview on #724B7A background

This text has white color on #724B7A background.