COLOR #7A75C0

HEX: #7A75C0
RGB: (122,117,192)

Color info

#7A75C0 contains mainly blue color. Web safe color of #7A75C0 is #6666CC (or #66C).

RGB color model

#7A75C0 color RGB value is (122,117,192).

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

RGB channels and saturation

R 122 of 255 = 48%
G 117 of 255 = 46%
B 192 of 255 = 75%

122
117
192

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

Portions of RGB colors in percentages

R + G + B =
122 + 117 + 192 = 431 (100%)
R 122 of 431 ~ 28.31%
G 117 of 431 ~ 27.15%
B 192 of 431 ~ 44.55%

%28.31
%27.15
%44.55

CMYK color model

#7A75C0 color CMYK value is (36,39,0,25).

  • cyan value is 36.46%
  • magenta value is 39.06%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(36,39,0,25)
C36M39Y0K25 
(36%,39%,0%,25%)
(0.36/0.39/0.00/0.25)	

CMYK percentages

%36.46
%39.06
%0
%24.71

Codes

Color #7A75C0 in popluar color models

7A75C0
RGB122117192
HSL244°37.31%60.59%
HSB/HSV244°39.06%75.29%
CMYK36.46%39.06%0.00%
24.71%

Color #7A75C0 in popluar number systems.

HEX7A75C0
Decimal122117192
Binary1111010111010111000000
Octal172165300

Shades and tints

Shades of #7A75C0

#7A75C0
(122,117,192)
#6F6BAF
(111,107,175)
#64619E
(100,97,158)
#59578D
(89,87,141)
#4E4D7C
(78,77,124)
#43436B
(67,67,107)
#38395A
(56,57,90)
#2D2F49
(45,47,73)
#222538
(34,37,56)
#171B27
(23,27,39)
#0C1116
(12,17,22)
#000000
(0,0,0)

Tints of #7A75C0

#7A75C0
(122,117,192)
#8681C5
(134,129,197)
#928DCA
(146,141,202)
#9E99CF
(158,153,207)
#AAA5D4
(170,165,212)
#B6B1D9
(182,177,217)
#C2BDDE
(194,189,222)
#CEC9E3
(206,201,227)
#DAD5E8
(218,213,232)
#E6E1ED
(230,225,237)
#F2EDF2
(242,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A75C0; }

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

This text font color is #7A75C0.


Background Color

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

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

This div background color is #7A75C0.


Border color

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

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

This div border color is #7A75C0.


Opacity

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

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

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

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

This text has shadow with #7A75C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A75C0 on black background.


Color preview on white background

This text has color #7A75C0 on white background.



Black color preview on #7A75C0 background

This text has black color on #7A75C0 background.


White color preview on #7A75C0 background

This text has white color on #7A75C0 background.