COLOR #795D77

HEX: #795D77
RGB: (121,93,119)

Color info

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

RGB color model

#795D77 color RGB value is (121,93,119).

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

RGB channels and saturation

R 121 of 255 = 47%
G 93 of 255 = 36%
B 119 of 255 = 47%

121
93
119

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

Portions of RGB colors in percentages

R + G + B =
121 + 93 + 119 = 333 (100%)
R 121 of 333 ~ 36.34%
G 93 of 333 ~ 27.93%
B 119 of 333 ~ 35.74%

%36.34
%27.93
%35.74

CMYK color model

#795D77 color CMYK value is (0,23,2,53).

  • cyan value is 0.00%
  • magenta value is 23.14%
  • yellow value is 1.65%
  • key color value is 52.55%
CMYK:
(0,23,2,53)
C0M23Y2K53 
(0%,23%,2%,53%)
(0.00/0.23/0.02/0.53)	

CMYK percentages

%0
%23.14
%1.65
%52.55

Codes

Color #795D77 in popluar color models

795D77
RGB12193119
HSL304°13.08%41.96%
HSB/HSV304°23.14%47.45%
CMYK0.00%23.14%1.65%
52.55%

Color #795D77 in popluar number systems.

HEX795D77
Decimal12193119
Binary111100110111011110111
Octal171135167

Shades and tints

Shades of #795D77

#795D77
(121,93,119)
#6E556D
(110,85,109)
#634D63
(99,77,99)
#584559
(88,69,89)
#4D3D4F
(77,61,79)
#423545
(66,53,69)
#372D3B
(55,45,59)
#2C2531
(44,37,49)
#211D27
(33,29,39)
#16151D
(22,21,29)
#0B0D13
(11,13,19)
#000000
(0,0,0)

Tints of #795D77

#795D77
(121,93,119)
#856B83
(133,107,131)
#91798F
(145,121,143)
#9D879B
(157,135,155)
#A995A7
(169,149,167)
#B5A3B3
(181,163,179)
#C1B1BF
(193,177,191)
#CDBFCB
(205,191,203)
#D9CDD7
(217,205,215)
#E5DBE3
(229,219,227)
#F1E9EF
(241,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #795D77; }

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

This text font color is #795D77.


Background Color

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

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

This div background color is #795D77.


Border color

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

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

This div border color is #795D77.


Opacity

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

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

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

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

This text has shadow with #795D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795D77 on black background.


Color preview on white background

This text has color #795D77 on white background.



Black color preview on #795D77 background

This text has black color on #795D77 background.


White color preview on #795D77 background

This text has white color on #795D77 background.