COLOR #795782

HEX: #795782
RGB: (121,87,130)

Color info

#795782 contains red, green and blue colors in about the same proportion. Web safe color of #795782 is #666699 (or #669).

RGB color model

#795782 color RGB value is (121,87,130).

  • red value is 121;
  • green value is 87;
  • blue value is 130.
RGB:
(121,87,130)
(47%,34%,51%)

RGB channels and saturation

R 121 of 255 = 47%
G 87 of 255 = 34%
B 130 of 255 = 51%

121
87
130

R + G + B ~ 44%. #795782 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 87 + 130 = 338 (100%)
R 121 of 338 ~ 35.8%
G 87 of 338 ~ 25.74%
B 130 of 338 ~ 38.46%

%35.8
%25.74
%38.46

CMYK color model

#795782 color CMYK value is (7,33,0,49).

  • cyan value is 6.92%
  • magenta value is 33.08%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(7,33,0,49)
C7M33Y0K49 
(7%,33%,0%,49%)
(0.07/0.33/0.00/0.49)	

CMYK percentages

%6.92
%33.08
%0
%49.02

Codes

Color #795782 in popluar color models

795782
RGB12187130
HSL287°19.82%42.55%
HSB/HSV287°33.08%50.98%
CMYK6.92%33.08%0.00%
49.02%

Color #795782 in popluar number systems.

HEX795782
Decimal12187130
Binary1111001101011110000010
Octal171127202

Shades and tints

Shades of #795782

#795782
(121,87,130)
#6E5077
(110,80,119)
#63496C
(99,73,108)
#584261
(88,66,97)
#4D3B56
(77,59,86)
#42344B
(66,52,75)
#372D40
(55,45,64)
#2C2635
(44,38,53)
#211F2A
(33,31,42)
#16181F
(22,24,31)
#0B1114
(11,17,20)
#000000
(0,0,0)

Tints of #795782

#795782
(121,87,130)
#85668D
(133,102,141)
#917598
(145,117,152)
#9D84A3
(157,132,163)
#A993AE
(169,147,174)
#B5A2B9
(181,162,185)
#C1B1C4
(193,177,196)
#CDC0CF
(205,192,207)
#D9CFDA
(217,207,218)
#E5DEE5
(229,222,229)
#F1EDF0
(241,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #795782 color. Also use rgb(121,87,130) instead hex code.

Text Font Color

.myTextColor { color: #795782; }

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

This text font color is #795782.


Background Color

.myBgColor { background-color: #795782; }

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

This div background color is #795782.


Border color

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

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

This div border color is #795782.


Opacity

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

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

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

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

This text has shadow with #795782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795782 on black background.


Color preview on white background

This text has color #795782 on white background.



Black color preview on #795782 background

This text has black color on #795782 background.


White color preview on #795782 background

This text has white color on #795782 background.