COLOR #72828A

HEX: #72828A RGB: (114,130,138)

Color info

#72828A contains red, green and blue colors in about the same proportion. Web safe color of #72828A is #669999 (or #699).

RGB color model

#72828A color RGB value is (114,130,138).

RGB: (114,130,138) (45%, 51%, 54%)

RGB channels and saturation

R 114 of 255 = 45%
G 130 of 255 = 51%
B 138 of 255 = 54%

114
130
138

R + G + B ~ 50%. #72828A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 114 + 130 + 138 = 382 (100%)
R 114 of 382 ~ 29.84%
G 130 of 382 ~ 34.03%
B 138 of 382 ~ 36.13'%

%29.84
%34.03
%36.13

CMYK color model

#72828A color CMYK value is (17,6,0,46).

  • cyan value is 17.39%
  • magenta value is 5.80%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (17,6,0,46)
C17M6Y0K46 (17%, 6%, 0%, 46%)
(0.17 / 0.06 / 0.00 / 0.46)

CMYK percentages

%17.39
%5.8
%0
%45.88

Codes

Color #72828A in popluar color models

72 82 8A
RGB 114 130 138
HSL 200° 9.52% 49.41%
HSB/HSV 200° 17.39% 54.12%
CMYK 17.39% 5.80% 0.00%
45.88%

Color #72828A in popluar number systems.

HEX 72 82 8A
Decimal 114 130 138
Binary 1110010 10000010 10001010
Octal 162 202 212

Shades and tints

Shades of #72828A

#72828A
(114,130,138)
#68777E
(104,119,126)
#5E6C72
(94,108,114)
#546166
(84,97,102)
#4A565A
(74,86,90)
#404B4E
(64,75,78)
#364042
(54,64,66)
#2C3536
(44,53,54)
#222A2A
(34,42,42)
#181F1E
(24,31,30)
#0E1412
(14,20,18)
#000000
(0,0,0)

Tints of #72828A

#72828A
(114,130,138)
#7E8D94
(126,141,148)
#8A989E
(138,152,158)
#96A3A8
(150,163,168)
#A2AEB2
(162,174,178)
#AEB9BC
(174,185,188)
#BAC4C6
(186,196,198)
#C6CFD0
(198,207,208)
#D2DADA
(210,218,218)
#DEE5E4
(222,229,228)
#EAF0EE
(234,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72828A color. Also use rgb(114,130,138) instead hex code.

Text Font Color

.myTextColor { color: #72828A; }

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

This text font color is #72828A.

Background Color

.myBgColor { background-color: #72828A; }

<div style="background-color:#72828A">Inner text</div>

This div background color is #72828A.

Border color

.myBorderColor { border: 1px solid #72828A; }

<div style="border:3px solid #72828A">Div</div>

This div border color is #72828A.

Opacity

.myOpacity80 { color: #72828A; opacity: 0.8; }

<p style="color:#72828A;opacity:0.8;">80%</p>

Text with #72828A 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 #72828A;}

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

This text has shadow with #72828A color.


.textShadow {text-shadow: 3px 3px 1px #72828A', 3px 3px 1px red;}

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

This text has shadow with #72828A primary color and red secondary color.


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

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

This text has shadow with #72828A and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #72828A; -webkit-box-shadow: 1px 1px 3px 2px #72828A; box-shadow:1px 1px 3px 2px #72828A;">
Div content here
</div>

This div box has shadow with color #72828A.

Preview

Color preview on black background

This text has color #72828A on black background.


Color preview on white background

This text has color #72828A on white background.


Black color preview on #72828A background

This text has black color on #72828A background.


White color preview on #72828A background

This text has white color on #72828A background.


Related colors

Complementary color

Complementary color for #hex is #8D7D75.


I love getcolorcode.com

Triadic colors

1 #8A7282 and #828A72 with #72828A are triadic colors.

2 #8A8272 and #82728A with #72828A are triadic colors.