COLOR #7A788E

HEX: #7A788E RGB: (122,120,142)

Color info

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

RGB color model

#7A788E color RGB value is (122,120,142).

RGB: (122,120,142) (48%, 47%, 56%)

RGB channels and saturation

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

122
120
142

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

Portions of RGB colors in percentages

R + G + B = 122 + 120 + 142 = 384 (100%)
R 122 of 384 ~ 31.77%
G 120 of 384 ~ 31.25%
B 142 of 384 ~ 36.98'%

%31.77
%31.25
%36.98

CMYK color model

#7A788E color CMYK value is (14,15,0,44).

  • cyan value is 14.08%
  • magenta value is 15.49%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (14,15,0,44)
C14M15Y0K44 (14%, 15%, 0%, 44%)
(0.14 / 0.15 / 0.00 / 0.44)

CMYK percentages

%14.08
%15.49
%0
%44.31

Codes

Color #7A788E in popluar color models

7A 78 8E
RGB 122 120 142
HSL 245° 8.87% 51.37%
HSB/HSV 245° 15.49% 55.69%
CMYK 14.08% 15.49% 0.00%
44.31%

Color #7A788E in popluar number systems.

HEX 7A 78 8E
Decimal 122 120 142
Binary 1111010 1111000 10001110
Octal 172 170 216

Shades and tints

Shades of #7A788E

#7A788E
(122,120,142)
#6F6E82
(111,110,130)
#646476
(100,100,118)
#595A6A
(89,90,106)
#4E505E
(78,80,94)
#434652
(67,70,82)
#383C46
(56,60,70)
#2D323A
(45,50,58)
#22282E
(34,40,46)
#171E22
(23,30,34)
#0C1416
(12,20,22)
#000000
(0,0,0)

Tints of #7A788E

#7A788E
(122,120,142)
#868498
(134,132,152)
#9290A2
(146,144,162)
#9E9CAC
(158,156,172)
#AAA8B6
(170,168,182)
#B6B4C0
(182,180,192)
#C2C0CA
(194,192,202)
#CECCD4
(206,204,212)
#DAD8DE
(218,216,222)
#E6E4E8
(230,228,232)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A788E; }

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

This text font color is #7A788E.

Background Color

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

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

This div background color is #7A788E.

Border color

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

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

This div border color is #7A788E.

Opacity

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

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

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

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

This text has shadow with #7A788E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A788E.

Preview

Color preview on black background

This text has color #7A788E on black background.


Color preview on white background

This text has color #7A788E on white background.


Black color preview on #7A788E background

This text has black color on #7A788E background.


White color preview on #7A788E background

This text has white color on #7A788E background.


Related colors

Complementary color

Complementary color for #hex is #858771.


I love getcolorcode.com

Triadic colors

1 #8E7A78 and #788E7A with #7A788E are triadic colors.

2 #8E787A and #787A8E with #7A788E are triadic colors.