COLOR #7A789B

HEX: #7A789B
RGB: (122,120,155)

Color info

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

RGB color model

#7A789B color RGB value is (122,120,155).

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

RGB channels and saturation

R 122 of 255 = 48%
G 120 of 255 = 47%
B 155 of 255 = 61%

122
120
155

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

Portions of RGB colors in percentages

R + G + B =
122 + 120 + 155 = 397 (100%)
R 122 of 397 ~ 30.73%
G 120 of 397 ~ 30.23%
B 155 of 397 ~ 39.04%

%30.73
%30.23
%39.04

CMYK color model

#7A789B color CMYK value is (21,23,0,39).

  • cyan value is 21.29%
  • magenta value is 22.58%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(21,23,0,39)
C21M23Y0K39 
(21%,23%,0%,39%)
(0.21/0.23/0.00/0.39)	

CMYK percentages

%21.29
%22.58
%0
%39.22

Codes

Color #7A789B in popluar color models

7A789B
RGB122120155
HSL243°14.89%53.92%
HSB/HSV243°22.58%60.78%
CMYK21.29%22.58%0.00%
39.22%

Color #7A789B in popluar number systems.

HEX7A789B
Decimal122120155
Binary1111010111100010011011
Octal172170233

Shades and tints

Shades of #7A789B

#7A789B
(122,120,155)
#6F6E8D
(111,110,141)
#64647F
(100,100,127)
#595A71
(89,90,113)
#4E5063
(78,80,99)
#434655
(67,70,85)
#383C47
(56,60,71)
#2D3239
(45,50,57)
#22282B
(34,40,43)
#171E1D
(23,30,29)
#0C140F
(12,20,15)
#000000
(0,0,0)

Tints of #7A789B

#7A789B
(122,120,155)
#8684A4
(134,132,164)
#9290AD
(146,144,173)
#9E9CB6
(158,156,182)
#AAA8BF
(170,168,191)
#B6B4C8
(182,180,200)
#C2C0D1
(194,192,209)
#CECCDA
(206,204,218)
#DAD8E3
(218,216,227)
#E6E4EC
(230,228,236)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A789B; }

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

This text font color is #7A789B.


Background Color

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

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

This div background color is #7A789B.


Border color

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

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

This div border color is #7A789B.


Opacity

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

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

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

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

This text has shadow with #7A789B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A789B on black background.


Color preview on white background

This text has color #7A789B on white background.



Black color preview on #7A789B background

This text has black color on #7A789B background.


White color preview on #7A789B background

This text has white color on #7A789B background.