COLOR #772053

HEX: #772053
RGB: (119,32,83)

Color info

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

RGB color model

#772053 color RGB value is (119,32,83).

  • red value is 119;
  • green value is 32;
  • blue value is 83.
RGB:
(119,32,83)
(47%,13%,33%)

RGB channels and saturation

R 119 of 255 = 47%
G 32 of 255 = 13%
B 83 of 255 = 33%

119
32
83

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

Portions of RGB colors in percentages

R + G + B =
119 + 32 + 83 = 234 (100%)
R 119 of 234 ~ 50.85%
G 32 of 234 ~ 13.68%
B 83 of 234 ~ 35.47%

%50.85
%13.68
%35.47

CMYK color model

#772053 color CMYK value is (0,73,30,53).

  • cyan value is 0.00%
  • magenta value is 73.11%
  • yellow value is 30.25%
  • key color value is 53.33%
CMYK:
(0,73,30,53)
C0M73Y30K53 
(0%,73%,30%,53%)
(0.00/0.73/0.30/0.53)	

CMYK percentages

%0
%73.11
%30.25
%53.33

Codes

Color #772053 in popluar color models

772053
RGB1193283
HSL325°57.62%29.61%
HSB/HSV325°73.11%46.67%
CMYK0.00%73.11%30.25%
53.33%

Color #772053 in popluar number systems.

HEX772053
Decimal1193283
Binary11101111000001010011
Octal16740123

Shades and tints

Shades of #772053

#772053
(119,32,83)
#6D1E4C
(109,30,76)
#631C45
(99,28,69)
#591A3E
(89,26,62)
#4F1837
(79,24,55)
#451630
(69,22,48)
#3B1429
(59,20,41)
#311222
(49,18,34)
#27101B
(39,16,27)
#1D0E14
(29,14,20)
#130C0D
(19,12,13)
#000000
(0,0,0)

Tints of #772053

#772053
(119,32,83)
#833462
(131,52,98)
#8F4871
(143,72,113)
#9B5C80
(155,92,128)
#A7708F
(167,112,143)
#B3849E
(179,132,158)
#BF98AD
(191,152,173)
#CBACBC
(203,172,188)
#D7C0CB
(215,192,203)
#E3D4DA
(227,212,218)
#EFE8E9
(239,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #772053 color. Also use rgb(119,32,83) instead hex code.

Text Font Color

.myTextColor { color: #772053; }

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

This text font color is #772053.


Background Color

.myBgColor { background-color: #772053; }

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

This div background color is #772053.


Border color

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

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

This div border color is #772053.


Opacity

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

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

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

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

This text has shadow with #772053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #772053 on black background.


Color preview on white background

This text has color #772053 on white background.



Black color preview on #772053 background

This text has black color on #772053 background.


White color preview on #772053 background

This text has white color on #772053 background.