COLOR #726B6C

HEX: #726B6C
RGB: (114,107,108)

Color info

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

RGB color model

#726B6C color RGB value is (114,107,108).

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

RGB channels and saturation

R 114 of 255 = 45%
G 107 of 255 = 42%
B 108 of 255 = 42%

114
107
108

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

Portions of RGB colors in percentages

R + G + B =
114 + 107 + 108 = 329 (100%)
R 114 of 329 ~ 34.65%
G 107 of 329 ~ 32.52%
B 108 of 329 ~ 32.83%

%34.65
%32.52
%32.83

CMYK color model

#726B6C color CMYK value is (0,6,5,55).

  • cyan value is 0.00%
  • magenta value is 6.14%
  • yellow value is 5.26%
  • key color value is 55.29%
CMYK:
(0,6,5,55)
C0M6Y5K55 
(0%,6%,5%,55%)
(0.00/0.06/0.05/0.55)	

CMYK percentages

%0
%6.14
%5.26
%55.29

Codes

Color #726B6C in popluar color models

726B6C
RGB114107108
HSL351°3.17%43.33%
HSB/HSV351°6.14%44.71%
CMYK0.00%6.14%5.26%
55.29%

Color #726B6C in popluar number systems.

HEX726B6C
Decimal114107108
Binary111001011010111101100
Octal162153154

Shades and tints

Shades of #726B6C

#726B6C
(114,107,108)
#686263
(104,98,99)
#5E595A
(94,89,90)
#545051
(84,80,81)
#4A4748
(74,71,72)
#403E3F
(64,62,63)
#363536
(54,53,54)
#2C2C2D
(44,44,45)
#222324
(34,35,36)
#181A1B
(24,26,27)
#0E1112
(14,17,18)
#000000
(0,0,0)

Tints of #726B6C

#726B6C
(114,107,108)
#7E7879
(126,120,121)
#8A8586
(138,133,134)
#969293
(150,146,147)
#A29FA0
(162,159,160)
#AEACAD
(174,172,173)
#BAB9BA
(186,185,186)
#C6C6C7
(198,198,199)
#D2D3D4
(210,211,212)
#DEE0E1
(222,224,225)
#EAEDEE
(234,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726B6C; }

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

This text font color is #726B6C.


Background Color

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

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

This div background color is #726B6C.


Border color

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

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

This div border color is #726B6C.


Opacity

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

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

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

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

This text has shadow with #726B6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726B6C on black background.


Color preview on white background

This text has color #726B6C on white background.



Black color preview on #726B6C background

This text has black color on #726B6C background.


White color preview on #726B6C background

This text has white color on #726B6C background.