COLOR #726A7F

HEX: #726A7F
RGB: (114,106,127)

Color info

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

RGB color model

#726A7F color RGB value is (114,106,127).

  • red value is 114;
  • green value is 106;
  • blue value is 127.
RGB:
(114,106,127)
(45%,42%,50%)

RGB channels and saturation

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

114
106
127

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

Portions of RGB colors in percentages

R + G + B =
114 + 106 + 127 = 347 (100%)
R 114 of 347 ~ 32.85%
G 106 of 347 ~ 30.55%
B 127 of 347 ~ 36.6%

%32.85
%30.55
%36.6

CMYK color model

#726A7F color CMYK value is (10,17,0,50).

  • cyan value is 10.24%
  • magenta value is 16.54%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(10,17,0,50)
C10M17Y0K50 
(10%,17%,0%,50%)
(0.10/0.17/0.00/0.50)	

CMYK percentages

%10.24
%16.54
%0
%50.2

Codes

Color #726A7F in popluar color models

726A7F
RGB114106127
HSL263°9.01%45.69%
HSB/HSV263°16.54%49.80%
CMYK10.24%16.54%0.00%
50.20%

Color #726A7F in popluar number systems.

HEX726A7F
Decimal114106127
Binary111001011010101111111
Octal162152177

Shades and tints

Shades of #726A7F

#726A7F
(114,106,127)
#686174
(104,97,116)
#5E5869
(94,88,105)
#544F5E
(84,79,94)
#4A4653
(74,70,83)
#403D48
(64,61,72)
#36343D
(54,52,61)
#2C2B32
(44,43,50)
#222227
(34,34,39)
#18191C
(24,25,28)
#0E1011
(14,16,17)
#000000
(0,0,0)

Tints of #726A7F

#726A7F
(114,106,127)
#7E778A
(126,119,138)
#8A8495
(138,132,149)
#9691A0
(150,145,160)
#A29EAB
(162,158,171)
#AEABB6
(174,171,182)
#BAB8C1
(186,184,193)
#C6C5CC
(198,197,204)
#D2D2D7
(210,210,215)
#DEDFE2
(222,223,226)
#EAECED
(234,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726A7F; }

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

This text font color is #726A7F.


Background Color

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

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

This div background color is #726A7F.


Border color

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

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

This div border color is #726A7F.


Opacity

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

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

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

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

This text has shadow with #726A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726A7F on black background.


Color preview on white background

This text has color #726A7F on white background.



Black color preview on #726A7F background

This text has black color on #726A7F background.


White color preview on #726A7F background

This text has white color on #726A7F background.