COLOR #795D84

HEX: #795D84
RGB: (121,93,132)

Color info

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

RGB color model

#795D84 color RGB value is (121,93,132).

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

RGB channels and saturation

R 121 of 255 = 47%
G 93 of 255 = 36%
B 132 of 255 = 52%

121
93
132

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

Portions of RGB colors in percentages

R + G + B =
121 + 93 + 132 = 346 (100%)
R 121 of 346 ~ 34.97%
G 93 of 346 ~ 26.88%
B 132 of 346 ~ 38.15%

%34.97
%26.88
%38.15

CMYK color model

#795D84 color CMYK value is (8,30,0,48).

  • cyan value is 8.33%
  • magenta value is 29.55%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(8,30,0,48)
C8M30Y0K48 
(8%,30%,0%,48%)
(0.08/0.30/0.00/0.48)	

CMYK percentages

%8.33
%29.55
%0
%48.24

Codes

Color #795D84 in popluar color models

795D84
RGB12193132
HSL283°17.33%44.12%
HSB/HSV283°29.55%51.76%
CMYK8.33%29.55%0.00%
48.24%

Color #795D84 in popluar number systems.

HEX795D84
Decimal12193132
Binary1111001101110110000100
Octal171135204

Shades and tints

Shades of #795D84

#795D84
(121,93,132)
#6E5578
(110,85,120)
#634D6C
(99,77,108)
#584560
(88,69,96)
#4D3D54
(77,61,84)
#423548
(66,53,72)
#372D3C
(55,45,60)
#2C2530
(44,37,48)
#211D24
(33,29,36)
#161518
(22,21,24)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #795D84

#795D84
(121,93,132)
#856B8F
(133,107,143)
#91799A
(145,121,154)
#9D87A5
(157,135,165)
#A995B0
(169,149,176)
#B5A3BB
(181,163,187)
#C1B1C6
(193,177,198)
#CDBFD1
(205,191,209)
#D9CDDC
(217,205,220)
#E5DBE7
(229,219,231)
#F1E9F2
(241,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #795D84; }

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

This text font color is #795D84.


Background Color

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

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

This div background color is #795D84.


Border color

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

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

This div border color is #795D84.


Opacity

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

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

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

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

This text has shadow with #795D84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795D84 on black background.


Color preview on white background

This text has color #795D84 on white background.



Black color preview on #795D84 background

This text has black color on #795D84 background.


White color preview on #795D84 background

This text has white color on #795D84 background.