COLOR #772452

HEX: #772452
RGB: (119,36,82)

Color info

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

RGB color model

#772452 color RGB value is (119,36,82).

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

RGB channels and saturation

R 119 of 255 = 47%
G 36 of 255 = 14%
B 82 of 255 = 32%

119
36
82

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

Portions of RGB colors in percentages

R + G + B =
119 + 36 + 82 = 237 (100%)
R 119 of 237 ~ 50.21%
G 36 of 237 ~ 15.19%
B 82 of 237 ~ 34.6%

%50.21
%15.19
%34.6

CMYK color model

#772452 color CMYK value is (0,70,31,53).

  • cyan value is 0.00%
  • magenta value is 69.75%
  • yellow value is 31.09%
  • key color value is 53.33%
CMYK:
(0,70,31,53)
C0M70Y31K53 
(0%,70%,31%,53%)
(0.00/0.70/0.31/0.53)	

CMYK percentages

%0
%69.75
%31.09
%53.33

Codes

Color #772452 in popluar color models

772452
RGB1193682
HSL327°53.55%30.39%
HSB/HSV327°69.75%46.67%
CMYK0.00%69.75%31.09%
53.33%

Color #772452 in popluar number systems.

HEX772452
Decimal1193682
Binary11101111001001010010
Octal16744122

Shades and tints

Shades of #772452

#772452
(119,36,82)
#6D214B
(109,33,75)
#631E44
(99,30,68)
#591B3D
(89,27,61)
#4F1836
(79,24,54)
#45152F
(69,21,47)
#3B1228
(59,18,40)
#310F21
(49,15,33)
#270C1A
(39,12,26)
#1D0913
(29,9,19)
#13060C
(19,6,12)
#000000
(0,0,0)

Tints of #772452

#772452
(119,36,82)
#833761
(131,55,97)
#8F4A70
(143,74,112)
#9B5D7F
(155,93,127)
#A7708E
(167,112,142)
#B3839D
(179,131,157)
#BF96AC
(191,150,172)
#CBA9BB
(203,169,187)
#D7BCCA
(215,188,202)
#E3CFD9
(227,207,217)
#EFE2E8
(239,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #772452; }

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

This text font color is #772452.


Background Color

.myBgColor { background-color: #772452; }

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

This div background color is #772452.


Border color

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

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

This div border color is #772452.


Opacity

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

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

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

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

This text has shadow with #772452 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #772452 on black background.


Color preview on white background

This text has color #772452 on white background.



Black color preview on #772452 background

This text has black color on #772452 background.


White color preview on #772452 background

This text has white color on #772452 background.