COLOR #72727B

HEX: #72727B
RGB: (114,114,123)

Color info

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

RGB color model

#72727B color RGB value is (114,114,123).

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

RGB channels and saturation

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

114
114
123

R + G + B ~ 46%. #72727B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 114 + 123 = 351 (100%)
R 114 of 351 ~ 32.48%
G 114 of 351 ~ 32.48%
B 123 of 351 ~ 35.04%

%32.48
%32.48
%35.04

CMYK color model

#72727B color CMYK value is (7,7,0,52).

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

CMYK percentages

%7.32
%7.32
%0
%51.76

Codes

Color #72727B in popluar color models

72727B
RGB114114123
HSL240°3.80%46.47%
HSB/HSV240°7.32%48.24%
CMYK7.32%7.32%0.00%
51.76%

Color #72727B in popluar number systems.

HEX72727B
Decimal114114123
Binary111001011100101111011
Octal162162173

Shades and tints

Shades of #72727B

#72727B
(114,114,123)
#686870
(104,104,112)
#5E5E65
(94,94,101)
#54545A
(84,84,90)
#4A4A4F
(74,74,79)
#404044
(64,64,68)
#363639
(54,54,57)
#2C2C2E
(44,44,46)
#222223
(34,34,35)
#181818
(24,24,24)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #72727B

#72727B
(114,114,123)
#7E7E87
(126,126,135)
#8A8A93
(138,138,147)
#96969F
(150,150,159)
#A2A2AB
(162,162,171)
#AEAEB7
(174,174,183)
#BABAC3
(186,186,195)
#C6C6CF
(198,198,207)
#D2D2DB
(210,210,219)
#DEDEE7
(222,222,231)
#EAEAF3
(234,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72727B; }

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

This text font color is #72727B.


Background Color

.myBgColor { background-color: #72727B; }

<div style="background-color:#72727B">Inner text</div>

This div background color is #72727B.


Border color

.myBorderColor { border: 1px solid #72727B; }

<div style="border:3px solid #72727B">Div</div>

This div border color is #72727B.


Opacity

.myOpacity80 { color: #72727B; opacity: 0.8; }

<p style="color:#72727B;opacity:0.8;">80%</p>

Text with #72727B 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 #72727B;}

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

This text has shadow with #72727B color.

.textShadow {text-shadow: 3px 3px 1px #72727B, 3px 3px 1px red;}

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

This text has shadow with #72727B primary color and red secondary color.


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

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

This text has shadow with #72727B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72727B on black background.


Color preview on white background

This text has color #72727B on white background.



Black color preview on #72727B background

This text has black color on #72727B background.


White color preview on #72727B background

This text has white color on #72727B background.