COLOR #726B8A

HEX: #726B8A RGB: (114,107,138)

Color info

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

RGB color model

#726B8A color RGB value is (114,107,138).

RGB: (114,107,138) (45%, 42%, 54%)

RGB channels and saturation

R 114 of 255 = 45%
G 107 of 255 = 42%
B 138 of 255 = 54%

114
107
138

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

Portions of RGB colors in percentages

R + G + B = 114 + 107 + 138 = 359 (100%)
R 114 of 359 ~ 31.75%
G 107 of 359 ~ 29.81%
B 138 of 359 ~ 38.44'%

%31.75
%29.81
%38.44

CMYK color model

#726B8A color CMYK value is (17,22,0,46).

  • cyan value is 17.39%
  • magenta value is 22.46%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (17,22,0,46)
C17M22Y0K46 (17%, 22%, 0%, 46%)
(0.17 / 0.22 / 0.00 / 0.46)

CMYK percentages

%17.39
%22.46
%0
%45.88

Codes

Color #726B8A in popluar color models

72 6B 8A
RGB 114 107 138
HSL 254° 12.65% 48.04%
HSB/HSV 254° 22.46% 54.12%
CMYK 17.39% 22.46% 0.00%
45.88%

Color #726B8A in popluar number systems.

HEX 72 6B 8A
Decimal 114 107 138
Binary 1110010 1101011 10001010
Octal 162 153 212

Shades and tints

Shades of #726B8A

#726B8A
(114,107,138)
#68627E
(104,98,126)
#5E5972
(94,89,114)
#545066
(84,80,102)
#4A475A
(74,71,90)
#403E4E
(64,62,78)
#363542
(54,53,66)
#2C2C36
(44,44,54)
#22232A
(34,35,42)
#181A1E
(24,26,30)
#0E1112
(14,17,18)
#000000
(0,0,0)

Tints of #726B8A

#726B8A
(114,107,138)
#7E7894
(126,120,148)
#8A859E
(138,133,158)
#9692A8
(150,146,168)
#A29FB2
(162,159,178)
#AEACBC
(174,172,188)
#BAB9C6
(186,185,198)
#C6C6D0
(198,198,208)
#D2D3DA
(210,211,218)
#DEE0E4
(222,224,228)
#EAEDEE
(234,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726B8A color. Also use rgb(114,107,138) instead hex code.

Text Font Color

.myTextColor { color: #726B8A; }

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

This text font color is #726B8A.

Background Color

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

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

This div background color is #726B8A.

Border color

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

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

This div border color is #726B8A.

Opacity

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

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

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

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

This text has shadow with #726B8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #726B8A.

Preview

Color preview on black background

This text has color #726B8A on black background.


Color preview on white background

This text has color #726B8A on white background.


Black color preview on #726B8A background

This text has black color on #726B8A background.


White color preview on #726B8A background

This text has white color on #726B8A background.


Related colors

Complementary color

Complementary color for #hex is #8D9475.


I love getcolorcode.com

Triadic colors

1 #8A726B and #6B8A72 with #726B8A are triadic colors.

2 #8A6B72 and #6B728A with #726B8A are triadic colors.