COLOR #7A789C

HEX: #7A789C
RGB: (122,120,156)

Color info

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

RGB color model

#7A789C color RGB value is (122,120,156).

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

RGB channels and saturation

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

122
120
156

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

Portions of RGB colors in percentages

R + G + B =
122 + 120 + 156 = 398 (100%)
R 122 of 398 ~ 30.65%
G 120 of 398 ~ 30.15%
B 156 of 398 ~ 39.2%

%30.65
%30.15
%39.2

CMYK color model

#7A789C color CMYK value is (22,23,0,39).

  • cyan value is 21.79%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK: (22,23,0,39) C22M23Y0K39 (22%,23%,0%,39%) (0.22/0.23/0.00/0.39)

CMYK percentages

%21.79
%23.08
%0
%38.82

Codes

Color #7A789C in popluar color models

7A789C
RGB122120156
HSL243°15.38%54.12%
HSB/HSV243°23.08%61.18%
CMYK21.79%23.08%0.00%
38.82%

Color #7A789C in popluar number systems.

HEX7A789C
Decimal122120156
Binary1111010111100010011100
Octal172170234

Shades and tints

Shades of #7A789C

#7A789C
(122,120,156)
#6F6E8E
(111,110,142)
#646480
(100,100,128)
#595A72
(89,90,114)
#4E5064
(78,80,100)
#434656
(67,70,86)
#383C48
(56,60,72)
#2D323A
(45,50,58)
#22282C
(34,40,44)
#171E1E
(23,30,30)
#0C1410
(12,20,16)
#000000
(0,0,0)

Tints of #7A789C

#7A789C
(122,120,156)
#8684A5
(134,132,165)
#9290AE
(146,144,174)
#9E9CB7
(158,156,183)
#AAA8C0
(170,168,192)
#B6B4C9
(182,180,201)
#C2C0D2
(194,192,210)
#CECCDB
(206,204,219)
#DAD8E4
(218,216,228)
#E6E4ED
(230,228,237)
#F2F0F6
(242,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A789C; }

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

This text font color is #7A789C.


Background Color

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

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

This div background color is #7A789C.


Border color

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

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

This div border color is #7A789C.


Opacity

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

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

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

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

This text has shadow with #7A789C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7A789C on black background.


Color preview on white background

This text has color #7A789C on white background.



Black color preview on #7A789C background

This text has black color on #7A789C background.


White color preview on #7A789C background

This text has white color on #7A789C background.