COLOR #726B7A

HEX: #726B7A
RGB: (114,107,122)

Color info

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

RGB color model

#726B7A color RGB value is (114,107,122).

  • red value is 114;
  • green value is 107;
  • blue value is 122.
RGB:
(114,107,122)
(45%,42%,48%)

RGB channels and saturation

R 114 of 255 = 45%
G 107 of 255 = 42%
B 122 of 255 = 48%

114
107
122

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

Portions of RGB colors in percentages

R + G + B =
114 + 107 + 122 = 343 (100%)
R 114 of 343 ~ 33.24%
G 107 of 343 ~ 31.2%
B 122 of 343 ~ 35.57%

%33.24
%31.2
%35.57

CMYK color model

#726B7A color CMYK value is (7,12,0,52).

  • cyan value is 6.56%
  • magenta value is 12.30%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(7,12,0,52)
C7M12Y0K52 
(7%,12%,0%,52%)
(0.07/0.12/0.00/0.52)	

CMYK percentages

%6.56
%12.3
%0
%52.16

Codes

Color #726B7A in popluar color models

726B7A
RGB114107122
HSL268°6.55%44.90%
HSB/HSV268°12.30%47.84%
CMYK6.56%12.30%0.00%
52.16%

Color #726B7A in popluar number systems.

HEX726B7A
Decimal114107122
Binary111001011010111111010
Octal162153172

Shades and tints

Shades of #726B7A

#726B7A
(114,107,122)
#68626F
(104,98,111)
#5E5964
(94,89,100)
#545059
(84,80,89)
#4A474E
(74,71,78)
#403E43
(64,62,67)
#363538
(54,53,56)
#2C2C2D
(44,44,45)
#222322
(34,35,34)
#181A17
(24,26,23)
#0E110C
(14,17,12)
#000000
(0,0,0)

Tints of #726B7A

#726B7A
(114,107,122)
#7E7886
(126,120,134)
#8A8592
(138,133,146)
#96929E
(150,146,158)
#A29FAA
(162,159,170)
#AEACB6
(174,172,182)
#BAB9C2
(186,185,194)
#C6C6CE
(198,198,206)
#D2D3DA
(210,211,218)
#DEE0E6
(222,224,230)
#EAEDF2
(234,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726B7A; }

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

This text font color is #726B7A.


Background Color

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

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

This div background color is #726B7A.


Border color

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

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

This div border color is #726B7A.


Opacity

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

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

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

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

This text has shadow with #726B7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726B7A on black background.


Color preview on white background

This text has color #726B7A on white background.



Black color preview on #726B7A background

This text has black color on #726B7A background.


White color preview on #726B7A background

This text has white color on #726B7A background.