COLOR #7A7792

HEX: #7A7792
RGB: (122,119,146)

Color info

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

RGB color model

#7A7792 color RGB value is (122,119,146).

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

RGB channels and saturation

R 122 of 255 = 48%
G 119 of 255 = 47%
B 146 of 255 = 57%

122
119
146

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

Portions of RGB colors in percentages

R + G + B =
122 + 119 + 146 = 387 (100%)
R 122 of 387 ~ 31.52%
G 119 of 387 ~ 30.75%
B 146 of 387 ~ 37.73%

%31.52
%30.75
%37.73

CMYK color model

#7A7792 color CMYK value is (16,18,0,43).

  • cyan value is 16.44%
  • magenta value is 18.49%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(16,18,0,43)
C16M18Y0K43 
(16%,18%,0%,43%)
(0.16/0.18/0.00/0.43)	

CMYK percentages

%16.44
%18.49
%0
%42.75

Codes

Color #7A7792 in popluar color models

7A7792
RGB122119146
HSL247°11.02%51.96%
HSB/HSV247°18.49%57.25%
CMYK16.44%18.49%0.00%
42.75%

Color #7A7792 in popluar number systems.

HEX7A7792
Decimal122119146
Binary1111010111011110010010
Octal172167222

Shades and tints

Shades of #7A7792

#7A7792
(122,119,146)
#6F6D85
(111,109,133)
#646378
(100,99,120)
#59596B
(89,89,107)
#4E4F5E
(78,79,94)
#434551
(67,69,81)
#383B44
(56,59,68)
#2D3137
(45,49,55)
#22272A
(34,39,42)
#171D1D
(23,29,29)
#0C1310
(12,19,16)
#000000
(0,0,0)

Tints of #7A7792

#7A7792
(122,119,146)
#86839B
(134,131,155)
#928FA4
(146,143,164)
#9E9BAD
(158,155,173)
#AAA7B6
(170,167,182)
#B6B3BF
(182,179,191)
#C2BFC8
(194,191,200)
#CECBD1
(206,203,209)
#DAD7DA
(218,215,218)
#E6E3E3
(230,227,227)
#F2EFEC
(242,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7792; }

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

This text font color is #7A7792.


Background Color

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

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

This div background color is #7A7792.


Border color

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

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

This div border color is #7A7792.


Opacity

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

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

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

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

This text has shadow with #7A7792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7792 on black background.


Color preview on white background

This text has color #7A7792 on white background.



Black color preview on #7A7792 background

This text has black color on #7A7792 background.


White color preview on #7A7792 background

This text has white color on #7A7792 background.