COLOR #7A7CAF

HEX: #7A7CAF
RGB: (122,124,175)

Color info

#7A7CAF contains red, green and blue colors in about the same proportion. Web safe color of #7A7CAF is #666699 (or #669).

RGB color model

#7A7CAF color RGB value is (122,124,175).

  • red value is 122;
  • green value is 124;
  • blue value is 175.
RGB:
(122,124,175)
(48%,49%,69%)

RGB channels and saturation

R 122 of 255 = 48%
G 124 of 255 = 49%
B 175 of 255 = 69%

122
124
175

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

Portions of RGB colors in percentages

R + G + B =
122 + 124 + 175 = 421 (100%)
R 122 of 421 ~ 28.98%
G 124 of 421 ~ 29.45%
B 175 of 421 ~ 41.57%

%28.98
%29.45
%41.57

CMYK color model

#7A7CAF color CMYK value is (30,29,0,31).

  • cyan value is 30.29%
  • magenta value is 29.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(30,29,0,31)
C30M29Y0K31 
(30%,29%,0%,31%)
(0.30/0.29/0.00/0.31)	

CMYK percentages

%30.29
%29.14
%0
%31.37

Codes

Color #7A7CAF in popluar color models

7A7CAF
RGB122124175
HSL238°24.88%58.24%
HSB/HSV238°30.29%68.63%
CMYK30.29%29.14%0.00%
31.37%

Color #7A7CAF in popluar number systems.

HEX7A7CAF
Decimal122124175
Binary1111010111110010101111
Octal172174257

Shades and tints

Shades of #7A7CAF

#7A7CAF
(122,124,175)
#6F71A0
(111,113,160)
#646691
(100,102,145)
#595B82
(89,91,130)
#4E5073
(78,80,115)
#434564
(67,69,100)
#383A55
(56,58,85)
#2D2F46
(45,47,70)
#222437
(34,36,55)
#171928
(23,25,40)
#0C0E19
(12,14,25)
#000000
(0,0,0)

Tints of #7A7CAF

#7A7CAF
(122,124,175)
#8687B6
(134,135,182)
#9292BD
(146,146,189)
#9E9DC4
(158,157,196)
#AAA8CB
(170,168,203)
#B6B3D2
(182,179,210)
#C2BED9
(194,190,217)
#CEC9E0
(206,201,224)
#DAD4E7
(218,212,231)
#E6DFEE
(230,223,238)
#F2EAF5
(242,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7CAF; }

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

This text font color is #7A7CAF.


Background Color

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

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

This div background color is #7A7CAF.


Border color

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

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

This div border color is #7A7CAF.


Opacity

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

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

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

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

This text has shadow with #7A7CAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7CAF on black background.


Color preview on white background

This text has color #7A7CAF on white background.



Black color preview on #7A7CAF background

This text has black color on #7A7CAF background.


White color preview on #7A7CAF background

This text has white color on #7A7CAF background.