COLOR #7B377A

HEX: #7B377A RGB: (123,55,122)

Color info

#7B377A contains mainly red and blue colors. Web safe color of #7B377A is #663366 (or #636).

RGB color model

#7B377A color RGB value is (123,55,122).

RGB: (123,55,122) (48%, 22%, 48%)

RGB channels and saturation

R 123 of 255 = 48%
G 55 of 255 = 22%
B 122 of 255 = 48%

123
55
122

R + G + B ~ 39%. #7B377A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 55 + 122 = 300 (100%)
R 123 of 300 ~ 41%
G 55 of 300 ~ 18.33%
B 122 of 300 ~ 40.67'%

%41
%18.33
%40.67

CMYK color model

#7B377A color CMYK value is (0,55,1,52).

  • cyan value is 0.00%
  • magenta value is 55.28%
  • yellow value is 0.81%
  • key color value is 51.76%

CMYK: (0,55,1,52)
C0M55Y1K52 (0%, 55%, 1%, 52%)
(0.00 / 0.55 / 0.01 / 0.52)

CMYK percentages

%0
%55.28
%0.81
%51.76

Codes

Color #7B377A in popluar color models

7B 37 7A
RGB 123 55 122
HSL 301° 38.20% 34.90%
HSB/HSV 301° 55.28% 48.24%
CMYK 0.00% 55.28% 0.81%
51.76%

Color #7B377A in popluar number systems.

HEX 7B 37 7A
Decimal 123 55 122
Binary 1111011 110111 1111010
Octal 173 67 172

Shades and tints

Shades of #7B377A

#7B377A
(123,55,122)
#70326F
(112,50,111)
#652D64
(101,45,100)
#5A2859
(90,40,89)
#4F234E
(79,35,78)
#441E43
(68,30,67)
#391938
(57,25,56)
#2E142D
(46,20,45)
#230F22
(35,15,34)
#180A17
(24,10,23)
#0D050C
(13,5,12)
#000000
(0,0,0)

Tints of #7B377A

#7B377A
(123,55,122)
#874986
(135,73,134)
#935B92
(147,91,146)
#9F6D9E
(159,109,158)
#AB7FAA
(171,127,170)
#B791B6
(183,145,182)
#C3A3C2
(195,163,194)
#CFB5CE
(207,181,206)
#DBC7DA
(219,199,218)
#E7D9E6
(231,217,230)
#F3EBF2
(243,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B377A; }

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

This text font color is #7B377A.

Background Color

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

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

This div background color is #7B377A.

Border color

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

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

This div border color is #7B377A.

Opacity

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

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

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

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

This text has shadow with #7B377A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B377A.

Preview

Color preview on black background

This text has color #7B377A on black background.


Color preview on white background

This text has color #7B377A on white background.


Black color preview on #7B377A background

This text has black color on #7B377A background.


White color preview on #7B377A background

This text has white color on #7B377A background.


Related colors

Complementary color

Complementary color for #hex is #84C885.


I love getcolorcode.com

Triadic colors

1 #7A7B37 and #377A7B with #7B377A are triadic colors.

2 #7A377B and #377B7A with #7B377A are triadic colors.