COLOR #72827C

HEX: #72827C
RGB: (114,130,124)

Color info

#72827C contains red, green and blue colors in about the same proportion. Web safe color of #72827C is #669966 (or #696).

RGB color model

#72827C color RGB value is (114,130,124).

  • red value is 114;
  • green value is 130;
  • blue value is 124.
RGB:
(114,130,124)
(45%,51%,49%)

RGB channels and saturation

R 114 of 255 = 45%
G 130 of 255 = 51%
B 124 of 255 = 49%

114
130
124

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

Portions of RGB colors in percentages

R + G + B =
114 + 130 + 124 = 368 (100%)
R 114 of 368 ~ 30.98%
G 130 of 368 ~ 35.33%
B 124 of 368 ~ 33.7%

%30.98
%35.33
%33.7

CMYK color model

#72827C color CMYK value is (12,0,5,49).

  • cyan value is 12.31%
  • magenta value is 0.00%
  • yellow value is 4.62%
  • key color value is 49.02%
CMYK:
(12,0,5,49)
C12M0Y5K49 
(12%,0%,5%,49%)
(0.12/0.00/0.05/0.49)	

CMYK percentages

%12.31
%0
%4.62
%49.02

Codes

Color #72827C in popluar color models

72827C
RGB114130124
HSL158°6.56%47.84%
HSB/HSV158°12.31%50.98%
CMYK12.31%0.00%4.62%
49.02%

Color #72827C in popluar number systems.

HEX72827C
Decimal114130124
Binary1110010100000101111100
Octal162202174

Shades and tints

Shades of #72827C

#72827C
(114,130,124)
#687771
(104,119,113)
#5E6C66
(94,108,102)
#54615B
(84,97,91)
#4A5650
(74,86,80)
#404B45
(64,75,69)
#36403A
(54,64,58)
#2C352F
(44,53,47)
#222A24
(34,42,36)
#181F19
(24,31,25)
#0E140E
(14,20,14)
#000000
(0,0,0)

Tints of #72827C

#72827C
(114,130,124)
#7E8D87
(126,141,135)
#8A9892
(138,152,146)
#96A39D
(150,163,157)
#A2AEA8
(162,174,168)
#AEB9B3
(174,185,179)
#BAC4BE
(186,196,190)
#C6CFC9
(198,207,201)
#D2DAD4
(210,218,212)
#DEE5DF
(222,229,223)
#EAF0EA
(234,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72827C color. Also use rgb(114,130,124) instead hex code.

Text Font Color

.myTextColor { color: #72827C; }

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

This text font color is #72827C.


Background Color

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

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

This div background color is #72827C.


Border color

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

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

This div border color is #72827C.


Opacity

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

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

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

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

This text has shadow with #72827C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72827C on black background.


Color preview on white background

This text has color #72827C on white background.



Black color preview on #72827C background

This text has black color on #72827C background.


White color preview on #72827C background

This text has white color on #72827C background.