COLOR #7A739B

HEX: #7A739B
RGB: (122,115,155)

Color info

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

RGB color model

#7A739B color RGB value is (122,115,155).

  • red value is 122;
  • green value is 115;
  • blue value is 155.
RGB:
(122,115,155)
(48%,45%,61%)

RGB channels and saturation

R 122 of 255 = 48%
G 115 of 255 = 45%
B 155 of 255 = 61%

122
115
155

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

Portions of RGB colors in percentages

R + G + B =
122 + 115 + 155 = 392 (100%)
R 122 of 392 ~ 31.12%
G 115 of 392 ~ 29.34%
B 155 of 392 ~ 39.54%

%31.12
%29.34
%39.54

CMYK color model

#7A739B color CMYK value is (21,26,0,39).

  • cyan value is 21.29%
  • magenta value is 25.81%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(21,26,0,39)
C21M26Y0K39 
(21%,26%,0%,39%)
(0.21/0.26/0.00/0.39)	

CMYK percentages

%21.29
%25.81
%0
%39.22

Codes

Color #7A739B in popluar color models

7A739B
RGB122115155
HSL251°16.67%52.94%
HSB/HSV251°25.81%60.78%
CMYK21.29%25.81%0.00%
39.22%

Color #7A739B in popluar number systems.

HEX7A739B
Decimal122115155
Binary1111010111001110011011
Octal172163233

Shades and tints

Shades of #7A739B

#7A739B
(122,115,155)
#6F698D
(111,105,141)
#645F7F
(100,95,127)
#595571
(89,85,113)
#4E4B63
(78,75,99)
#434155
(67,65,85)
#383747
(56,55,71)
#2D2D39
(45,45,57)
#22232B
(34,35,43)
#17191D
(23,25,29)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #7A739B

#7A739B
(122,115,155)
#867FA4
(134,127,164)
#928BAD
(146,139,173)
#9E97B6
(158,151,182)
#AAA3BF
(170,163,191)
#B6AFC8
(182,175,200)
#C2BBD1
(194,187,209)
#CEC7DA
(206,199,218)
#DAD3E3
(218,211,227)
#E6DFEC
(230,223,236)
#F2EBF5
(242,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A739B color. Also use rgb(122,115,155) instead hex code.

Text Font Color

.myTextColor { color: #7A739B; }

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

This text font color is #7A739B.


Background Color

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

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

This div background color is #7A739B.


Border color

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

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

This div border color is #7A739B.


Opacity

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

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

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

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

This text has shadow with #7A739B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A739B on black background.


Color preview on white background

This text has color #7A739B on white background.



Black color preview on #7A739B background

This text has black color on #7A739B background.


White color preview on #7A739B background

This text has white color on #7A739B background.