COLOR #726A87

HEX: #726A87 RGB: (114,106,135)

Color info

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

RGB color model

#726A87 color RGB value is (114,106,135).

RGB: (114,106,135) (45%, 42%, 53%)

RGB channels and saturation

R 114 of 255 = 45%
G 106 of 255 = 42%
B 135 of 255 = 53%

114
106
135

R + G + B ~ 47%. #726A87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 114 + 106 + 135 = 355 (100%)
R 114 of 355 ~ 32.11%
G 106 of 355 ~ 29.86%
B 135 of 355 ~ 38.03'%

%32.11
%29.86
%38.03

CMYK color model

#726A87 color CMYK value is (16,21,0,47).

  • cyan value is 15.56%
  • magenta value is 21.48%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (16,21,0,47)
C16M21Y0K47 (16%, 21%, 0%, 47%)
(0.16 / 0.21 / 0.00 / 0.47)

CMYK percentages

%15.56
%21.48
%0
%47.06

Codes

Color #726A87 in popluar color models

72 6A 87
RGB 114 106 135
HSL 257° 12.03% 47.25%
HSB/HSV 257° 21.48% 52.94%
CMYK 15.56% 21.48% 0.00%
47.06%

Color #726A87 in popluar number systems.

HEX 72 6A 87
Decimal 114 106 135
Binary 1110010 1101010 10000111
Octal 162 152 207

Shades and tints

Shades of #726A87

#726A87
(114,106,135)
#68617B
(104,97,123)
#5E586F
(94,88,111)
#544F63
(84,79,99)
#4A4657
(74,70,87)
#403D4B
(64,61,75)
#36343F
(54,52,63)
#2C2B33
(44,43,51)
#222227
(34,34,39)
#18191B
(24,25,27)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #726A87

#726A87
(114,106,135)
#7E7791
(126,119,145)
#8A849B
(138,132,155)
#9691A5
(150,145,165)
#A29EAF
(162,158,175)
#AEABB9
(174,171,185)
#BAB8C3
(186,184,195)
#C6C5CD
(198,197,205)
#D2D2D7
(210,210,215)
#DEDFE1
(222,223,225)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726A87 color. Also use rgb(114,106,135) instead hex code.

Text Font Color

.myTextColor { color: #726A87; }

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

This text font color is #726A87.

Background Color

.myBgColor { background-color: #726A87; }

<div style="background-color:#726A87">Inner text</div>

This div background color is #726A87.

Border color

.myBorderColor { border: 1px solid #726A87; }

<div style="border:3px solid #726A87">Div</div>

This div border color is #726A87.

Opacity

.myOpacity80 { color: #726A87; opacity: 0.8; }

<p style="color:#726A87;opacity:0.8;">80%</p>

Text with #726A87 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 #726A87;}

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

This text has shadow with #726A87 color.


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

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

This text has shadow with #726A87 primary color and red secondary color.


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

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

This text has shadow with #726A87 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #726A87.

Preview

Color preview on black background

This text has color #726A87 on black background.


Color preview on white background

This text has color #726A87 on white background.


Black color preview on #726A87 background

This text has black color on #726A87 background.


White color preview on #726A87 background

This text has white color on #726A87 background.


Related colors

Complementary color

Complementary color for #hex is #8D9578.


I love getcolorcode.com

Triadic colors

1 #87726A and #6A8772 with #726A87 are triadic colors.

2 #876A72 and #6A7287 with #726A87 are triadic colors.