COLOR #729BA2

HEX: #729BA2 RGB: (114,155,162)

Color info

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

RGB color model

#729BA2 color RGB value is (114,155,162).

RGB: (114,155,162) (45%, 61%, 64%)

RGB channels and saturation

R 114 of 255 = 45%
G 155 of 255 = 61%
B 162 of 255 = 64%

114
155
162

R + G + B ~ 57%. #729BA2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 114 + 155 + 162 = 431 (100%)
R 114 of 431 ~ 26.45%
G 155 of 431 ~ 35.96%
B 162 of 431 ~ 37.59'%

%26.45
%35.96
%37.59

CMYK color model

#729BA2 color CMYK value is (30,4,0,36).

  • cyan value is 29.63%
  • magenta value is 4.32%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK: (30,4,0,36) C30M4Y0K36 (30%,4%,0%,36%) (0.30/0.04/0.00/0.36) 

CMYK percentages

%29.63
%4.32
%0
%36.47

Codes

Color #729BA2 in popluar color models

72 9B A2
RGB 114 155 162
HSL 189° 20.51% 54.12%
HSB/HSV 189° 29.63% 63.53%
CMYK 29.63% 4.32% 0.00%
36.47%

Color #729BA2 in popluar number systems.

HEX 72 9B A2
Decimal 114 155 162
Binary 1110010 10011011 10100010
Octal 162 233 242

Shades and tints

Shades of #729BA2

#729BA2
(114,155,162)
#688D94
(104,141,148)
#5E7F86
(94,127,134)
#547178
(84,113,120)
#4A636A
(74,99,106)
#40555C
(64,85,92)
#36474E
(54,71,78)
#2C3940
(44,57,64)
#222B32
(34,43,50)
#181D24
(24,29,36)
#0E0F16
(14,15,22)
#000000
(0,0,0)

Tints of #729BA2

#729BA2
(114,155,162)
#7EA4AA
(126,164,170)
#8AADB2
(138,173,178)
#96B6BA
(150,182,186)
#A2BFC2
(162,191,194)
#AEC8CA
(174,200,202)
#BAD1D2
(186,209,210)
#C6DADA
(198,218,218)
#D2E3E2
(210,227,226)
#DEECEA
(222,236,234)
#EAF5F2
(234,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #729BA2 color. Also use rgb(114,155,162) instead hex code.

Text Font Color

.myTextColor { color: #729BA2; }

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

This text font color is #729BA2.

Background Color

.myBgColor { background-color: #729BA2; }

<div style="background-color:#729BA2">Inner text</div>

This div background color is #729BA2.

Border color

.myBorderColor { border: 1px solid #729BA2; }

<div style="border:3px solid #729BA2">Div</div>

This div border color is #729BA2.

Opacity

.myOpacity80 { color: #729BA2; opacity: 0.8; }

<p style="color:#729BA2;opacity:0.8;">80%</p>

Text with #729BA2 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 #729BA2;}

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

This text has shadow with #729BA2 color.


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

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

This text has shadow with #729BA2 primary color and red secondary color.


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

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

This text has shadow with #729BA2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #729BA2.

Preview

Color preview on black background

This text has color #729BA2 on black background.


Color preview on white background

This text has color #729BA2 on white background.


Black color preview on #729BA2 background

This text has black color on #729BA2 background.


White color preview on #729BA2 background

This text has white color on #729BA2 background.


Related colors

Complementary color

Complementary color for #hex is #8D645D.


I love getcolorcode.com

Triadic colors

1 #A2729B and #9BA272 with #729BA2 are triadic colors.

2 #A29B72 and #9B72A2 with #729BA2 are triadic colors.