COLOR #7A7385

HEX: #7A7385 RGB: (122,115,133)

Color info

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

RGB color model

#7A7385 color RGB value is (122,115,133).

RGB: (122,115,133) (48%, 45%, 52%)

RGB channels and saturation

R 122 of 255 = 48%
G 115 of 255 = 45%
B 133 of 255 = 52%

122
115
133

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

Portions of RGB colors in percentages

R + G + B = 122 + 115 + 133 = 370 (100%)
R 122 of 370 ~ 32.97%
G 115 of 370 ~ 31.08%
B 133 of 370 ~ 35.95'%

%32.97
%31.08
%35.95

CMYK color model

#7A7385 color CMYK value is (8,14,0,48).

  • cyan value is 8.27%
  • magenta value is 13.53%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK: (8,14,0,48) C8M14Y0K48 (8%,14%,0%,48%) (0.08/0.14/0.00/0.48) 

CMYK percentages

%8.27
%13.53
%0
%47.84

Codes

Color #7A7385 in popluar color models

7A 73 85
RGB 122 115 133
HSL 263° 7.26% 48.63%
HSB/HSV 263° 13.53% 52.16%
CMYK 8.27% 13.53% 0.00%
47.84%

Color #7A7385 in popluar number systems.

HEX 7A 73 85
Decimal 122 115 133
Binary 1111010 1110011 10000101
Octal 172 163 205

Shades and tints

Shades of #7A7385

#7A7385
(122,115,133)
#6F6979
(111,105,121)
#645F6D
(100,95,109)
#595561
(89,85,97)
#4E4B55
(78,75,85)
#434149
(67,65,73)
#38373D
(56,55,61)
#2D2D31
(45,45,49)
#222325
(34,35,37)
#171919
(23,25,25)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #7A7385

#7A7385
(122,115,133)
#867F90
(134,127,144)
#928B9B
(146,139,155)
#9E97A6
(158,151,166)
#AAA3B1
(170,163,177)
#B6AFBC
(182,175,188)
#C2BBC7
(194,187,199)
#CEC7D2
(206,199,210)
#DAD3DD
(218,211,221)
#E6DFE8
(230,223,232)
#F2EBF3
(242,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A7385 color. Also use rgb(122,115,133) instead hex code.

Text Font Color

.myTextColor { color: #7A7385; }

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

This text font color is #7A7385.

Background Color

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

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

This div background color is #7A7385.

Border color

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

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

This div border color is #7A7385.

Opacity

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

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

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

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

This text has shadow with #7A7385 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A7385.

Preview

Color preview on black background

This text has color #7A7385 on black background.


Color preview on white background

This text has color #7A7385 on white background.


Black color preview on #7A7385 background

This text has black color on #7A7385 background.


White color preview on #7A7385 background

This text has white color on #7A7385 background.


Related colors

Complementary color

Complementary color for #hex is #858C7A.


I love getcolorcode.com

Triadic colors

1 #857A73 and #73857A with #7A7385 are triadic colors.

2 #85737A and #737A85 with #7A7385 are triadic colors.