COLOR #7A0768

HEX: #7A0768
RGB: (122,7,104)

Color info

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

RGB color model

#7A0768 color RGB value is (122,7,104).

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

RGB channels and saturation

R 122 of 255 = 48%
G 7 of 255 = 3%
B 104 of 255 = 41%

122
7
104

R + G + B ~ 31%. #7A0768 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 7 + 104 = 233 (100%)
R 122 of 233 ~ 52.36%
G 7 of 233 ~ 3%
B 104 of 233 ~ 44.64%

%52.36
%44.64

CMYK color model

#7A0768 color CMYK value is (0,94,15,52).

  • cyan value is 0.00%
  • magenta value is 94.26%
  • yellow value is 14.75%
  • key color value is 52.16%
CMYK:
(0,94,15,52)
C0M94Y15K52 
(0%,94%,15%,52%)
(0.00/0.94/0.15/0.52)	

CMYK percentages

%0
%94.26
%14.75
%52.16

Codes

Color #7A0768 in popluar color models

7A0768
RGB1227104
HSL309°89.15%25.29%
HSB/HSV309°94.26%47.84%
CMYK0.00%94.26%14.75%
52.16%

Color #7A0768 in popluar number systems.

HEX7A0768
Decimal1227104
Binary11110101111101000
Octal1727150

Shades and tints

Shades of #7A0768

#7A0768
(122,7,104)
#6F075F
(111,7,95)
#640756
(100,7,86)
#59074D
(89,7,77)
#4E0744
(78,7,68)
#43073B
(67,7,59)
#380732
(56,7,50)
#2D0729
(45,7,41)
#220720
(34,7,32)
#170717
(23,7,23)
#0C070E
(12,7,14)
#000000
(0,0,0)

Tints of #7A0768

#7A0768
(122,7,104)
#861D75
(134,29,117)
#923382
(146,51,130)
#9E498F
(158,73,143)
#AA5F9C
(170,95,156)
#B675A9
(182,117,169)
#C28BB6
(194,139,182)
#CEA1C3
(206,161,195)
#DAB7D0
(218,183,208)
#E6CDDD
(230,205,221)
#F2E3EA
(242,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A0768; }

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

This text font color is #7A0768.


Background Color

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

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

This div background color is #7A0768.


Border color

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

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

This div border color is #7A0768.


Opacity

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

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

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

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

This text has shadow with #7A0768 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A0768 on black background.


Color preview on white background

This text has color #7A0768 on white background.



Black color preview on #7A0768 background

This text has black color on #7A0768 background.


White color preview on #7A0768 background

This text has white color on #7A0768 background.