COLOR #7A5875

HEX: #7A5875
RGB: (122,88,117)

Color info

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

RGB color model

#7A5875 color RGB value is (122,88,117).

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

RGB channels and saturation

R 122 of 255 = 48%
G 88 of 255 = 35%
B 117 of 255 = 46%

122
88
117

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

Portions of RGB colors in percentages

R + G + B =
122 + 88 + 117 = 327 (100%)
R 122 of 327 ~ 37.31%
G 88 of 327 ~ 26.91%
B 117 of 327 ~ 35.78%

%37.31
%26.91
%35.78

CMYK color model

#7A5875 color CMYK value is (0,28,4,52).

  • cyan value is 0.00%
  • magenta value is 27.87%
  • yellow value is 4.10%
  • key color value is 52.16%
CMYK:
(0,28,4,52)
C0M28Y4K52 
(0%,28%,4%,52%)
(0.00/0.28/0.04/0.52)	

CMYK percentages

%0
%27.87
%4.1
%52.16

Codes

Color #7A5875 in popluar color models

7A5875
RGB12288117
HSL309°16.19%41.18%
HSB/HSV309°27.87%47.84%
CMYK0.00%27.87%4.10%
52.16%

Color #7A5875 in popluar number systems.

HEX7A5875
Decimal12288117
Binary111101010110001110101
Octal172130165

Shades and tints

Shades of #7A5875

#7A5875
(122,88,117)
#6F506B
(111,80,107)
#644861
(100,72,97)
#594057
(89,64,87)
#4E384D
(78,56,77)
#433043
(67,48,67)
#382839
(56,40,57)
#2D202F
(45,32,47)
#221825
(34,24,37)
#17101B
(23,16,27)
#0C0811
(12,8,17)
#000000
(0,0,0)

Tints of #7A5875

#7A5875
(122,88,117)
#866781
(134,103,129)
#92768D
(146,118,141)
#9E8599
(158,133,153)
#AA94A5
(170,148,165)
#B6A3B1
(182,163,177)
#C2B2BD
(194,178,189)
#CEC1C9
(206,193,201)
#DAD0D5
(218,208,213)
#E6DFE1
(230,223,225)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A5875; }

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

This text font color is #7A5875.


Background Color

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

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

This div background color is #7A5875.


Border color

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

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

This div border color is #7A5875.


Opacity

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

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

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

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

This text has shadow with #7A5875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5875 on black background.


Color preview on white background

This text has color #7A5875 on white background.



Black color preview on #7A5875 background

This text has black color on #7A5875 background.


White color preview on #7A5875 background

This text has white color on #7A5875 background.