COLOR #795D66

HEX: #795D66
RGB: (121,93,102)

Color info

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

RGB color model

#795D66 color RGB value is (121,93,102).

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

RGB channels and saturation

R 121 of 255 = 47%
G 93 of 255 = 36%
B 102 of 255 = 40%

121
93
102

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

Portions of RGB colors in percentages

R + G + B =
121 + 93 + 102 = 316 (100%)
R 121 of 316 ~ 38.29%
G 93 of 316 ~ 29.43%
B 102 of 316 ~ 32.28%

%38.29
%29.43
%32.28

CMYK color model

#795D66 color CMYK value is (0,23,16,53).

  • cyan value is 0.00%
  • magenta value is 23.14%
  • yellow value is 15.70%
  • key color value is 52.55%
CMYK:
(0,23,16,53)
C0M23Y16K53 
(0%,23%,16%,53%)
(0.00/0.23/0.16/0.53)	

CMYK percentages

%0
%23.14
%15.7
%52.55

Codes

Color #795D66 in popluar color models

795D66
RGB12193102
HSL341°13.08%41.96%
HSB/HSV341°23.14%47.45%
CMYK0.00%23.14%15.70%
52.55%

Color #795D66 in popluar number systems.

HEX795D66
Decimal12193102
Binary111100110111011100110
Octal171135146

Shades and tints

Shades of #795D66

#795D66
(121,93,102)
#6E555D
(110,85,93)
#634D54
(99,77,84)
#58454B
(88,69,75)
#4D3D42
(77,61,66)
#423539
(66,53,57)
#372D30
(55,45,48)
#2C2527
(44,37,39)
#211D1E
(33,29,30)
#161515
(22,21,21)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #795D66

#795D66
(121,93,102)
#856B73
(133,107,115)
#917980
(145,121,128)
#9D878D
(157,135,141)
#A9959A
(169,149,154)
#B5A3A7
(181,163,167)
#C1B1B4
(193,177,180)
#CDBFC1
(205,191,193)
#D9CDCE
(217,205,206)
#E5DBDB
(229,219,219)
#F1E9E8
(241,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #795D66; }

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

This text font color is #795D66.


Background Color

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

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

This div background color is #795D66.


Border color

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

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

This div border color is #795D66.


Opacity

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

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

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

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

This text has shadow with #795D66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795D66 on black background.


Color preview on white background

This text has color #795D66 on white background.



Black color preview on #795D66 background

This text has black color on #795D66 background.


White color preview on #795D66 background

This text has white color on #795D66 background.