COLOR #7A7F95

HEX: #7A7F95 RGB: (122,127,149)

Color info

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

RGB color model

#7A7F95 color RGB value is (122,127,149).

RGB: (122,127,149) (48%, 50%, 58%)

RGB channels and saturation

R 122 of 255 = 48%
G 127 of 255 = 50%
B 149 of 255 = 58%

122
127
149

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

Portions of RGB colors in percentages

R + G + B = 122 + 127 + 149 = 398 (100%)
R 122 of 398 ~ 30.65%
G 127 of 398 ~ 31.91%
B 149 of 398 ~ 37.44'%

%30.65
%31.91
%37.44

CMYK color model

#7A7F95 color CMYK value is (18,15,0,42).

  • cyan value is 18.12%
  • magenta value is 14.77%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (18,15,0,42)
C18M15Y0K42 (18%, 15%, 0%, 42%)
(0.18 / 0.15 / 0.00 / 0.42)

CMYK percentages

%18.12
%14.77
%0
%41.57

Codes

Color #7A7F95 in popluar color models

7A 7F 95
RGB 122 127 149
HSL 229° 11.30% 53.14%
HSB/HSV 229° 18.12% 58.43%
CMYK 18.12% 14.77% 0.00%
41.57%

Color #7A7F95 in popluar number systems.

HEX 7A 7F 95
Decimal 122 127 149
Binary 1111010 1111111 10010101
Octal 172 177 225

Shades and tints

Shades of #7A7F95

#7A7F95
(122,127,149)
#6F7488
(111,116,136)
#64697B
(100,105,123)
#595E6E
(89,94,110)
#4E5361
(78,83,97)
#434854
(67,72,84)
#383D47
(56,61,71)
#2D323A
(45,50,58)
#22272D
(34,39,45)
#171C20
(23,28,32)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #7A7F95

#7A7F95
(122,127,149)
#868A9E
(134,138,158)
#9295A7
(146,149,167)
#9EA0B0
(158,160,176)
#AAABB9
(170,171,185)
#B6B6C2
(182,182,194)
#C2C1CB
(194,193,203)
#CECCD4
(206,204,212)
#DAD7DD
(218,215,221)
#E6E2E6
(230,226,230)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A7F95 color. Also use rgb(122,127,149) instead hex code.

Text Font Color

.myTextColor { color: #7A7F95; }

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

This text font color is #7A7F95.

Background Color

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

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

This div background color is #7A7F95.

Border color

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

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

This div border color is #7A7F95.

Opacity

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

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

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

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

This text has shadow with #7A7F95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A7F95.

Preview

Color preview on black background

This text has color #7A7F95 on black background.


Color preview on white background

This text has color #7A7F95 on white background.


Black color preview on #7A7F95 background

This text has black color on #7A7F95 background.


White color preview on #7A7F95 background

This text has white color on #7A7F95 background.


Related colors

Complementary color

Complementary color for #hex is #85806A.


I love getcolorcode.com

Triadic colors

1 #957A7F and #7F957A with #7A7F95 are triadic colors.

2 #957F7A and #7F7A95 with #7A7F95 are triadic colors.