COLOR #795E7D

HEX: #795E7D
RGB: (121,94,125)

Color info

#795E7D contains red, green and blue colors in about the same proportion. Web safe color of #795E7D is #666666 (or #666).

RGB color model

#795E7D color RGB value is (121,94,125).

  • red value is 121;
  • green value is 94;
  • blue value is 125.
RGB:
(121,94,125)
(47%,37%,49%)

RGB channels and saturation

R 121 of 255 = 47%
G 94 of 255 = 37%
B 125 of 255 = 49%

121
94
125

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

Portions of RGB colors in percentages

R + G + B =
121 + 94 + 125 = 340 (100%)
R 121 of 340 ~ 35.59%
G 94 of 340 ~ 27.65%
B 125 of 340 ~ 36.76%

%35.59
%27.65
%36.76

CMYK color model

#795E7D color CMYK value is (3,25,0,51).

  • cyan value is 3.20%
  • magenta value is 24.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(3,25,0,51)
C3M25Y0K51 
(3%,25%,0%,51%)
(0.03/0.25/0.00/0.51)	

CMYK percentages

%3.2
%24.8
%0
%50.98

Codes

Color #795E7D in popluar color models

795E7D
RGB12194125
HSL292°14.16%42.94%
HSB/HSV292°24.80%49.02%
CMYK3.20%24.80%0.00%
50.98%

Color #795E7D in popluar number systems.

HEX795E7D
Decimal12194125
Binary111100110111101111101
Octal171136175

Shades and tints

Shades of #795E7D

#795E7D
(121,94,125)
#6E5672
(110,86,114)
#634E67
(99,78,103)
#58465C
(88,70,92)
#4D3E51
(77,62,81)
#423646
(66,54,70)
#372E3B
(55,46,59)
#2C2630
(44,38,48)
#211E25
(33,30,37)
#16161A
(22,22,26)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #795E7D

#795E7D
(121,94,125)
#856C88
(133,108,136)
#917A93
(145,122,147)
#9D889E
(157,136,158)
#A996A9
(169,150,169)
#B5A4B4
(181,164,180)
#C1B2BF
(193,178,191)
#CDC0CA
(205,192,202)
#D9CED5
(217,206,213)
#E5DCE0
(229,220,224)
#F1EAEB
(241,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #795E7D color. Also use rgb(121,94,125) instead hex code.

Text Font Color

.myTextColor { color: #795E7D; }

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

This text font color is #795E7D.


Background Color

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

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

This div background color is #795E7D.


Border color

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

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

This div border color is #795E7D.


Opacity

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

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

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

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

This text has shadow with #795E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795E7D on black background.


Color preview on white background

This text has color #795E7D on white background.



Black color preview on #795E7D background

This text has black color on #795E7D background.


White color preview on #795E7D background

This text has white color on #795E7D background.