COLOR #7A778E

HEX: #7A778E
RGB: (122,119,142)

Color info

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

RGB color model

#7A778E color RGB value is (122,119,142).

  • red value is 122;
  • green value is 119;
  • blue value is 142.
RGB:
(122,119,142)
(48%,47%,56%)

RGB channels and saturation

R 122 of 255 = 48%
G 119 of 255 = 47%
B 142 of 255 = 56%

122
119
142

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

Portions of RGB colors in percentages

R + G + B =
122 + 119 + 142 = 383 (100%)
R 122 of 383 ~ 31.85%
G 119 of 383 ~ 31.07%
B 142 of 383 ~ 37.08%

%31.85
%31.07
%37.08

CMYK color model

#7A778E color CMYK value is (14,16,0,44).

  • cyan value is 14.08%
  • magenta value is 16.20%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(14,16,0,44)
C14M16Y0K44 
(14%,16%,0%,44%)
(0.14/0.16/0.00/0.44)	

CMYK percentages

%14.08
%16.2
%0
%44.31

Codes

Color #7A778E in popluar color models

7A778E
RGB122119142
HSL248°9.24%51.18%
HSB/HSV248°16.20%55.69%
CMYK14.08%16.20%0.00%
44.31%

Color #7A778E in popluar number systems.

HEX7A778E
Decimal122119142
Binary1111010111011110001110
Octal172167216

Shades and tints

Shades of #7A778E

#7A778E
(122,119,142)
#6F6D82
(111,109,130)
#646376
(100,99,118)
#59596A
(89,89,106)
#4E4F5E
(78,79,94)
#434552
(67,69,82)
#383B46
(56,59,70)
#2D313A
(45,49,58)
#22272E
(34,39,46)
#171D22
(23,29,34)
#0C1316
(12,19,22)
#000000
(0,0,0)

Tints of #7A778E

#7A778E
(122,119,142)
#868398
(134,131,152)
#928FA2
(146,143,162)
#9E9BAC
(158,155,172)
#AAA7B6
(170,167,182)
#B6B3C0
(182,179,192)
#C2BFCA
(194,191,202)
#CECBD4
(206,203,212)
#DAD7DE
(218,215,222)
#E6E3E8
(230,227,232)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A778E; }

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

This text font color is #7A778E.


Background Color

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

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

This div background color is #7A778E.


Border color

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

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

This div border color is #7A778E.


Opacity

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

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

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

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

This text has shadow with #7A778E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A778E on black background.


Color preview on white background

This text has color #7A778E on white background.



Black color preview on #7A778E background

This text has black color on #7A778E background.


White color preview on #7A778E background

This text has white color on #7A778E background.