COLOR #7277AB

HEX: #7277AB RGB: (114,119,171)

Color info

#7277AB contains red, green and blue colors in about the same proportion. Web safe color of #7277AB is #666699 (or #669).

RGB color model

#7277AB color RGB value is (114,119,171).

RGB: (114,119,171) (45%, 47%, 67%)

RGB channels and saturation

R 114 of 255 = 45%
G 119 of 255 = 47%
B 171 of 255 = 67%

114
119
171

R + G + B ~ 53%. #7277AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 114 + 119 + 171 = 404 (100%)
R 114 of 404 ~ 28.22%
G 119 of 404 ~ 29.46%
B 171 of 404 ~ 42.33'%

%28.22
%29.46
%42.33

CMYK color model

#7277AB color CMYK value is (33,30,0,33).

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

CMYK: (33,30,0,33)
C33M30Y0K33 (33%, 30%, 0%, 33%)
(0.33 / 0.30 / 0.00 / 0.33)

CMYK percentages

%33.33
%30.41
%0
%32.94

Codes

Color #7277AB in popluar color models

72 77 AB
RGB 114 119 171
HSL 235° 25.33% 55.88%
HSB/HSV 235° 33.33% 67.06%
CMYK 33.33% 30.41% 0.00%
32.94%

Color #7277AB in popluar number systems.

HEX 72 77 AB
Decimal 114 119 171
Binary 1110010 1110111 10101011
Octal 162 167 253

Shades and tints

Shades of #7277AB

#7277AB
(114,119,171)
#686D9C
(104,109,156)
#5E638D
(94,99,141)
#54597E
(84,89,126)
#4A4F6F
(74,79,111)
#404560
(64,69,96)
#363B51
(54,59,81)
#2C3142
(44,49,66)
#222733
(34,39,51)
#181D24
(24,29,36)
#0E1315
(14,19,21)
#000000
(0,0,0)

Tints of #7277AB

#7277AB
(114,119,171)
#7E83B2
(126,131,178)
#8A8FB9
(138,143,185)
#969BC0
(150,155,192)
#A2A7C7
(162,167,199)
#AEB3CE
(174,179,206)
#BABFD5
(186,191,213)
#C6CBDC
(198,203,220)
#D2D7E3
(210,215,227)
#DEE3EA
(222,227,234)
#EAEFF1
(234,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7277AB color. Also use rgb(114,119,171) instead hex code.

Text Font Color

.myTextColor { color: #7277AB; }

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

This text font color is #7277AB.

Background Color

.myBgColor { background-color: #7277AB; }

<div style="background-color:#7277AB">Inner text</div>

This div background color is #7277AB.

Border color

.myBorderColor { border: 1px solid #7277AB; }

<div style="border:3px solid #7277AB">Div</div>

This div border color is #7277AB.

Opacity

.myOpacity80 { color: #7277AB; opacity: 0.8; }

<p style="color:#7277AB;opacity:0.8;">80%</p>

Text with #7277AB 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 #7277AB;}

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

This text has shadow with #7277AB color.


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

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

This text has shadow with #7277AB primary color and red secondary color.


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

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

This text has shadow with #7277AB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7277AB.

Preview

Color preview on black background

This text has color #7277AB on black background.


Color preview on white background

This text has color #7277AB on white background.


Black color preview on #7277AB background

This text has black color on #7277AB background.


White color preview on #7277AB background

This text has white color on #7277AB background.


Related colors

Complementary color

Complementary color for #hex is #8D8854.


I love getcolorcode.com

Triadic colors

1 #AB7277 and #77AB72 with #7277AB are triadic colors.

2 #AB7772 and #7772AB with #7277AB are triadic colors.