COLOR #772459

HEX: #772459
RGB: (119,36,89)

Color info

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

RGB color model

#772459 color RGB value is (119,36,89).

  • red value is 119;
  • green value is 36;
  • blue value is 89.
RGB:
(119,36,89)
(47%,14%,35%)

RGB channels and saturation

R 119 of 255 = 47%
G 36 of 255 = 14%
B 89 of 255 = 35%

119
36
89

R + G + B ~ 32%. #772459 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 36 + 89 = 244 (100%)
R 119 of 244 ~ 48.77%
G 36 of 244 ~ 14.75%
B 89 of 244 ~ 36.48%

%48.77
%14.75
%36.48

CMYK color model

#772459 color CMYK value is (0,70,25,53).

  • cyan value is 0.00%
  • magenta value is 69.75%
  • yellow value is 25.21%
  • key color value is 53.33%
CMYK:
(0,70,25,53)
C0M70Y25K53 
(0%,70%,25%,53%)
(0.00/0.70/0.25/0.53)	

CMYK percentages

%0
%69.75
%25.21
%53.33

Codes

Color #772459 in popluar color models

772459
RGB1193689
HSL322°53.55%30.39%
HSB/HSV322°69.75%46.67%
CMYK0.00%69.75%25.21%
53.33%

Color #772459 in popluar number systems.

HEX772459
Decimal1193689
Binary11101111001001011001
Octal16744131

Shades and tints

Shades of #772459

#772459
(119,36,89)
#6D2151
(109,33,81)
#631E49
(99,30,73)
#591B41
(89,27,65)
#4F1839
(79,24,57)
#451531
(69,21,49)
#3B1229
(59,18,41)
#310F21
(49,15,33)
#270C19
(39,12,25)
#1D0911
(29,9,17)
#130609
(19,6,9)
#000000
(0,0,0)

Tints of #772459

#772459
(119,36,89)
#833768
(131,55,104)
#8F4A77
(143,74,119)
#9B5D86
(155,93,134)
#A77095
(167,112,149)
#B383A4
(179,131,164)
#BF96B3
(191,150,179)
#CBA9C2
(203,169,194)
#D7BCD1
(215,188,209)
#E3CFE0
(227,207,224)
#EFE2EF
(239,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #772459 color. Also use rgb(119,36,89) instead hex code.

Text Font Color

.myTextColor { color: #772459; }

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

This text font color is #772459.


Background Color

.myBgColor { background-color: #772459; }

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

This div background color is #772459.


Border color

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

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

This div border color is #772459.


Opacity

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

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

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

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

This text has shadow with #772459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #772459 on black background.


Color preview on white background

This text has color #772459 on white background.



Black color preview on #772459 background

This text has black color on #772459 background.


White color preview on #772459 background

This text has white color on #772459 background.