COLOR #7B7CAC

HEX: #7B7CAC RGB: (123,124,172)

Color info

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

RGB color model

#7B7CAC color RGB value is (123,124,172).

RGB: (123,124,172) (48%, 49%, 67%)

RGB channels and saturation

R 123 of 255 = 48%
G 124 of 255 = 49%
B 172 of 255 = 67%

123
124
172

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

Portions of RGB colors in percentages

R + G + B = 123 + 124 + 172 = 419 (100%)
R 123 of 419 ~ 29.36%
G 124 of 419 ~ 29.59%
B 172 of 419 ~ 41.05'%

%29.36
%29.59
%41.05

CMYK color model

#7B7CAC color CMYK value is (28,28,0,33).

  • cyan value is 28.49%
  • magenta value is 27.91%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK: (28,28,0,33) C28M28Y0K33 (28%,28%,0%,33%) (0.28/0.28/0.00/0.33) 

CMYK percentages

%28.49
%27.91
%0
%32.55

Codes

Color #7B7CAC in popluar color models

7B 7C AC
RGB 123 124 172
HSL 239° 22.79% 57.84%
HSB/HSV 239° 28.49% 67.45%
CMYK 28.49% 27.91% 0.00%
32.55%

Color #7B7CAC in popluar number systems.

HEX 7B 7C AC
Decimal 123 124 172
Binary 1111011 1111100 10101100
Octal 173 174 254

Shades and tints

Shades of #7B7CAC

#7B7CAC
(123,124,172)
#70719D
(112,113,157)
#65668E
(101,102,142)
#5A5B7F
(90,91,127)
#4F5070
(79,80,112)
#444561
(68,69,97)
#393A52
(57,58,82)
#2E2F43
(46,47,67)
#232434
(35,36,52)
#181925
(24,25,37)
#0D0E16
(13,14,22)
#000000
(0,0,0)

Tints of #7B7CAC

#7B7CAC
(123,124,172)
#8787B3
(135,135,179)
#9392BA
(147,146,186)
#9F9DC1
(159,157,193)
#ABA8C8
(171,168,200)
#B7B3CF
(183,179,207)
#C3BED6
(195,190,214)
#CFC9DD
(207,201,221)
#DBD4E4
(219,212,228)
#E7DFEB
(231,223,235)
#F3EAF2
(243,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B7CAC color. Also use rgb(123,124,172) instead hex code.

Text Font Color

.myTextColor { color: #7B7CAC; }

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

This text font color is #7B7CAC.

Background Color

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

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

This div background color is #7B7CAC.

Border color

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

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

This div border color is #7B7CAC.

Opacity

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

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

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

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

This text has shadow with #7B7CAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B7CAC.

Preview

Color preview on black background

This text has color #7B7CAC on black background.


Color preview on white background

This text has color #7B7CAC on white background.


Black color preview on #7B7CAC background

This text has black color on #7B7CAC background.


White color preview on #7B7CAC background

This text has white color on #7B7CAC background.


Related colors

Complementary color

Complementary color for #hex is #848353.


I love getcolorcode.com

Triadic colors

1 #AC7B7C and #7CAC7B with #7B7CAC are triadic colors.

2 #AC7C7B and #7C7BAC with #7B7CAC are triadic colors.