COLOR #782275

HEX: #782275
RGB: (120,34,117)

Color info

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

RGB color model

#782275 color RGB value is (120,34,117).

  • red value is 120;
  • green value is 34;
  • blue value is 117.
RGB:
(120,34,117)
(47%,13%,46%)

RGB channels and saturation

R 120 of 255 = 47%
G 34 of 255 = 13%
B 117 of 255 = 46%

120
34
117

R + G + B ~ 35%. #782275 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 34 + 117 = 271 (100%)
R 120 of 271 ~ 44.28%
G 34 of 271 ~ 12.55%
B 117 of 271 ~ 43.17%

%44.28
%12.55
%43.17

CMYK color model

#782275 color CMYK value is (0,72,3,53).

  • cyan value is 0.00%
  • magenta value is 71.67%
  • yellow value is 2.50%
  • key color value is 52.94%
CMYK:
(0,72,3,53)
C0M72Y3K53 
(0%,72%,3%,53%)
(0.00/0.72/0.03/0.53)	

CMYK percentages

%0
%71.67
%2.5
%52.94

Codes

Color #782275 in popluar color models

782275
RGB12034117
HSL302°55.84%30.20%
HSB/HSV302°71.67%47.06%
CMYK0.00%71.67%2.50%
52.94%

Color #782275 in popluar number systems.

HEX782275
Decimal12034117
Binary11110001000101110101
Octal17042165

Shades and tints

Shades of #782275

#782275
(120,34,117)
#6E1F6B
(110,31,107)
#641C61
(100,28,97)
#5A1957
(90,25,87)
#50164D
(80,22,77)
#461343
(70,19,67)
#3C1039
(60,16,57)
#320D2F
(50,13,47)
#280A25
(40,10,37)
#1E071B
(30,7,27)
#140411
(20,4,17)
#000000
(0,0,0)

Tints of #782275

#782275
(120,34,117)
#843681
(132,54,129)
#904A8D
(144,74,141)
#9C5E99
(156,94,153)
#A872A5
(168,114,165)
#B486B1
(180,134,177)
#C09ABD
(192,154,189)
#CCAEC9
(204,174,201)
#D8C2D5
(216,194,213)
#E4D6E1
(228,214,225)
#F0EAED
(240,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #782275 color. Also use rgb(120,34,117) instead hex code.

Text Font Color

.myTextColor { color: #782275; }

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

This text font color is #782275.


Background Color

.myBgColor { background-color: #782275; }

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

This div background color is #782275.


Border color

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

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

This div border color is #782275.


Opacity

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

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

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

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

This text has shadow with #782275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #782275 on black background.


Color preview on white background

This text has color #782275 on white background.



Black color preview on #782275 background

This text has black color on #782275 background.


White color preview on #782275 background

This text has white color on #782275 background.