COLOR #7A5874

HEX: #7A5874 RGB: (122,88,116)

Color info

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

RGB color model

#7A5874 color RGB value is (122,88,116).

RGB: (122,88,116) (48%, 35%, 45%)

RGB channels and saturation

R 122 of 255 = 48%
G 88 of 255 = 35%
B 116 of 255 = 45%

122
88
116

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

Portions of RGB colors in percentages

R + G + B = 122 + 88 + 116 = 326 (100%)
R 122 of 326 ~ 37.42%
G 88 of 326 ~ 26.99%
B 116 of 326 ~ 35.58'%

%37.42
%26.99
%35.58

CMYK color model

#7A5874 color CMYK value is (0,28,5,52).

  • cyan value is 0.00%
  • magenta value is 27.87%
  • yellow value is 4.92%
  • key color value is 52.16%

CMYK: (0,28,5,52)
C0M28Y5K52 (0%, 28%, 5%, 52%)
(0.00 / 0.28 / 0.05 / 0.52)

CMYK percentages

%0
%27.87
%4.92
%52.16

Codes

Color #7A5874 in popluar color models

7A 58 74
RGB 122 88 116
HSL 311° 16.19% 41.18%
HSB/HSV 311° 27.87% 47.84%
CMYK 0.00% 27.87% 4.92%
52.16%

Color #7A5874 in popluar number systems.

HEX 7A 58 74
Decimal 122 88 116
Binary 1111010 1011000 1110100
Octal 172 130 164

Shades and tints

Shades of #7A5874

#7A5874
(122,88,116)
#6F506A
(111,80,106)
#644860
(100,72,96)
#594056
(89,64,86)
#4E384C
(78,56,76)
#433042
(67,48,66)
#382838
(56,40,56)
#2D202E
(45,32,46)
#221824
(34,24,36)
#17101A
(23,16,26)
#0C0810
(12,8,16)
#000000
(0,0,0)

Tints of #7A5874

#7A5874
(122,88,116)
#866780
(134,103,128)
#92768C
(146,118,140)
#9E8598
(158,133,152)
#AA94A4
(170,148,164)
#B6A3B0
(182,163,176)
#C2B2BC
(194,178,188)
#CEC1C8
(206,193,200)
#DAD0D4
(218,208,212)
#E6DFE0
(230,223,224)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A5874 color. Also use rgb(122,88,116) instead hex code.

Text Font Color

.myTextColor { color: #7A5874; }

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

This text font color is #7A5874.

Background Color

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

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

This div background color is #7A5874.

Border color

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

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

This div border color is #7A5874.

Opacity

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

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

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

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

This text has shadow with #7A5874 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A5874.

Preview

Color preview on black background

This text has color #7A5874 on black background.


Color preview on white background

This text has color #7A5874 on white background.


Black color preview on #7A5874 background

This text has black color on #7A5874 background.


White color preview on #7A5874 background

This text has white color on #7A5874 background.


Related colors

Complementary color

Complementary color for #hex is #85A78B.


I love getcolorcode.com

Triadic colors

1 #747A58 and #58747A with #7A5874 are triadic colors.

2 #74587A and #587A74 with #7A5874 are triadic colors.