COLOR #72626C

HEX: #72626C
RGB: (114,98,108)

Color info

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

RGB color model

#72626C color RGB value is (114,98,108).

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

RGB channels and saturation

R 114 of 255 = 45%
G 98 of 255 = 38%
B 108 of 255 = 42%

114
98
108

R + G + B ~ 42%. #72626C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 98 + 108 = 320 (100%)
R 114 of 320 ~ 35.63%
G 98 of 320 ~ 30.63%
B 108 of 320 ~ 33.75%

%35.63
%30.63
%33.75

CMYK color model

#72626C color CMYK value is (0,14,5,55).

  • cyan value is 0.00%
  • magenta value is 14.04%
  • yellow value is 5.26%
  • key color value is 55.29%
CMYK:
(0,14,5,55)
C0M14Y5K55 
(0%,14%,5%,55%)
(0.00/0.14/0.05/0.55)	

CMYK percentages

%0
%14.04
%5.26
%55.29

Codes

Color #72626C in popluar color models

72626C
RGB11498108
HSL323°7.55%41.57%
HSB/HSV323°14.04%44.71%
CMYK0.00%14.04%5.26%
55.29%

Color #72626C in popluar number systems.

HEX72626C
Decimal11498108
Binary111001011000101101100
Octal162142154

Shades and tints

Shades of #72626C

#72626C
(114,98,108)
#685A63
(104,90,99)
#5E525A
(94,82,90)
#544A51
(84,74,81)
#4A4248
(74,66,72)
#403A3F
(64,58,63)
#363236
(54,50,54)
#2C2A2D
(44,42,45)
#222224
(34,34,36)
#181A1B
(24,26,27)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #72626C

#72626C
(114,98,108)
#7E7079
(126,112,121)
#8A7E86
(138,126,134)
#968C93
(150,140,147)
#A29AA0
(162,154,160)
#AEA8AD
(174,168,173)
#BAB6BA
(186,182,186)
#C6C4C7
(198,196,199)
#D2D2D4
(210,210,212)
#DEE0E1
(222,224,225)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72626C color. Also use rgb(114,98,108) instead hex code.

Text Font Color

.myTextColor { color: #72626C; }

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

This text font color is #72626C.


Background Color

.myBgColor { background-color: #72626C; }

<div style="background-color:#72626C">Inner text</div>

This div background color is #72626C.


Border color

.myBorderColor { border: 1px solid #72626C; }

<div style="border:3px solid #72626C">Div</div>

This div border color is #72626C.


Opacity

.myOpacity80 { color: #72626C; opacity: 0.8; }

<p style="color:#72626C;opacity:0.8;">80%</p>

Text with #72626C 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 #72626C;}

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

This text has shadow with #72626C color.

.textShadow {text-shadow: 3px 3px 1px #72626C, 3px 3px 1px red;}

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

This text has shadow with #72626C primary color and red secondary color.


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

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

This text has shadow with #72626C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72626C on black background.


Color preview on white background

This text has color #72626C on white background.



Black color preview on #72626C background

This text has black color on #72626C background.


White color preview on #72626C background

This text has white color on #72626C background.