COLOR #7F72A4

HEX: #7F72A4
RGB: (127,114,164)

Color info

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

RGB color model

#7F72A4 color RGB value is (127,114,164).

  • red value is 127;
  • green value is 114;
  • blue value is 164.
RGB:
(127,114,164)
(50%,45%,64%)

RGB channels and saturation

R 127 of 255 = 50%
G 114 of 255 = 45%
B 164 of 255 = 64%

127
114
164

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

Portions of RGB colors in percentages

R + G + B =
127 + 114 + 164 = 405 (100%)
R 127 of 405 ~ 31.36%
G 114 of 405 ~ 28.15%
B 164 of 405 ~ 40.49%

%31.36
%28.15
%40.49

CMYK color model

#7F72A4 color CMYK value is (23,30,0,36).

  • cyan value is 22.56%
  • magenta value is 30.49%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(23,30,0,36)
C23M30Y0K36 
(23%,30%,0%,36%)
(0.23/0.30/0.00/0.36)	

CMYK percentages

%22.56
%30.49
%0
%35.69

Codes

Color #7F72A4 in popluar color models

7F72A4
RGB127114164
HSL256°21.55%54.51%
HSB/HSV256°30.49%64.31%
CMYK22.56%30.49%0.00%
35.69%

Color #7F72A4 in popluar number systems.

HEX7F72A4
Decimal127114164
Binary1111111111001010100100
Octal177162244

Shades and tints

Shades of #7F72A4

#7F72A4
(127,114,164)
#746896
(116,104,150)
#695E88
(105,94,136)
#5E547A
(94,84,122)
#534A6C
(83,74,108)
#48405E
(72,64,94)
#3D3650
(61,54,80)
#322C42
(50,44,66)
#272234
(39,34,52)
#1C1826
(28,24,38)
#110E18
(17,14,24)
#000000
(0,0,0)

Tints of #7F72A4

#7F72A4
(127,114,164)
#8A7EAC
(138,126,172)
#958AB4
(149,138,180)
#A096BC
(160,150,188)
#ABA2C4
(171,162,196)
#B6AECC
(182,174,204)
#C1BAD4
(193,186,212)
#CCC6DC
(204,198,220)
#D7D2E4
(215,210,228)
#E2DEEC
(226,222,236)
#EDEAF4
(237,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F72A4 color. Also use rgb(127,114,164) instead hex code.

Text Font Color

.myTextColor { color: #7F72A4; }

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

This text font color is #7F72A4.


Background Color

.myBgColor { background-color: #7F72A4; }

<div style="background-color:#7F72A4">Inner text</div>

This div background color is #7F72A4.


Border color

.myBorderColor { border: 1px solid #7F72A4; }

<div style="border:3px solid #7F72A4">Div</div>

This div border color is #7F72A4.


Opacity

.myOpacity80 { color: #7F72A4; opacity: 0.8; }

<p style="color:#7F72A4;opacity:0.8;">80%</p>

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

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

This text has shadow with #7F72A4 color.

.textShadow {text-shadow: 3px 3px 1px #7F72A4, 3px 3px 1px red;}

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

This text has shadow with #7F72A4 primary color and red secondary color.


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

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

This text has shadow with #7F72A4 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7F72A4;
-webkit-box-shadow: 1px 1px 3px 2px #7F72A4;
box-shadow:1px 1px 3px 2px #7F72A4;">
Div content here</div>
This div box has shadow with color #7F72A4.

Preview

Color preview on black background

This text has color #7F72A4 on black background.


Color preview on white background

This text has color #7F72A4 on white background.



Black color preview on #7F72A4 background

This text has black color on #7F72A4 background.


White color preview on #7F72A4 background

This text has white color on #7F72A4 background.