COLOR #7A6792

HEX: #7A6792 RGB: (122,103,146)

Color info

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

RGB color model

#7A6792 color RGB value is (122,103,146).

RGB: (122,103,146) (48%, 40%, 57%)

RGB channels and saturation

R 122 of 255 = 48%
G 103 of 255 = 40%
B 146 of 255 = 57%

122
103
146

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

Portions of RGB colors in percentages

R + G + B = 122 + 103 + 146 = 371 (100%)
R 122 of 371 ~ 32.88%
G 103 of 371 ~ 27.76%
B 146 of 371 ~ 39.35'%

%32.88
%27.76
%39.35

CMYK color model

#7A6792 color CMYK value is (16,29,0,43).

  • cyan value is 16.44%
  • magenta value is 29.45%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (16,29,0,43)
C16M29Y0K43 (16%, 29%, 0%, 43%)
(0.16 / 0.29 / 0.00 / 0.43)

CMYK percentages

%16.44
%29.45
%0
%42.75

Codes

Color #7A6792 in popluar color models

7A 67 92
RGB 122 103 146
HSL 267° 17.27% 48.82%
HSB/HSV 267° 29.45% 57.25%
CMYK 16.44% 29.45% 0.00%
42.75%

Color #7A6792 in popluar number systems.

HEX 7A 67 92
Decimal 122 103 146
Binary 1111010 1100111 10010010
Octal 172 147 222

Shades and tints

Shades of #7A6792

#7A6792
(122,103,146)
#6F5E85
(111,94,133)
#645578
(100,85,120)
#594C6B
(89,76,107)
#4E435E
(78,67,94)
#433A51
(67,58,81)
#383144
(56,49,68)
#2D2837
(45,40,55)
#221F2A
(34,31,42)
#17161D
(23,22,29)
#0C0D10
(12,13,16)
#000000
(0,0,0)

Tints of #7A6792

#7A6792
(122,103,146)
#86749B
(134,116,155)
#9281A4
(146,129,164)
#9E8EAD
(158,142,173)
#AA9BB6
(170,155,182)
#B6A8BF
(182,168,191)
#C2B5C8
(194,181,200)
#CEC2D1
(206,194,209)
#DACFDA
(218,207,218)
#E6DCE3
(230,220,227)
#F2E9EC
(242,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6792; }

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

This text font color is #7A6792.

Background Color

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

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

This div background color is #7A6792.

Border color

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

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

This div border color is #7A6792.

Opacity

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

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

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

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

This text has shadow with #7A6792 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A6792.

Preview

Color preview on black background

This text has color #7A6792 on black background.


Color preview on white background

This text has color #7A6792 on white background.


Black color preview on #7A6792 background

This text has black color on #7A6792 background.


White color preview on #7A6792 background

This text has white color on #7A6792 background.


Related colors

Complementary color

Complementary color for #hex is #85986D.


I love getcolorcode.com

Triadic colors

1 #927A67 and #67927A with #7A6792 are triadic colors.

2 #92677A and #677A92 with #7A6792 are triadic colors.