COLOR #726A80

HEX: #726A80 RGB: (114,106,128)

Color info

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

RGB color model

#726A80 color RGB value is (114,106,128).

RGB: (114,106,128) (45%, 42%, 50%)

RGB channels and saturation

R 114 of 255 = 45%
G 106 of 255 = 42%
B 128 of 255 = 50%

114
106
128

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

Portions of RGB colors in percentages

R + G + B = 114 + 106 + 128 = 348 (100%)
R 114 of 348 ~ 32.76%
G 106 of 348 ~ 30.46%
B 128 of 348 ~ 36.78'%

%32.76
%30.46
%36.78

CMYK color model

#726A80 color CMYK value is (11,17,0,50).

  • cyan value is 10.94%
  • magenta value is 17.19%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (11,17,0,50)
C11M17Y0K50 (11%, 17%, 0%, 50%)
(0.11 / 0.17 / 0.00 / 0.50)

CMYK percentages

%10.94
%17.19
%0
%49.8

Codes

Color #726A80 in popluar color models

72 6A 80
RGB 114 106 128
HSL 262° 9.40% 45.88%
HSB/HSV 262° 17.19% 50.20%
CMYK 10.94% 17.19% 0.00%
49.80%

Color #726A80 in popluar number systems.

HEX 72 6A 80
Decimal 114 106 128
Binary 1110010 1101010 10000000
Octal 162 152 200

Shades and tints

Shades of #726A80

#726A80
(114,106,128)
#686175
(104,97,117)
#5E586A
(94,88,106)
#544F5F
(84,79,95)
#4A4654
(74,70,84)
#403D49
(64,61,73)
#36343E
(54,52,62)
#2C2B33
(44,43,51)
#222228
(34,34,40)
#18191D
(24,25,29)
#0E1012
(14,16,18)
#000000
(0,0,0)

Tints of #726A80

#726A80
(114,106,128)
#7E778B
(126,119,139)
#8A8496
(138,132,150)
#9691A1
(150,145,161)
#A29EAC
(162,158,172)
#AEABB7
(174,171,183)
#BAB8C2
(186,184,194)
#C6C5CD
(198,197,205)
#D2D2D8
(210,210,216)
#DEDFE3
(222,223,227)
#EAECEE
(234,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726A80; }

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

This text font color is #726A80.

Background Color

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

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

This div background color is #726A80.

Border color

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

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

This div border color is #726A80.

Opacity

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

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

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

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

This text has shadow with #726A80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #726A80.

Preview

Color preview on black background

This text has color #726A80 on black background.


Color preview on white background

This text has color #726A80 on white background.


Black color preview on #726A80 background

This text has black color on #726A80 background.


White color preview on #726A80 background

This text has white color on #726A80 background.


Related colors

Complementary color

Complementary color for #hex is #8D957F.


I love getcolorcode.com

Triadic colors

1 #80726A and #6A8072 with #726A80 are triadic colors.

2 #806A72 and #6A7280 with #726A80 are triadic colors.