COLOR #77087B

HEX: #77087B
RGB: (119,8,123)

Color info

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

RGB color model

#77087B color RGB value is (119,8,123).

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

RGB channels and saturation

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

119
8
123

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

Portions of RGB colors in percentages

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

%47.6
%49.2

CMYK color model

#77087B color CMYK value is (3,93,0,52).

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

CMYK percentages

%3.25
%93.5
%0
%51.76

Codes

Color #77087B in popluar color models

77087B
RGB1198123
HSL298°87.79%25.69%
HSB/HSV298°93.50%48.24%
CMYK3.25%93.50%0.00%
51.76%

Color #77087B in popluar number systems.

HEX77087B
Decimal1198123
Binary111011110001111011
Octal16710173

Shades and tints

Shades of #77087B

#77087B
(119,8,123)
#6D0870
(109,8,112)
#630865
(99,8,101)
#59085A
(89,8,90)
#4F084F
(79,8,79)
#450844
(69,8,68)
#3B0839
(59,8,57)
#31082E
(49,8,46)
#270823
(39,8,35)
#1D0818
(29,8,24)
#13080D
(19,8,13)
#000000
(0,0,0)

Tints of #77087B

#77087B
(119,8,123)
#831E87
(131,30,135)
#8F3493
(143,52,147)
#9B4A9F
(155,74,159)
#A760AB
(167,96,171)
#B376B7
(179,118,183)
#BF8CC3
(191,140,195)
#CBA2CF
(203,162,207)
#D7B8DB
(215,184,219)
#E3CEE7
(227,206,231)
#EFE4F3
(239,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77087B; }

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

This text font color is #77087B.


Background Color

.myBgColor { background-color: #77087B; }

<div style="background-color:#77087B">Inner text</div>

This div background color is #77087B.


Border color

.myBorderColor { border: 1px solid #77087B; }

<div style="border:3px solid #77087B">Div</div>

This div border color is #77087B.


Opacity

.myOpacity80 { color: #77087B; opacity: 0.8; }

<p style="color:#77087B;opacity:0.8;">80%</p>

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

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

This text has shadow with #77087B color.

.textShadow {text-shadow: 3px 3px 1px #77087B, 3px 3px 1px red;}

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

This text has shadow with #77087B primary color and red secondary color.


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

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

This text has shadow with #77087B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77087B on black background.


Color preview on white background

This text has color #77087B on white background.



Black color preview on #77087B background

This text has black color on #77087B background.


White color preview on #77087B background

This text has white color on #77087B background.