COLOR #7A7A8D

HEX: #7A7A8D
RGB: (122,122,141)

Color info

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

RGB color model

#7A7A8D color RGB value is (122,122,141).

  • red value is 122;
  • green value is 122;
  • blue value is 141.
RGB:
(122,122,141)
(48%,48%,55%)

RGB channels and saturation

R 122 of 255 = 48%
G 122 of 255 = 48%
B 141 of 255 = 55%

122
122
141

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

Portions of RGB colors in percentages

R + G + B =
122 + 122 + 141 = 385 (100%)
R 122 of 385 ~ 31.69%
G 122 of 385 ~ 31.69%
B 141 of 385 ~ 36.62%

%31.69
%31.69
%36.62

CMYK color model

#7A7A8D color CMYK value is (13,13,0,45).

  • cyan value is 13.48%
  • magenta value is 13.48%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(13,13,0,45)
C13M13Y0K45 
(13%,13%,0%,45%)
(0.13/0.13/0.00/0.45)	

CMYK percentages

%13.48
%13.48
%0
%44.71

Codes

Color #7A7A8D in popluar color models

7A7A8D
RGB122122141
HSL240°7.69%51.57%
HSB/HSV240°13.48%55.29%
CMYK13.48%13.48%0.00%
44.71%

Color #7A7A8D in popluar number systems.

HEX7A7A8D
Decimal122122141
Binary1111010111101010001101
Octal172172215

Shades and tints

Shades of #7A7A8D

#7A7A8D
(122,122,141)
#6F6F81
(111,111,129)
#646475
(100,100,117)
#595969
(89,89,105)
#4E4E5D
(78,78,93)
#434351
(67,67,81)
#383845
(56,56,69)
#2D2D39
(45,45,57)
#22222D
(34,34,45)
#171721
(23,23,33)
#0C0C15
(12,12,21)
#000000
(0,0,0)

Tints of #7A7A8D

#7A7A8D
(122,122,141)
#868697
(134,134,151)
#9292A1
(146,146,161)
#9E9EAB
(158,158,171)
#AAAAB5
(170,170,181)
#B6B6BF
(182,182,191)
#C2C2C9
(194,194,201)
#CECED3
(206,206,211)
#DADADD
(218,218,221)
#E6E6E7
(230,230,231)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7A8D; }

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

This text font color is #7A7A8D.


Background Color

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

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

This div background color is #7A7A8D.


Border color

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

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

This div border color is #7A7A8D.


Opacity

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

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

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

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

This text has shadow with #7A7A8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7A8D on black background.


Color preview on white background

This text has color #7A7A8D on white background.



Black color preview on #7A7A8D background

This text has black color on #7A7A8D background.


White color preview on #7A7A8D background

This text has white color on #7A7A8D background.