COLOR #7A075A

HEX: #7A075A
RGB: (122,7,90)

Color info

#7A075A contains mainly red and blue colors. Web safe color of #7A075A is #660066 (or #606).

RGB color model

#7A075A color RGB value is (122,7,90).

  • red value is 122;
  • green value is 7;
  • blue value is 90.
RGB:
(122,7,90)
(48%,3%,35%)

RGB channels and saturation

R 122 of 255 = 48%
G 7 of 255 = 3%
B 90 of 255 = 35%

122
7
90

R + G + B ~ 29%. #7A075A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 7 + 90 = 219 (100%)
R 122 of 219 ~ 55.71%
G 7 of 219 ~ 3.2%
B 90 of 219 ~ 41.1%

%55.71
%41.1

CMYK color model

#7A075A color CMYK value is (0,94,26,52).

  • cyan value is 0.00%
  • magenta value is 94.26%
  • yellow value is 26.23%
  • key color value is 52.16%
CMYK:
(0,94,26,52)
C0M94Y26K52 
(0%,94%,26%,52%)
(0.00/0.94/0.26/0.52)	

CMYK percentages

%0
%94.26
%26.23
%52.16

Codes

Color #7A075A in popluar color models

7A075A
RGB122790
HSL317°89.15%25.29%
HSB/HSV317°94.26%47.84%
CMYK0.00%94.26%26.23%
52.16%

Color #7A075A in popluar number systems.

HEX7A075A
Decimal122790
Binary11110101111011010
Octal1727132

Shades and tints

Shades of #7A075A

#7A075A
(122,7,90)
#6F0752
(111,7,82)
#64074A
(100,7,74)
#590742
(89,7,66)
#4E073A
(78,7,58)
#430732
(67,7,50)
#38072A
(56,7,42)
#2D0722
(45,7,34)
#22071A
(34,7,26)
#170712
(23,7,18)
#0C070A
(12,7,10)
#000000
(0,0,0)

Tints of #7A075A

#7A075A
(122,7,90)
#861D69
(134,29,105)
#923378
(146,51,120)
#9E4987
(158,73,135)
#AA5F96
(170,95,150)
#B675A5
(182,117,165)
#C28BB4
(194,139,180)
#CEA1C3
(206,161,195)
#DAB7D2
(218,183,210)
#E6CDE1
(230,205,225)
#F2E3F0
(242,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A075A; }

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

This text font color is #7A075A.


Background Color

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

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

This div background color is #7A075A.


Border color

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

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

This div border color is #7A075A.


Opacity

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

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

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

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

This text has shadow with #7A075A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A075A on black background.


Color preview on white background

This text has color #7A075A on white background.



Black color preview on #7A075A background

This text has black color on #7A075A background.


White color preview on #7A075A background

This text has white color on #7A075A background.