COLOR #7B0877

HEX: #7B0877
RGB: (123,8,119)

Color info

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

RGB color model

#7B0877 color RGB value is (123,8,119).

  • red value is 123;
  • green value is 8;
  • blue value is 119.
RGB:
(123,8,119)
(48%,3%,47%)

RGB channels and saturation

R 123 of 255 = 48%
G 8 of 255 = 3%
B 119 of 255 = 47%

123
8
119

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

Portions of RGB colors in percentages

R + G + B =
123 + 8 + 119 = 250 (100%)
R 123 of 250 ~ 49.2%
G 8 of 250 ~ 3.2%
B 119 of 250 ~ 47.6%

%49.2
%47.6

CMYK color model

#7B0877 color CMYK value is (0,93,3,52).

  • cyan value is 0.00%
  • magenta value is 93.50%
  • yellow value is 3.25%
  • key color value is 51.76%
CMYK:
(0,93,3,52)
C0M93Y3K52 
(0%,93%,3%,52%)
(0.00/0.93/0.03/0.52)	

CMYK percentages

%0
%93.5
%3.25
%51.76

Codes

Color #7B0877 in popluar color models

7B0877
RGB1238119
HSL302°87.79%25.69%
HSB/HSV302°93.50%48.24%
CMYK0.00%93.50%3.25%
51.76%

Color #7B0877 in popluar number systems.

HEX7B0877
Decimal1238119
Binary111101110001110111
Octal17310167

Shades and tints

Shades of #7B0877

#7B0877
(123,8,119)
#70086D
(112,8,109)
#650863
(101,8,99)
#5A0859
(90,8,89)
#4F084F
(79,8,79)
#440845
(68,8,69)
#39083B
(57,8,59)
#2E0831
(46,8,49)
#230827
(35,8,39)
#18081D
(24,8,29)
#0D0813
(13,8,19)
#000000
(0,0,0)

Tints of #7B0877

#7B0877
(123,8,119)
#871E83
(135,30,131)
#93348F
(147,52,143)
#9F4A9B
(159,74,155)
#AB60A7
(171,96,167)
#B776B3
(183,118,179)
#C38CBF
(195,140,191)
#CFA2CB
(207,162,203)
#DBB8D7
(219,184,215)
#E7CEE3
(231,206,227)
#F3E4EF
(243,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B0877 color. Also use rgb(123,8,119) instead hex code.

Text Font Color

.myTextColor { color: #7B0877; }

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

This text font color is #7B0877.


Background Color

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

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

This div background color is #7B0877.


Border color

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

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

This div border color is #7B0877.


Opacity

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

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

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

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

This text has shadow with #7B0877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B0877 on black background.


Color preview on white background

This text has color #7B0877 on white background.



Black color preview on #7B0877 background

This text has black color on #7B0877 background.


White color preview on #7B0877 background

This text has white color on #7B0877 background.