COLOR #7A376B

HEX: #7A376B
RGB: (122,55,107)

Color info

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

RGB color model

#7A376B color RGB value is (122,55,107).

  • red value is 122;
  • green value is 55;
  • blue value is 107.
RGB:
(122,55,107)
(48%,22%,42%)

RGB channels and saturation

R 122 of 255 = 48%
G 55 of 255 = 22%
B 107 of 255 = 42%

122
55
107

R + G + B ~ 37%. #7A376B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 55 + 107 = 284 (100%)
R 122 of 284 ~ 42.96%
G 55 of 284 ~ 19.37%
B 107 of 284 ~ 37.68%

%42.96
%19.37
%37.68

CMYK color model

#7A376B color CMYK value is (0,55,12,52).

  • cyan value is 0.00%
  • magenta value is 54.92%
  • yellow value is 12.30%
  • key color value is 52.16%
CMYK:
(0,55,12,52)
C0M55Y12K52 
(0%,55%,12%,52%)
(0.00/0.55/0.12/0.52)	

CMYK percentages

%0
%54.92
%12.3
%52.16

Codes

Color #7A376B in popluar color models

7A376B
RGB12255107
HSL313°37.85%34.71%
HSB/HSV313°54.92%47.84%
CMYK0.00%54.92%12.30%
52.16%

Color #7A376B in popluar number systems.

HEX7A376B
Decimal12255107
Binary11110101101111101011
Octal17267153

Shades and tints

Shades of #7A376B

#7A376B
(122,55,107)
#6F3262
(111,50,98)
#642D59
(100,45,89)
#592850
(89,40,80)
#4E2347
(78,35,71)
#431E3E
(67,30,62)
#381935
(56,25,53)
#2D142C
(45,20,44)
#220F23
(34,15,35)
#170A1A
(23,10,26)
#0C0511
(12,5,17)
#000000
(0,0,0)

Tints of #7A376B

#7A376B
(122,55,107)
#864978
(134,73,120)
#925B85
(146,91,133)
#9E6D92
(158,109,146)
#AA7F9F
(170,127,159)
#B691AC
(182,145,172)
#C2A3B9
(194,163,185)
#CEB5C6
(206,181,198)
#DAC7D3
(218,199,211)
#E6D9E0
(230,217,224)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A376B; }

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

This text font color is #7A376B.


Background Color

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

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

This div background color is #7A376B.


Border color

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

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

This div border color is #7A376B.


Opacity

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

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

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

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

This text has shadow with #7A376B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A376B on black background.


Color preview on white background

This text has color #7A376B on white background.



Black color preview on #7A376B background

This text has black color on #7A376B background.


White color preview on #7A376B background

This text has white color on #7A376B background.