COLOR #773275

HEX: #773275
RGB: (119,50,117)

Color info

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

RGB color model

#773275 color RGB value is (119,50,117).

  • red value is 119;
  • green value is 50;
  • blue value is 117.
RGB:
(119,50,117)
(47%,20%,46%)

RGB channels and saturation

R 119 of 255 = 47%
G 50 of 255 = 20%
B 117 of 255 = 46%

119
50
117

R + G + B ~ 38%. #773275 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 50 + 117 = 286 (100%)
R 119 of 286 ~ 41.61%
G 50 of 286 ~ 17.48%
B 117 of 286 ~ 40.91%

%41.61
%17.48
%40.91

CMYK color model

#773275 color CMYK value is (0,58,2,53).

  • cyan value is 0.00%
  • magenta value is 57.98%
  • yellow value is 1.68%
  • key color value is 53.33%
CMYK:
(0,58,2,53)
C0M58Y2K53 
(0%,58%,2%,53%)
(0.00/0.58/0.02/0.53)	

CMYK percentages

%0
%57.98
%1.68
%53.33

Codes

Color #773275 in popluar color models

773275
RGB11950117
HSL302°40.83%33.14%
HSB/HSV302°57.98%46.67%
CMYK0.00%57.98%1.68%
53.33%

Color #773275 in popluar number systems.

HEX773275
Decimal11950117
Binary11101111100101110101
Octal16762165

Shades and tints

Shades of #773275

#773275
(119,50,117)
#6D2E6B
(109,46,107)
#632A61
(99,42,97)
#592657
(89,38,87)
#4F224D
(79,34,77)
#451E43
(69,30,67)
#3B1A39
(59,26,57)
#31162F
(49,22,47)
#271225
(39,18,37)
#1D0E1B
(29,14,27)
#130A11
(19,10,17)
#000000
(0,0,0)

Tints of #773275

#773275
(119,50,117)
#834481
(131,68,129)
#8F568D
(143,86,141)
#9B6899
(155,104,153)
#A77AA5
(167,122,165)
#B38CB1
(179,140,177)
#BF9EBD
(191,158,189)
#CBB0C9
(203,176,201)
#D7C2D5
(215,194,213)
#E3D4E1
(227,212,225)
#EFE6ED
(239,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #773275 color. Also use rgb(119,50,117) instead hex code.

Text Font Color

.myTextColor { color: #773275; }

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

This text font color is #773275.


Background Color

.myBgColor { background-color: #773275; }

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

This div background color is #773275.


Border color

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

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

This div border color is #773275.


Opacity

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

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

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

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

This text has shadow with #773275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773275 on black background.


Color preview on white background

This text has color #773275 on white background.



Black color preview on #773275 background

This text has black color on #773275 background.


White color preview on #773275 background

This text has white color on #773275 background.