COLOR #7A7B99

HEX: #7A7B99
RGB: (122,123,153)

Color info

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

RGB color model

#7A7B99 color RGB value is (122,123,153).

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

RGB channels and saturation

R 122 of 255 = 48%
G 123 of 255 = 48%
B 153 of 255 = 60%

122
123
153

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

Portions of RGB colors in percentages

R + G + B =
122 + 123 + 153 = 398 (100%)
R 122 of 398 ~ 30.65%
G 123 of 398 ~ 30.9%
B 153 of 398 ~ 38.44%

%30.65
%30.9
%38.44

CMYK color model

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

  • cyan value is 20.26%
  • magenta value is 19.61%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(20,20,0,40)
C20M20Y0K40 
(20%,20%,0%,40%)
(0.20/0.20/0.00/0.40)	

CMYK percentages

%20.26
%19.61
%0
%40

Codes

Color #7A7B99 in popluar color models

7A7B99
RGB122123153
HSL238°13.19%53.92%
HSB/HSV238°20.26%60.00%
CMYK20.26%19.61%0.00%
40.00%

Color #7A7B99 in popluar number systems.

HEX7A7B99
Decimal122123153
Binary1111010111101110011001
Octal172173231

Shades and tints

Shades of #7A7B99

#7A7B99
(122,123,153)
#6F708C
(111,112,140)
#64657F
(100,101,127)
#595A72
(89,90,114)
#4E4F65
(78,79,101)
#434458
(67,68,88)
#38394B
(56,57,75)
#2D2E3E
(45,46,62)
#222331
(34,35,49)
#171824
(23,24,36)
#0C0D17
(12,13,23)
#000000
(0,0,0)

Tints of #7A7B99

#7A7B99
(122,123,153)
#8687A2
(134,135,162)
#9293AB
(146,147,171)
#9E9FB4
(158,159,180)
#AAABBD
(170,171,189)
#B6B7C6
(182,183,198)
#C2C3CF
(194,195,207)
#CECFD8
(206,207,216)
#DADBE1
(218,219,225)
#E6E7EA
(230,231,234)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7B99; }

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

This text font color is #7A7B99.


Background Color

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

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

This div background color is #7A7B99.


Border color

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

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

This div border color is #7A7B99.


Opacity

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

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

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

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

This text has shadow with #7A7B99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7B99 on black background.


Color preview on white background

This text has color #7A7B99 on white background.



Black color preview on #7A7B99 background

This text has black color on #7A7B99 background.


White color preview on #7A7B99 background

This text has white color on #7A7B99 background.