COLOR #728FAB

HEX: #728FAB RGB: (114,143,171)

Color info

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

RGB color model

#728FAB color RGB value is (114,143,171).

RGB: (114,143,171) (45%, 56%, 67%)

RGB channels and saturation

R 114 of 255 = 45%
G 143 of 255 = 56%
B 171 of 255 = 67%

114
143
171

R + G + B ~ 56%. #728FAB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 114 + 143 + 171 = 428 (100%)
R 114 of 428 ~ 26.64%
G 143 of 428 ~ 33.41%
B 171 of 428 ~ 39.95'%

%26.64
%33.41
%39.95

CMYK color model

#728FAB color CMYK value is (33,16,0,33).

  • cyan value is 33.33%
  • magenta value is 16.37%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (33,16,0,33)
C33M16Y0K33 (33%, 16%, 0%, 33%)
(0.33 / 0.16 / 0.00 / 0.33)

CMYK percentages

%33.33
%16.37
%0
%32.94

Codes

Color #728FAB in popluar color models

72 8F AB
RGB 114 143 171
HSL 209° 25.33% 55.88%
HSB/HSV 209° 33.33% 67.06%
CMYK 33.33% 16.37% 0.00%
32.94%

Color #728FAB in popluar number systems.

HEX 72 8F AB
Decimal 114 143 171
Binary 1110010 10001111 10101011
Octal 162 217 253

Shades and tints

Shades of #728FAB

#728FAB
(114,143,171)
#68829C
(104,130,156)
#5E758D
(94,117,141)
#54687E
(84,104,126)
#4A5B6F
(74,91,111)
#404E60
(64,78,96)
#364151
(54,65,81)
#2C3442
(44,52,66)
#222733
(34,39,51)
#181A24
(24,26,36)
#0E0D15
(14,13,21)
#000000
(0,0,0)

Tints of #728FAB

#728FAB
(114,143,171)
#7E99B2
(126,153,178)
#8AA3B9
(138,163,185)
#96ADC0
(150,173,192)
#A2B7C7
(162,183,199)
#AEC1CE
(174,193,206)
#BACBD5
(186,203,213)
#C6D5DC
(198,213,220)
#D2DFE3
(210,223,227)
#DEE9EA
(222,233,234)
#EAF3F1
(234,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #728FAB color. Also use rgb(114,143,171) instead hex code.

Text Font Color

.myTextColor { color: #728FAB; }

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

This text font color is #728FAB.

Background Color

.myBgColor { background-color: #728FAB; }

<div style="background-color:#728FAB">Inner text</div>

This div background color is #728FAB.

Border color

.myBorderColor { border: 1px solid #728FAB; }

<div style="border:3px solid #728FAB">Div</div>

This div border color is #728FAB.

Opacity

.myOpacity80 { color: #728FAB; opacity: 0.8; }

<p style="color:#728FAB;opacity:0.8;">80%</p>

Text with #728FAB 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 #728FAB;}

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

This text has shadow with #728FAB color.


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

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

This text has shadow with #728FAB primary color and red secondary color.


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

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

This text has shadow with #728FAB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #728FAB.

Preview

Color preview on black background

This text has color #728FAB on black background.


Color preview on white background

This text has color #728FAB on white background.


Black color preview on #728FAB background

This text has black color on #728FAB background.


White color preview on #728FAB background

This text has white color on #728FAB background.


Related colors

Complementary color

Complementary color for #hex is #8D7054.


I love getcolorcode.com

Triadic colors

1 #AB728F and #8FAB72 with #728FAB are triadic colors.

2 #AB8F72 and #8F72AB with #728FAB are triadic colors.