COLOR #7A7099

HEX: #7A7099
RGB: (122,112,153)

Color info

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

RGB color model

#7A7099 color RGB value is (122,112,153).

  • red value is 122;
  • green value is 112;
  • blue value is 153.
RGB:
(122,112,153)
(48%,44%,60%)

RGB channels and saturation

R 122 of 255 = 48%
G 112 of 255 = 44%
B 153 of 255 = 60%

122
112
153

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

Portions of RGB colors in percentages

R + G + B =
122 + 112 + 153 = 387 (100%)
R 122 of 387 ~ 31.52%
G 112 of 387 ~ 28.94%
B 153 of 387 ~ 39.53%

%31.52
%28.94
%39.53

CMYK color model

#7A7099 color CMYK value is (20,27,0,40).

  • cyan value is 20.26%
  • magenta value is 26.80%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(20,27,0,40)
C20M27Y0K40 
(20%,27%,0%,40%)
(0.20/0.27/0.00/0.40)	

CMYK percentages

%20.26
%26.8
%0
%40

Codes

Color #7A7099 in popluar color models

7A7099
RGB122112153
HSL255°16.73%51.96%
HSB/HSV255°26.80%60.00%
CMYK20.26%26.80%0.00%
40.00%

Color #7A7099 in popluar number systems.

HEX7A7099
Decimal122112153
Binary1111010111000010011001
Octal172160231

Shades and tints

Shades of #7A7099

#7A7099
(122,112,153)
#6F668C
(111,102,140)
#645C7F
(100,92,127)
#595272
(89,82,114)
#4E4865
(78,72,101)
#433E58
(67,62,88)
#38344B
(56,52,75)
#2D2A3E
(45,42,62)
#222031
(34,32,49)
#171624
(23,22,36)
#0C0C17
(12,12,23)
#000000
(0,0,0)

Tints of #7A7099

#7A7099
(122,112,153)
#867DA2
(134,125,162)
#928AAB
(146,138,171)
#9E97B4
(158,151,180)
#AAA4BD
(170,164,189)
#B6B1C6
(182,177,198)
#C2BECF
(194,190,207)
#CECBD8
(206,203,216)
#DAD8E1
(218,216,225)
#E6E5EA
(230,229,234)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A7099 color. Also use rgb(122,112,153) instead hex code.

Text Font Color

.myTextColor { color: #7A7099; }

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

This text font color is #7A7099.


Background Color

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

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

This div background color is #7A7099.


Border color

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

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

This div border color is #7A7099.


Opacity

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

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

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

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

This text has shadow with #7A7099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7099 on black background.


Color preview on white background

This text has color #7A7099 on white background.



Black color preview on #7A7099 background

This text has black color on #7A7099 background.


White color preview on #7A7099 background

This text has white color on #7A7099 background.