COLOR #7A2855

HEX: #7A2855
RGB: (122,40,85)

Color info

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

RGB color model

#7A2855 color RGB value is (122,40,85).

  • red value is 122;
  • green value is 40;
  • blue value is 85.
RGB:
(122,40,85)
(48%,16%,33%)

RGB channels and saturation

R 122 of 255 = 48%
G 40 of 255 = 16%
B 85 of 255 = 33%

122
40
85

R + G + B ~ 32%. #7A2855 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 40 + 85 = 247 (100%)
R 122 of 247 ~ 49.39%
G 40 of 247 ~ 16.19%
B 85 of 247 ~ 34.41%

%49.39
%16.19
%34.41

CMYK color model

#7A2855 color CMYK value is (0,67,30,52).

  • cyan value is 0.00%
  • magenta value is 67.21%
  • yellow value is 30.33%
  • key color value is 52.16%
CMYK:
(0,67,30,52)
C0M67Y30K52 
(0%,67%,30%,52%)
(0.00/0.67/0.30/0.52)	

CMYK percentages

%0
%67.21
%30.33
%52.16

Codes

Color #7A2855 in popluar color models

7A2855
RGB1224085
HSL327°50.62%31.76%
HSB/HSV327°67.21%47.84%
CMYK0.00%67.21%30.33%
52.16%

Color #7A2855 in popluar number systems.

HEX7A2855
Decimal1224085
Binary11110101010001010101
Octal17250125

Shades and tints

Shades of #7A2855

#7A2855
(122,40,85)
#6F254E
(111,37,78)
#642247
(100,34,71)
#591F40
(89,31,64)
#4E1C39
(78,28,57)
#431932
(67,25,50)
#38162B
(56,22,43)
#2D1324
(45,19,36)
#22101D
(34,16,29)
#170D16
(23,13,22)
#0C0A0F
(12,10,15)
#000000
(0,0,0)

Tints of #7A2855

#7A2855
(122,40,85)
#863B64
(134,59,100)
#924E73
(146,78,115)
#9E6182
(158,97,130)
#AA7491
(170,116,145)
#B687A0
(182,135,160)
#C29AAF
(194,154,175)
#CEADBE
(206,173,190)
#DAC0CD
(218,192,205)
#E6D3DC
(230,211,220)
#F2E6EB
(242,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A2855 color. Also use rgb(122,40,85) instead hex code.

Text Font Color

.myTextColor { color: #7A2855; }

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

This text font color is #7A2855.


Background Color

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

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

This div background color is #7A2855.


Border color

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

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

This div border color is #7A2855.


Opacity

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

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

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

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

This text has shadow with #7A2855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A2855 on black background.


Color preview on white background

This text has color #7A2855 on white background.



Black color preview on #7A2855 background

This text has black color on #7A2855 background.


White color preview on #7A2855 background

This text has white color on #7A2855 background.