COLOR #726A7C

HEX: #726A7C
RGB: (114,106,124)

Color info

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

RGB color model

#726A7C color RGB value is (114,106,124).

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

RGB channels and saturation

R 114 of 255 = 45%
G 106 of 255 = 42%
B 124 of 255 = 49%

114
106
124

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

Portions of RGB colors in percentages

R + G + B =
114 + 106 + 124 = 344 (100%)
R 114 of 344 ~ 33.14%
G 106 of 344 ~ 30.81%
B 124 of 344 ~ 36.05%

%33.14
%30.81
%36.05

CMYK color model

#726A7C color CMYK value is (8,15,0,51).

  • cyan value is 8.06%
  • magenta value is 14.52%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(8,15,0,51)
C8M15Y0K51 
(8%,15%,0%,51%)
(0.08/0.15/0.00/0.51)	

CMYK percentages

%8.06
%14.52
%0
%51.37

Codes

Color #726A7C in popluar color models

726A7C
RGB114106124
HSL267°7.83%45.10%
HSB/HSV267°14.52%48.63%
CMYK8.06%14.52%0.00%
51.37%

Color #726A7C in popluar number systems.

HEX726A7C
Decimal114106124
Binary111001011010101111100
Octal162152174

Shades and tints

Shades of #726A7C

#726A7C
(114,106,124)
#686171
(104,97,113)
#5E5866
(94,88,102)
#544F5B
(84,79,91)
#4A4650
(74,70,80)
#403D45
(64,61,69)
#36343A
(54,52,58)
#2C2B2F
(44,43,47)
#222224
(34,34,36)
#181919
(24,25,25)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #726A7C

#726A7C
(114,106,124)
#7E7787
(126,119,135)
#8A8492
(138,132,146)
#96919D
(150,145,157)
#A29EA8
(162,158,168)
#AEABB3
(174,171,179)
#BAB8BE
(186,184,190)
#C6C5C9
(198,197,201)
#D2D2D4
(210,210,212)
#DEDFDF
(222,223,223)
#EAECEA
(234,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726A7C; }

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

This text font color is #726A7C.


Background Color

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

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

This div background color is #726A7C.


Border color

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

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

This div border color is #726A7C.


Opacity

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

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

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

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

This text has shadow with #726A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726A7C on black background.


Color preview on white background

This text has color #726A7C on white background.



Black color preview on #726A7C background

This text has black color on #726A7C background.


White color preview on #726A7C background

This text has white color on #726A7C background.