COLOR #795B6D

HEX: #795B6D
RGB: (121,91,109)

Color info

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

RGB color model

#795B6D color RGB value is (121,91,109).

  • red value is 121;
  • green value is 91;
  • blue value is 109.
RGB:
(121,91,109)
(47%,36%,43%)

RGB channels and saturation

R 121 of 255 = 47%
G 91 of 255 = 36%
B 109 of 255 = 43%

121
91
109

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

Portions of RGB colors in percentages

R + G + B =
121 + 91 + 109 = 321 (100%)
R 121 of 321 ~ 37.69%
G 91 of 321 ~ 28.35%
B 109 of 321 ~ 33.96%

%37.69
%28.35
%33.96

CMYK color model

#795B6D color CMYK value is (0,25,10,53).

  • cyan value is 0.00%
  • magenta value is 24.79%
  • yellow value is 9.92%
  • key color value is 52.55%
CMYK:
(0,25,10,53)
C0M25Y10K53 
(0%,25%,10%,53%)
(0.00/0.25/0.10/0.53)	

CMYK percentages

%0
%24.79
%9.92
%52.55

Codes

Color #795B6D in popluar color models

795B6D
RGB12191109
HSL324°14.15%41.57%
HSB/HSV324°24.79%47.45%
CMYK0.00%24.79%9.92%
52.55%

Color #795B6D in popluar number systems.

HEX795B6D
Decimal12191109
Binary111100110110111101101
Octal171133155

Shades and tints

Shades of #795B6D

#795B6D
(121,91,109)
#6E5364
(110,83,100)
#634B5B
(99,75,91)
#584352
(88,67,82)
#4D3B49
(77,59,73)
#423340
(66,51,64)
#372B37
(55,43,55)
#2C232E
(44,35,46)
#211B25
(33,27,37)
#16131C
(22,19,28)
#0B0B13
(11,11,19)
#000000
(0,0,0)

Tints of #795B6D

#795B6D
(121,91,109)
#85697A
(133,105,122)
#917787
(145,119,135)
#9D8594
(157,133,148)
#A993A1
(169,147,161)
#B5A1AE
(181,161,174)
#C1AFBB
(193,175,187)
#CDBDC8
(205,189,200)
#D9CBD5
(217,203,213)
#E5D9E2
(229,217,226)
#F1E7EF
(241,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #795B6D color. Also use rgb(121,91,109) instead hex code.

Text Font Color

.myTextColor { color: #795B6D; }

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

This text font color is #795B6D.


Background Color

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

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

This div background color is #795B6D.


Border color

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

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

This div border color is #795B6D.


Opacity

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

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

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

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

This text has shadow with #795B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795B6D on black background.


Color preview on white background

This text has color #795B6D on white background.



Black color preview on #795B6D background

This text has black color on #795B6D background.


White color preview on #795B6D background

This text has white color on #795B6D background.