COLOR #795E78

HEX: #795E78
RGB: (121,94,120)

Color info

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

RGB color model

#795E78 color RGB value is (121,94,120).

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

RGB channels and saturation

R 121 of 255 = 47%
G 94 of 255 = 37%
B 120 of 255 = 47%

121
94
120

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

Portions of RGB colors in percentages

R + G + B =
121 + 94 + 120 = 335 (100%)
R 121 of 335 ~ 36.12%
G 94 of 335 ~ 28.06%
B 120 of 335 ~ 35.82%

%36.12
%28.06
%35.82

CMYK color model

#795E78 color CMYK value is (0,22,1,53).

  • cyan value is 0.00%
  • magenta value is 22.31%
  • yellow value is 0.83%
  • key color value is 52.55%
CMYK:
(0,22,1,53)
C0M22Y1K53 
(0%,22%,1%,53%)
(0.00/0.22/0.01/0.53)	

CMYK percentages

%0
%22.31
%0.83
%52.55

Codes

Color #795E78 in popluar color models

795E78
RGB12194120
HSL302°12.56%42.16%
HSB/HSV302°22.31%47.45%
CMYK0.00%22.31%0.83%
52.55%

Color #795E78 in popluar number systems.

HEX795E78
Decimal12194120
Binary111100110111101111000
Octal171136170

Shades and tints

Shades of #795E78

#795E78
(121,94,120)
#6E566E
(110,86,110)
#634E64
(99,78,100)
#58465A
(88,70,90)
#4D3E50
(77,62,80)
#423646
(66,54,70)
#372E3C
(55,46,60)
#2C2632
(44,38,50)
#211E28
(33,30,40)
#16161E
(22,22,30)
#0B0E14
(11,14,20)
#000000
(0,0,0)

Tints of #795E78

#795E78
(121,94,120)
#856C84
(133,108,132)
#917A90
(145,122,144)
#9D889C
(157,136,156)
#A996A8
(169,150,168)
#B5A4B4
(181,164,180)
#C1B2C0
(193,178,192)
#CDC0CC
(205,192,204)
#D9CED8
(217,206,216)
#E5DCE4
(229,220,228)
#F1EAF0
(241,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #795E78; }

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

This text font color is #795E78.


Background Color

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

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

This div background color is #795E78.


Border color

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

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

This div border color is #795E78.


Opacity

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

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

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

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

This text has shadow with #795E78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795E78 on black background.


Color preview on white background

This text has color #795E78 on white background.



Black color preview on #795E78 background

This text has black color on #795E78 background.


White color preview on #795E78 background

This text has white color on #795E78 background.