COLOR #7F2555

HEX: #7F2555 RGB: (127,37,85)

Color info

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

RGB color model

#7F2555 color RGB value is (127,37,85).

RGB: (127,37,85) (50%, 15%, 33%)

RGB channels and saturation

R 127 of 255 = 50%
G 37 of 255 = 15%
B 85 of 255 = 33%

127
37
85

R + G + B ~ 33%. #7F2555 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 127 + 37 + 85 = 249 (100%)
R 127 of 249 ~ 51%
G 37 of 249 ~ 14.86%
B 85 of 249 ~ 34.14'%

%51
%14.86
%34.14

CMYK color model

#7F2555 color CMYK value is (0,71,33,50).

  • cyan value is 0.00%
  • magenta value is 70.87%
  • yellow value is 33.07%
  • key color value is 50.20%

CMYK: (0,71,33,50)
C0M71Y33K50 (0%, 71%, 33%, 50%)
(0.00 / 0.71 / 0.33 / 0.50)

CMYK percentages

%0
%70.87
%33.07
%50.2

Codes

Color #7F2555 in popluar color models

7F 25 55
RGB 127 37 85
HSL 328° 54.88% 32.16%
HSB/HSV 328° 70.87% 49.80%
CMYK 0.00% 70.87% 33.07%
50.20%

Color #7F2555 in popluar number systems.

HEX 7F 25 55
Decimal 127 37 85
Binary 1111111 100101 1010101
Octal 177 45 125

Shades and tints

Shades of #7F2555

#7F2555
(127,37,85)
#74224E
(116,34,78)
#691F47
(105,31,71)
#5E1C40
(94,28,64)
#531939
(83,25,57)
#481632
(72,22,50)
#3D132B
(61,19,43)
#321024
(50,16,36)
#270D1D
(39,13,29)
#1C0A16
(28,10,22)
#11070F
(17,7,15)
#000000
(0,0,0)

Tints of #7F2555

#7F2555
(127,37,85)
#8A3864
(138,56,100)
#954B73
(149,75,115)
#A05E82
(160,94,130)
#AB7191
(171,113,145)
#B684A0
(182,132,160)
#C197AF
(193,151,175)
#CCAABE
(204,170,190)
#D7BDCD
(215,189,205)
#E2D0DC
(226,208,220)
#EDE3EB
(237,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F2555 color. Also use rgb(127,37,85) instead hex code.

Text Font Color

.myTextColor { color: #7F2555; }

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

This text font color is #7F2555.

Background Color

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

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

This div background color is #7F2555.

Border color

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

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

This div border color is #7F2555.

Opacity

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

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

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

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

This text has shadow with #7F2555 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F2555.

Preview

Color preview on black background

This text has color #7F2555 on black background.


Color preview on white background

This text has color #7F2555 on white background.


Black color preview on #7F2555 background

This text has black color on #7F2555 background.


White color preview on #7F2555 background

This text has white color on #7F2555 background.


Related colors

Complementary color

Complementary color for #hex is #80DAAA.


I love getcolorcode.com

Triadic colors

1 #557F25 and #25557F with #7F2555 are triadic colors.

2 #55257F and #257F55 with #7F2555 are triadic colors.