COLOR #7A6688

HEX: #7A6688
RGB: (122,102,136)

Color info

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

RGB color model

#7A6688 color RGB value is (122,102,136).

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

RGB channels and saturation

R 122 of 255 = 48%
G 102 of 255 = 40%
B 136 of 255 = 53%

122
102
136

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

Portions of RGB colors in percentages

R + G + B =
122 + 102 + 136 = 360 (100%)
R 122 of 360 ~ 33.89%
G 102 of 360 ~ 28.33%
B 136 of 360 ~ 37.78%

%33.89
%28.33
%37.78

CMYK color model

#7A6688 color CMYK value is (10,25,0,47).

  • cyan value is 10.29%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(10,25,0,47)
C10M25Y0K47 
(10%,25%,0%,47%)
(0.10/0.25/0.00/0.47)	

CMYK percentages

%10.29
%25
%0
%46.67

Codes

Color #7A6688 in popluar color models

7A6688
RGB122102136
HSL275°14.29%46.67%
HSB/HSV275°25.00%53.33%
CMYK10.29%25.00%0.00%
46.67%

Color #7A6688 in popluar number systems.

HEX7A6688
Decimal122102136
Binary1111010110011010001000
Octal172146210

Shades and tints

Shades of #7A6688

#7A6688
(122,102,136)
#6F5D7C
(111,93,124)
#645470
(100,84,112)
#594B64
(89,75,100)
#4E4258
(78,66,88)
#43394C
(67,57,76)
#383040
(56,48,64)
#2D2734
(45,39,52)
#221E28
(34,30,40)
#17151C
(23,21,28)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #7A6688

#7A6688
(122,102,136)
#867392
(134,115,146)
#92809C
(146,128,156)
#9E8DA6
(158,141,166)
#AA9AB0
(170,154,176)
#B6A7BA
(182,167,186)
#C2B4C4
(194,180,196)
#CEC1CE
(206,193,206)
#DACED8
(218,206,216)
#E6DBE2
(230,219,226)
#F2E8EC
(242,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6688; }

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

This text font color is #7A6688.


Background Color

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

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

This div background color is #7A6688.


Border color

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

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

This div border color is #7A6688.


Opacity

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

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

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

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

This text has shadow with #7A6688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6688 on black background.


Color preview on white background

This text has color #7A6688 on white background.



Black color preview on #7A6688 background

This text has black color on #7A6688 background.


White color preview on #7A6688 background

This text has white color on #7A6688 background.