COLOR #7A608B

HEX: #7A608B
RGB: (122,96,139)

Color info

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

RGB color model

#7A608B color RGB value is (122,96,139).

  • red value is 122;
  • green value is 96;
  • blue value is 139.
RGB:
(122,96,139)
(48%,38%,55%)

RGB channels and saturation

R 122 of 255 = 48%
G 96 of 255 = 38%
B 139 of 255 = 55%

122
96
139

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

Portions of RGB colors in percentages

R + G + B =
122 + 96 + 139 = 357 (100%)
R 122 of 357 ~ 34.17%
G 96 of 357 ~ 26.89%
B 139 of 357 ~ 38.94%

%34.17
%26.89
%38.94

CMYK color model

#7A608B color CMYK value is (12,31,0,45).

  • cyan value is 12.23%
  • magenta value is 30.94%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(12,31,0,45)
C12M31Y0K45 
(12%,31%,0%,45%)
(0.12/0.31/0.00/0.45)	

CMYK percentages

%12.23
%30.94
%0
%45.49

Codes

Color #7A608B in popluar color models

7A608B
RGB12296139
HSL276°18.30%46.08%
HSB/HSV276°30.94%54.51%
CMYK12.23%30.94%0.00%
45.49%

Color #7A608B in popluar number systems.

HEX7A608B
Decimal12296139
Binary1111010110000010001011
Octal172140213

Shades and tints

Shades of #7A608B

#7A608B
(122,96,139)
#6F587F
(111,88,127)
#645073
(100,80,115)
#594867
(89,72,103)
#4E405B
(78,64,91)
#43384F
(67,56,79)
#383043
(56,48,67)
#2D2837
(45,40,55)
#22202B
(34,32,43)
#17181F
(23,24,31)
#0C1013
(12,16,19)
#000000
(0,0,0)

Tints of #7A608B

#7A608B
(122,96,139)
#866E95
(134,110,149)
#927C9F
(146,124,159)
#9E8AA9
(158,138,169)
#AA98B3
(170,152,179)
#B6A6BD
(182,166,189)
#C2B4C7
(194,180,199)
#CEC2D1
(206,194,209)
#DAD0DB
(218,208,219)
#E6DEE5
(230,222,229)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A608B color. Also use rgb(122,96,139) instead hex code.

Text Font Color

.myTextColor { color: #7A608B; }

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

This text font color is #7A608B.


Background Color

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

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

This div background color is #7A608B.


Border color

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

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

This div border color is #7A608B.


Opacity

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

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

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

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

This text has shadow with #7A608B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A608B on black background.


Color preview on white background

This text has color #7A608B on white background.



Black color preview on #7A608B background

This text has black color on #7A608B background.


White color preview on #7A608B background

This text has white color on #7A608B background.