COLOR #795D89

HEX: #795D89
RGB: (121,93,137)

Color info

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

RGB color model

#795D89 color RGB value is (121,93,137).

  • red value is 121;
  • green value is 93;
  • blue value is 137.
RGB:
(121,93,137)
(47%,36%,54%)

RGB channels and saturation

R 121 of 255 = 47%
G 93 of 255 = 36%
B 137 of 255 = 54%

121
93
137

R + G + B ~ 46%. #795D89 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 93 + 137 = 351 (100%)
R 121 of 351 ~ 34.47%
G 93 of 351 ~ 26.5%
B 137 of 351 ~ 39.03%

%34.47
%26.5
%39.03

CMYK color model

#795D89 color CMYK value is (12,32,0,46).

  • cyan value is 11.68%
  • magenta value is 32.12%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(12,32,0,46)
C12M32Y0K46 
(12%,32%,0%,46%)
(0.12/0.32/0.00/0.46)	

CMYK percentages

%11.68
%32.12
%0
%46.27

Codes

Color #795D89 in popluar color models

795D89
RGB12193137
HSL278°19.13%45.10%
HSB/HSV278°32.12%53.73%
CMYK11.68%32.12%0.00%
46.27%

Color #795D89 in popluar number systems.

HEX795D89
Decimal12193137
Binary1111001101110110001001
Octal171135211

Shades and tints

Shades of #795D89

#795D89
(121,93,137)
#6E557D
(110,85,125)
#634D71
(99,77,113)
#584565
(88,69,101)
#4D3D59
(77,61,89)
#42354D
(66,53,77)
#372D41
(55,45,65)
#2C2535
(44,37,53)
#211D29
(33,29,41)
#16151D
(22,21,29)
#0B0D11
(11,13,17)
#000000
(0,0,0)

Tints of #795D89

#795D89
(121,93,137)
#856B93
(133,107,147)
#91799D
(145,121,157)
#9D87A7
(157,135,167)
#A995B1
(169,149,177)
#B5A3BB
(181,163,187)
#C1B1C5
(193,177,197)
#CDBFCF
(205,191,207)
#D9CDD9
(217,205,217)
#E5DBE3
(229,219,227)
#F1E9ED
(241,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #795D89 color. Also use rgb(121,93,137) instead hex code.

Text Font Color

.myTextColor { color: #795D89; }

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

This text font color is #795D89.


Background Color

.myBgColor { background-color: #795D89; }

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

This div background color is #795D89.


Border color

.myBorderColor { border: 1px solid #795D89; }

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

This div border color is #795D89.


Opacity

.myOpacity80 { color: #795D89; opacity: 0.8; }

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

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

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

This text has shadow with #795D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795D89 on black background.


Color preview on white background

This text has color #795D89 on white background.



Black color preview on #795D89 background

This text has black color on #795D89 background.


White color preview on #795D89 background

This text has white color on #795D89 background.