COLOR #7A7084

HEX: #7A7084
RGB: (122,112,132)

Color info

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

RGB color model

#7A7084 color RGB value is (122,112,132).

  • red value is 122;
  • green value is 112;
  • blue value is 132.
RGB: (122,112,132) (48%,44%,52%)

RGB channels and saturation

R 122 of 255 = 48%
G 112 of 255 = 44%
B 132 of 255 = 52%

122
112
132

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

Portions of RGB colors in percentages

R + G + B =
122 + 112 + 132 = 366 (100%)
R 122 of 366 ~ 33.33%
G 112 of 366 ~ 30.6%
B 132 of 366 ~ 36.07%

%33.33
%30.6
%36.07

CMYK color model

#7A7084 color CMYK value is (8,15,0,48).

  • cyan value is 7.58%
  • magenta value is 15.15%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK: (8,15,0,48) C8M15Y0K48 (8%,15%,0%,48%) (0.08/0.15/0.00/0.48)

CMYK percentages

%7.58
%15.15
%0
%48.24

Codes

Color #7A7084 in popluar color models

7A7084
RGB122112132
HSL270°8.20%47.84%
HSB/HSV270°15.15%51.76%
CMYK7.58%15.15%0.00%
48.24%

Color #7A7084 in popluar number systems.

HEX7A7084
Decimal122112132
Binary1111010111000010000100
Octal172160204

Shades and tints

Shades of #7A7084

#7A7084
(122,112,132)
#6F6678
(111,102,120)
#645C6C
(100,92,108)
#595260
(89,82,96)
#4E4854
(78,72,84)
#433E48
(67,62,72)
#38343C
(56,52,60)
#2D2A30
(45,42,48)
#222024
(34,32,36)
#171618
(23,22,24)
#0C0C0C
(12,12,12)
#000000
(0,0,0)

Tints of #7A7084

#7A7084
(122,112,132)
#867D8F
(134,125,143)
#928A9A
(146,138,154)
#9E97A5
(158,151,165)
#AAA4B0
(170,164,176)
#B6B1BB
(182,177,187)
#C2BEC6
(194,190,198)
#CECBD1
(206,203,209)
#DAD8DC
(218,216,220)
#E6E5E7
(230,229,231)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A7084 color. Also use rgb(122,112,132) instead hex code.

Text Font Color

.myTextColor { color: #7A7084; }

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

This text font color is #7A7084.


Background Color

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

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

This div background color is #7A7084.


Border color

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

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

This div border color is #7A7084.


Opacity

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

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

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

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

This text has shadow with #7A7084 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7A7084 on black background.


Color preview on white background

This text has color #7A7084 on white background.



Black color preview on #7A7084 background

This text has black color on #7A7084 background.


White color preview on #7A7084 background

This text has white color on #7A7084 background.