COLOR #781977

HEX: #781977 RGB: (120,25,119)

Color info

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

RGB color model

#781977 color RGB value is (120,25,119).

RGB: (120,25,119) (47%, 10%, 47%)

RGB channels and saturation

R 120 of 255 = 47%
G 25 of 255 = 10%
B 119 of 255 = 47%

120
25
119

R + G + B ~ 35%. #781977 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 120 + 25 + 119 = 264 (100%)
R 120 of 264 ~ 45.45%
G 25 of 264 ~ 9.47%
B 119 of 264 ~ 45.08'%

%45.45
%45.08

CMYK color model

#781977 color CMYK value is (0,79,1,53).

  • cyan value is 0.00%
  • magenta value is 79.17%
  • yellow value is 0.83%
  • key color value is 52.94%

CMYK: (0,79,1,53)
C0M79Y1K53 (0%, 79%, 1%, 53%)
(0.00 / 0.79 / 0.01 / 0.53)

CMYK percentages

%0
%79.17
%0.83
%52.94

Codes

Color #781977 in popluar color models

78 19 77
RGB 120 25 119
HSL 301° 65.52% 28.43%
HSB/HSV 301° 79.17% 47.06%
CMYK 0.00% 79.17% 0.83%
52.94%

Color #781977 in popluar number systems.

HEX 78 19 77
Decimal 120 25 119
Binary 1111000 11001 1110111
Octal 170 31 167

Shades and tints

Shades of #781977

#781977
(120,25,119)
#6E176D
(110,23,109)
#641563
(100,21,99)
#5A1359
(90,19,89)
#50114F
(80,17,79)
#460F45
(70,15,69)
#3C0D3B
(60,13,59)
#320B31
(50,11,49)
#280927
(40,9,39)
#1E071D
(30,7,29)
#140513
(20,5,19)
#000000
(0,0,0)

Tints of #781977

#781977
(120,25,119)
#842D83
(132,45,131)
#90418F
(144,65,143)
#9C559B
(156,85,155)
#A869A7
(168,105,167)
#B47DB3
(180,125,179)
#C091BF
(192,145,191)
#CCA5CB
(204,165,203)
#D8B9D7
(216,185,215)
#E4CDE3
(228,205,227)
#F0E1EF
(240,225,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #781977 color. Also use rgb(120,25,119) instead hex code.

Text Font Color

.myTextColor { color: #781977; }

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

This text font color is #781977.

Background Color

.myBgColor { background-color: #781977; }

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

This div background color is #781977.

Border color

.myBorderColor { border: 1px solid #781977; }

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

This div border color is #781977.

Opacity

.myOpacity80 { color: #781977; opacity: 0.8; }

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

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

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

This text has shadow with #781977 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #781977.

Preview

Color preview on black background

This text has color #781977 on black background.


Color preview on white background

This text has color #781977 on white background.


Black color preview on #781977 background

This text has black color on #781977 background.


White color preview on #781977 background

This text has white color on #781977 background.


Related colors

Complementary color

Complementary color for #hex is #87E688.


I love getcolorcode.com

Triadic colors

1 #777819 and #197778 with #781977 are triadic colors.

2 #771978 and #197877 with #781977 are triadic colors.