COLOR #7A7289

HEX: #7A7289
RGB: (122,114,137)

Color info

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

RGB color model

#7A7289 color RGB value is (122,114,137).

  • red value is 122;
  • green value is 114;
  • blue value is 137.
RGB:
(122,114,137)
(48%,45%,54%)

RGB channels and saturation

R 122 of 255 = 48%
G 114 of 255 = 45%
B 137 of 255 = 54%

122
114
137

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

Portions of RGB colors in percentages

R + G + B =
122 + 114 + 137 = 373 (100%)
R 122 of 373 ~ 32.71%
G 114 of 373 ~ 30.56%
B 137 of 373 ~ 36.73%

%32.71
%30.56
%36.73

CMYK color model

#7A7289 color CMYK value is (11,17,0,46).

  • cyan value is 10.95%
  • magenta value is 16.79%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(11,17,0,46)
C11M17Y0K46 
(11%,17%,0%,46%)
(0.11/0.17/0.00/0.46)	

CMYK percentages

%10.95
%16.79
%0
%46.27

Codes

Color #7A7289 in popluar color models

7A7289
RGB122114137
HSL261°9.16%49.22%
HSB/HSV261°16.79%53.73%
CMYK10.95%16.79%0.00%
46.27%

Color #7A7289 in popluar number systems.

HEX7A7289
Decimal122114137
Binary1111010111001010001001
Octal172162211

Shades and tints

Shades of #7A7289

#7A7289
(122,114,137)
#6F687D
(111,104,125)
#645E71
(100,94,113)
#595465
(89,84,101)
#4E4A59
(78,74,89)
#43404D
(67,64,77)
#383641
(56,54,65)
#2D2C35
(45,44,53)
#222229
(34,34,41)
#17181D
(23,24,29)
#0C0E11
(12,14,17)
#000000
(0,0,0)

Tints of #7A7289

#7A7289
(122,114,137)
#867E93
(134,126,147)
#928A9D
(146,138,157)
#9E96A7
(158,150,167)
#AAA2B1
(170,162,177)
#B6AEBB
(182,174,187)
#C2BAC5
(194,186,197)
#CEC6CF
(206,198,207)
#DAD2D9
(218,210,217)
#E6DEE3
(230,222,227)
#F2EAED
(242,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7289; }

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

This text font color is #7A7289.


Background Color

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

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

This div background color is #7A7289.


Border color

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

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

This div border color is #7A7289.


Opacity

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

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

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

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

This text has shadow with #7A7289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7289 on black background.


Color preview on white background

This text has color #7A7289 on white background.



Black color preview on #7A7289 background

This text has black color on #7A7289 background.


White color preview on #7A7289 background

This text has white color on #7A7289 background.