COLOR #77264C

HEX: #77264C
RGB: (119,38,76)

Color info

#77264C contains mainly red and blue colors. Web safe color of #77264C is #663333 (or #633).

RGB color model

#77264C color RGB value is (119,38,76).

  • red value is 119;
  • green value is 38;
  • blue value is 76.
RGB:
(119,38,76)
(47%,15%,30%)

RGB channels and saturation

R 119 of 255 = 47%
G 38 of 255 = 15%
B 76 of 255 = 30%

119
38
76

R + G + B ~ 31%. #77264C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 38 + 76 = 233 (100%)
R 119 of 233 ~ 51.07%
G 38 of 233 ~ 16.31%
B 76 of 233 ~ 32.62%

%51.07
%16.31
%32.62

CMYK color model

#77264C color CMYK value is (0,68,36,53).

  • cyan value is 0.00%
  • magenta value is 68.07%
  • yellow value is 36.13%
  • key color value is 53.33%
CMYK:
(0,68,36,53)
C0M68Y36K53 
(0%,68%,36%,53%)
(0.00/0.68/0.36/0.53)	

CMYK percentages

%0
%68.07
%36.13
%53.33

Codes

Color #77264C in popluar color models

77264C
RGB1193876
HSL332°51.59%30.78%
HSB/HSV332°68.07%46.67%
CMYK0.00%68.07%36.13%
53.33%

Color #77264C in popluar number systems.

HEX77264C
Decimal1193876
Binary11101111001101001100
Octal16746114

Shades and tints

Shades of #77264C

#77264C
(119,38,76)
#6D2346
(109,35,70)
#632040
(99,32,64)
#591D3A
(89,29,58)
#4F1A34
(79,26,52)
#45172E
(69,23,46)
#3B1428
(59,20,40)
#311122
(49,17,34)
#270E1C
(39,14,28)
#1D0B16
(29,11,22)
#130810
(19,8,16)
#000000
(0,0,0)

Tints of #77264C

#77264C
(119,38,76)
#83395C
(131,57,92)
#8F4C6C
(143,76,108)
#9B5F7C
(155,95,124)
#A7728C
(167,114,140)
#B3859C
(179,133,156)
#BF98AC
(191,152,172)
#CBABBC
(203,171,188)
#D7BECC
(215,190,204)
#E3D1DC
(227,209,220)
#EFE4EC
(239,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77264C color. Also use rgb(119,38,76) instead hex code.

Text Font Color

.myTextColor { color: #77264C; }

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

This text font color is #77264C.


Background Color

.myBgColor { background-color: #77264C; }

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

This div background color is #77264C.


Border color

.myBorderColor { border: 1px solid #77264C; }

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

This div border color is #77264C.


Opacity

.myOpacity80 { color: #77264C; opacity: 0.8; }

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

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

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

This text has shadow with #77264C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77264C on black background.


Color preview on white background

This text has color #77264C on white background.



Black color preview on #77264C background

This text has black color on #77264C background.


White color preview on #77264C background

This text has white color on #77264C background.