COLOR #7A6692

HEX: #7A6692
RGB: (122,102,146)

Color info

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

RGB color model

#7A6692 color RGB value is (122,102,146).

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

RGB channels and saturation

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

122
102
146

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

Portions of RGB colors in percentages

R + G + B =
122 + 102 + 146 = 370 (100%)
R 122 of 370 ~ 32.97%
G 102 of 370 ~ 27.57%
B 146 of 370 ~ 39.46%

%32.97
%27.57
%39.46

CMYK color model

#7A6692 color CMYK value is (16,30,0,43).

  • cyan value is 16.44%
  • magenta value is 30.14%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(16,30,0,43)
C16M30Y0K43 
(16%,30%,0%,43%)
(0.16/0.30/0.00/0.43)	

CMYK percentages

%16.44
%30.14
%0
%42.75

Codes

Color #7A6692 in popluar color models

7A6692
RGB122102146
HSL267°17.74%48.63%
HSB/HSV267°30.14%57.25%
CMYK16.44%30.14%0.00%
42.75%

Color #7A6692 in popluar number systems.

HEX7A6692
Decimal122102146
Binary1111010110011010010010
Octal172146222

Shades and tints

Shades of #7A6692

#7A6692
(122,102,146)
#6F5D85
(111,93,133)
#645478
(100,84,120)
#594B6B
(89,75,107)
#4E425E
(78,66,94)
#433951
(67,57,81)
#383044
(56,48,68)
#2D2737
(45,39,55)
#221E2A
(34,30,42)
#17151D
(23,21,29)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #7A6692

#7A6692
(122,102,146)
#86739B
(134,115,155)
#9280A4
(146,128,164)
#9E8DAD
(158,141,173)
#AA9AB6
(170,154,182)
#B6A7BF
(182,167,191)
#C2B4C8
(194,180,200)
#CEC1D1
(206,193,209)
#DACEDA
(218,206,218)
#E6DBE3
(230,219,227)
#F2E8EC
(242,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6692; }

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

This text font color is #7A6692.


Background Color

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

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

This div background color is #7A6692.


Border color

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

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

This div border color is #7A6692.


Opacity

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

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

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

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

This text has shadow with #7A6692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6692 on black background.


Color preview on white background

This text has color #7A6692 on white background.



Black color preview on #7A6692 background

This text has black color on #7A6692 background.


White color preview on #7A6692 background

This text has white color on #7A6692 background.