COLOR #726B7B

HEX: #726B7B
RGB: (114,107,123)

Color info

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

RGB color model

#726B7B color RGB value is (114,107,123).

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

RGB channels and saturation

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

114
107
123

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

Portions of RGB colors in percentages

R + G + B =
114 + 107 + 123 = 344 (100%)
R 114 of 344 ~ 33.14%
G 107 of 344 ~ 31.1%
B 123 of 344 ~ 35.76%

%33.14
%31.1
%35.76

CMYK color model

#726B7B color CMYK value is (7,13,0,52).

  • cyan value is 7.32%
  • magenta value is 13.01%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(7,13,0,52)
C7M13Y0K52 
(7%,13%,0%,52%)
(0.07/0.13/0.00/0.52)	

CMYK percentages

%7.32
%13.01
%0
%51.76

Codes

Color #726B7B in popluar color models

726B7B
RGB114107123
HSL266°6.96%45.10%
HSB/HSV266°13.01%48.24%
CMYK7.32%13.01%0.00%
51.76%

Color #726B7B in popluar number systems.

HEX726B7B
Decimal114107123
Binary111001011010111111011
Octal162153173

Shades and tints

Shades of #726B7B

#726B7B
(114,107,123)
#686270
(104,98,112)
#5E5965
(94,89,101)
#54505A
(84,80,90)
#4A474F
(74,71,79)
#403E44
(64,62,68)
#363539
(54,53,57)
#2C2C2E
(44,44,46)
#222323
(34,35,35)
#181A18
(24,26,24)
#0E110D
(14,17,13)
#000000
(0,0,0)

Tints of #726B7B

#726B7B
(114,107,123)
#7E7887
(126,120,135)
#8A8593
(138,133,147)
#96929F
(150,146,159)
#A29FAB
(162,159,171)
#AEACB7
(174,172,183)
#BAB9C3
(186,185,195)
#C6C6CF
(198,198,207)
#D2D3DB
(210,211,219)
#DEE0E7
(222,224,231)
#EAEDF3
(234,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726B7B; }

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

This text font color is #726B7B.


Background Color

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

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

This div background color is #726B7B.


Border color

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

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

This div border color is #726B7B.


Opacity

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

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

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

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

This text has shadow with #726B7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726B7B on black background.


Color preview on white background

This text has color #726B7B on white background.



Black color preview on #726B7B background

This text has black color on #726B7B background.


White color preview on #726B7B background

This text has white color on #726B7B background.