COLOR #7F73AA

HEX: #7F73AA
RGB: (127,115,170)

Color info

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

RGB color model

#7F73AA color RGB value is (127,115,170).

  • red value is 127;
  • green value is 115;
  • blue value is 170.
RGB:
(127,115,170)
(50%,45%,67%)

RGB channels and saturation

R 127 of 255 = 50%
G 115 of 255 = 45%
B 170 of 255 = 67%

127
115
170

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

Portions of RGB colors in percentages

R + G + B =
127 + 115 + 170 = 412 (100%)
R 127 of 412 ~ 30.83%
G 115 of 412 ~ 27.91%
B 170 of 412 ~ 41.26%

%30.83
%27.91
%41.26

CMYK color model

#7F73AA color CMYK value is (25,32,0,33).

  • cyan value is 25.29%
  • magenta value is 32.35%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(25,32,0,33)
C25M32Y0K33 
(25%,32%,0%,33%)
(0.25/0.32/0.00/0.33)	

CMYK percentages

%25.29
%32.35
%0
%33.33

Codes

Color #7F73AA in popluar color models

7F73AA
RGB127115170
HSL253°24.44%55.88%
HSB/HSV253°32.35%66.67%
CMYK25.29%32.35%0.00%
33.33%

Color #7F73AA in popluar number systems.

HEX7F73AA
Decimal127115170
Binary1111111111001110101010
Octal177163252

Shades and tints

Shades of #7F73AA

#7F73AA
(127,115,170)
#74699B
(116,105,155)
#695F8C
(105,95,140)
#5E557D
(94,85,125)
#534B6E
(83,75,110)
#48415F
(72,65,95)
#3D3750
(61,55,80)
#322D41
(50,45,65)
#272332
(39,35,50)
#1C1923
(28,25,35)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #7F73AA

#7F73AA
(127,115,170)
#8A7FB1
(138,127,177)
#958BB8
(149,139,184)
#A097BF
(160,151,191)
#ABA3C6
(171,163,198)
#B6AFCD
(182,175,205)
#C1BBD4
(193,187,212)
#CCC7DB
(204,199,219)
#D7D3E2
(215,211,226)
#E2DFE9
(226,223,233)
#EDEBF0
(237,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F73AA color. Also use rgb(127,115,170) instead hex code.

Text Font Color

.myTextColor { color: #7F73AA; }

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

This text font color is #7F73AA.


Background Color

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

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

This div background color is #7F73AA.


Border color

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

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

This div border color is #7F73AA.


Opacity

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

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

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

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

This text has shadow with #7F73AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F73AA on black background.


Color preview on white background

This text has color #7F73AA on white background.



Black color preview on #7F73AA background

This text has black color on #7F73AA background.


White color preview on #7F73AA background

This text has white color on #7F73AA background.