COLOR #7A5F7B

HEX: #7A5F7B RGB: (122,95,123)

Color info

#7A5F7B contains red, green and blue colors in about the same proportion. Web safe color of #7A5F7B is #666666 (or #666).

RGB color model

#7A5F7B color RGB value is (122,95,123).

RGB: (122,95,123) (48%, 37%, 48%)

RGB channels and saturation

R 122 of 255 = 48%
G 95 of 255 = 37%
B 123 of 255 = 48%

122
95
123

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

Portions of RGB colors in percentages

R + G + B = 122 + 95 + 123 = 340 (100%)
R 122 of 340 ~ 35.88%
G 95 of 340 ~ 27.94%
B 123 of 340 ~ 36.18'%

%35.88
%27.94
%36.18

CMYK color model

#7A5F7B color CMYK value is (1,23,0,52).

  • cyan value is 0.81%
  • magenta value is 22.76%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (1,23,0,52)
C1M23Y0K52 (1%, 23%, 0%, 52%)
(0.01 / 0.23 / 0.00 / 0.52)

CMYK percentages

%0.81
%22.76
%0
%51.76

Codes

Color #7A5F7B in popluar color models

7A 5F 7B
RGB 122 95 123
HSL 298° 12.84% 42.75%
HSB/HSV 298° 22.76% 48.24%
CMYK 0.81% 22.76% 0.00%
51.76%

Color #7A5F7B in popluar number systems.

HEX 7A 5F 7B
Decimal 122 95 123
Binary 1111010 1011111 1111011
Octal 172 137 173

Shades and tints

Shades of #7A5F7B

#7A5F7B
(122,95,123)
#6F5770
(111,87,112)
#644F65
(100,79,101)
#59475A
(89,71,90)
#4E3F4F
(78,63,79)
#433744
(67,55,68)
#382F39
(56,47,57)
#2D272E
(45,39,46)
#221F23
(34,31,35)
#171718
(23,23,24)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #7A5F7B

#7A5F7B
(122,95,123)
#866D87
(134,109,135)
#927B93
(146,123,147)
#9E899F
(158,137,159)
#AA97AB
(170,151,171)
#B6A5B7
(182,165,183)
#C2B3C3
(194,179,195)
#CEC1CF
(206,193,207)
#DACFDB
(218,207,219)
#E6DDE7
(230,221,231)
#F2EBF3
(242,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A5F7B color. Also use rgb(122,95,123) instead hex code.

Text Font Color

.myTextColor { color: #7A5F7B; }

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

This text font color is #7A5F7B.

Background Color

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

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

This div background color is #7A5F7B.

Border color

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

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

This div border color is #7A5F7B.

Opacity

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

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

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

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

This text has shadow with #7A5F7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A5F7B.

Preview

Color preview on black background

This text has color #7A5F7B on black background.


Color preview on white background

This text has color #7A5F7B on white background.


Black color preview on #7A5F7B background

This text has black color on #7A5F7B background.


White color preview on #7A5F7B background

This text has white color on #7A5F7B background.


Related colors

Complementary color

Complementary color for #hex is #85A084.


I love getcolorcode.com

Triadic colors

1 #7B7A5F and #5F7B7A with #7A5F7B are triadic colors.

2 #7B5F7A and #5F7A7B with #7A5F7B are triadic colors.