COLOR #7A7581

HEX: #7A7581
RGB: (122,117,129)

Color info

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

RGB color model

#7A7581 color RGB value is (122,117,129).

  • red value is 122;
  • green value is 117;
  • blue value is 129.
RGB:
(122,117,129)
(48%,46%,51%)

RGB channels and saturation

R 122 of 255 = 48%
G 117 of 255 = 46%
B 129 of 255 = 51%

122
117
129

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

Portions of RGB colors in percentages

R + G + B =
122 + 117 + 129 = 368 (100%)
R 122 of 368 ~ 33.15%
G 117 of 368 ~ 31.79%
B 129 of 368 ~ 35.05%

%33.15
%31.79
%35.05

CMYK color model

#7A7581 color CMYK value is (5,9,0,49).

  • cyan value is 5.43%
  • magenta value is 9.30%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(5,9,0,49)
C5M9Y0K49 
(5%,9%,0%,49%)
(0.05/0.09/0.00/0.49)	

CMYK percentages

%5.43
%9.3
%0
%49.41

Codes

Color #7A7581 in popluar color models

7A7581
RGB122117129
HSL265°4.88%48.24%
HSB/HSV265°9.30%50.59%
CMYK5.43%9.30%0.00%
49.41%

Color #7A7581 in popluar number systems.

HEX7A7581
Decimal122117129
Binary1111010111010110000001
Octal172165201

Shades and tints

Shades of #7A7581

#7A7581
(122,117,129)
#6F6B76
(111,107,118)
#64616B
(100,97,107)
#595760
(89,87,96)
#4E4D55
(78,77,85)
#43434A
(67,67,74)
#38393F
(56,57,63)
#2D2F34
(45,47,52)
#222529
(34,37,41)
#171B1E
(23,27,30)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #7A7581

#7A7581
(122,117,129)
#86818C
(134,129,140)
#928D97
(146,141,151)
#9E99A2
(158,153,162)
#AAA5AD
(170,165,173)
#B6B1B8
(182,177,184)
#C2BDC3
(194,189,195)
#CEC9CE
(206,201,206)
#DAD5D9
(218,213,217)
#E6E1E4
(230,225,228)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A7581 color. Also use rgb(122,117,129) instead hex code.

Text Font Color

.myTextColor { color: #7A7581; }

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

This text font color is #7A7581.


Background Color

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

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

This div background color is #7A7581.


Border color

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

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

This div border color is #7A7581.


Opacity

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

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

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

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

This text has shadow with #7A7581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7581 on black background.


Color preview on white background

This text has color #7A7581 on white background.



Black color preview on #7A7581 background

This text has black color on #7A7581 background.


White color preview on #7A7581 background

This text has white color on #7A7581 background.