COLOR #7872AF

HEX: #7872AF RGB: (120,114,175)

Color info

#7872AF contains mainly red and blue colors. Web safe color of #7872AF is #666699 (or #669).

RGB color model

#7872AF color RGB value is (120,114,175).

RGB: (120,114,175) (47%, 45%, 69%)

RGB channels and saturation

R 120 of 255 = 47%
G 114 of 255 = 45%
B 175 of 255 = 69%

120
114
175

R + G + B ~ 54%. #7872AF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 120 + 114 + 175 = 409 (100%)
R 120 of 409 ~ 29.34%
G 114 of 409 ~ 27.87%
B 175 of 409 ~ 42.79'%

%29.34
%27.87
%42.79

CMYK color model

#7872AF color CMYK value is (31,35,0,31).

  • cyan value is 31.43%
  • magenta value is 34.86%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (31,35,0,31)
C31M35Y0K31 (31%, 35%, 0%, 31%)
(0.31 / 0.35 / 0.00 / 0.31)

CMYK percentages

%31.43
%34.86
%0
%31.37

Codes

Color #7872AF in popluar color models

78 72 AF
RGB 120 114 175
HSL 246° 27.60% 56.67%
HSB/HSV 246° 34.86% 68.63%
CMYK 31.43% 34.86% 0.00%
31.37%

Color #7872AF in popluar number systems.

HEX 78 72 AF
Decimal 120 114 175
Binary 1111000 1110010 10101111
Octal 170 162 257

Shades and tints

Shades of #7872AF

#7872AF
(120,114,175)
#6E68A0
(110,104,160)
#645E91
(100,94,145)
#5A5482
(90,84,130)
#504A73
(80,74,115)
#464064
(70,64,100)
#3C3655
(60,54,85)
#322C46
(50,44,70)
#282237
(40,34,55)
#1E1828
(30,24,40)
#140E19
(20,14,25)
#000000
(0,0,0)

Tints of #7872AF

#7872AF
(120,114,175)
#847EB6
(132,126,182)
#908ABD
(144,138,189)
#9C96C4
(156,150,196)
#A8A2CB
(168,162,203)
#B4AED2
(180,174,210)
#C0BAD9
(192,186,217)
#CCC6E0
(204,198,224)
#D8D2E7
(216,210,231)
#E4DEEE
(228,222,238)
#F0EAF5
(240,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7872AF color. Also use rgb(120,114,175) instead hex code.

Text Font Color

.myTextColor { color: #7872AF; }

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

This text font color is #7872AF.

Background Color

.myBgColor { background-color: #7872AF; }

<div style="background-color:#7872AF">Inner text</div>

This div background color is #7872AF.

Border color

.myBorderColor { border: 1px solid #7872AF; }

<div style="border:3px solid #7872AF">Div</div>

This div border color is #7872AF.

Opacity

.myOpacity80 { color: #7872AF; opacity: 0.8; }

<p style="color:#7872AF;opacity:0.8;">80%</p>

Text with #7872AF 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 #7872AF;}

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

This text has shadow with #7872AF color.


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

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

This text has shadow with #7872AF primary color and red secondary color.


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

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

This text has shadow with #7872AF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7872AF.

Preview

Color preview on black background

This text has color #7872AF on black background.


Color preview on white background

This text has color #7872AF on white background.


Black color preview on #7872AF background

This text has black color on #7872AF background.


White color preview on #7872AF background

This text has white color on #7872AF background.


Related colors

Complementary color

Complementary color for #hex is #878D50.


I love getcolorcode.com

Triadic colors

1 #AF7872 and #72AF78 with #7872AF are triadic colors.

2 #AF7278 and #7278AF with #7872AF are triadic colors.