COLOR #7F1155

HEX: #7F1155
RGB: (127,17,85)

Color info

#7F1155 contains mainly red and blue colors. Web safe color of #7F1155 is #660066 (or #606).

RGB color model

#7F1155 color RGB value is (127,17,85).

  • red value is 127;
  • green value is 17;
  • blue value is 85.
RGB:
(127,17,85)
(50%,7%,33%)

RGB channels and saturation

R 127 of 255 = 50%
G 17 of 255 = 7%
B 85 of 255 = 33%

127
17
85

R + G + B ~ 30%. #7F1155 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 17 + 85 = 229 (100%)
R 127 of 229 ~ 55.46%
G 17 of 229 ~ 7.42%
B 85 of 229 ~ 37.12%

%55.46
%37.12

CMYK color model

#7F1155 color CMYK value is (0,87,33,50).

  • cyan value is 0.00%
  • magenta value is 86.61%
  • yellow value is 33.07%
  • key color value is 50.20%
CMYK:
(0,87,33,50)
C0M87Y33K50 
(0%,87%,33%,50%)
(0.00/0.87/0.33/0.50)	

CMYK percentages

%0
%86.61
%33.07
%50.2

Codes

Color #7F1155 in popluar color models

7F1155
RGB1271785
HSL323°76.39%28.24%
HSB/HSV323°86.61%49.80%
CMYK0.00%86.61%33.07%
50.20%

Color #7F1155 in popluar number systems.

HEX7F1155
Decimal1271785
Binary1111111100011010101
Octal17721125

Shades and tints

Shades of #7F1155

#7F1155
(127,17,85)
#74104E
(116,16,78)
#690F47
(105,15,71)
#5E0E40
(94,14,64)
#530D39
(83,13,57)
#480C32
(72,12,50)
#3D0B2B
(61,11,43)
#320A24
(50,10,36)
#27091D
(39,9,29)
#1C0816
(28,8,22)
#11070F
(17,7,15)
#000000
(0,0,0)

Tints of #7F1155

#7F1155
(127,17,85)
#8A2664
(138,38,100)
#953B73
(149,59,115)
#A05082
(160,80,130)
#AB6591
(171,101,145)
#B67AA0
(182,122,160)
#C18FAF
(193,143,175)
#CCA4BE
(204,164,190)
#D7B9CD
(215,185,205)
#E2CEDC
(226,206,220)
#EDE3EB
(237,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F1155; }

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

This text font color is #7F1155.


Background Color

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

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

This div background color is #7F1155.


Border color

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

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

This div border color is #7F1155.


Opacity

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

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

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

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

This text has shadow with #7F1155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F1155 on black background.


Color preview on white background

This text has color #7F1155 on white background.



Black color preview on #7F1155 background

This text has black color on #7F1155 background.


White color preview on #7F1155 background

This text has white color on #7F1155 background.