COLOR #795D6D

HEX: #795D6D RGB: (121,93,109)

Color info

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

RGB color model

#795D6D color RGB value is (121,93,109).

RGB: (121,93,109) (47%, 36%, 43%)

RGB channels and saturation

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

121
93
109

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

Portions of RGB colors in percentages

R + G + B = 121 + 93 + 109 = 323 (100%)
R 121 of 323 ~ 37.46%
G 93 of 323 ~ 28.79%
B 109 of 323 ~ 33.75'%

%37.46
%28.79
%33.75

CMYK color model

#795D6D color CMYK value is (0,23,10,53).

  • cyan value is 0.00%
  • magenta value is 23.14%
  • yellow value is 9.92%
  • key color value is 52.55%

CMYK: (0,23,10,53)
C0M23Y10K53 (0%, 23%, 10%, 53%)
(0.00 / 0.23 / 0.10 / 0.53)

CMYK percentages

%0
%23.14
%9.92
%52.55

Codes

Color #795D6D in popluar color models

79 5D 6D
RGB 121 93 109
HSL 326° 13.08% 41.96%
HSB/HSV 326° 23.14% 47.45%
CMYK 0.00% 23.14% 9.92%
52.55%

Color #795D6D in popluar number systems.

HEX 79 5D 6D
Decimal 121 93 109
Binary 1111001 1011101 1101101
Octal 171 135 155

Shades and tints

Shades of #795D6D

#795D6D
(121,93,109)
#6E5564
(110,85,100)
#634D5B
(99,77,91)
#584552
(88,69,82)
#4D3D49
(77,61,73)
#423540
(66,53,64)
#372D37
(55,45,55)
#2C252E
(44,37,46)
#211D25
(33,29,37)
#16151C
(22,21,28)
#0B0D13
(11,13,19)
#000000
(0,0,0)

Tints of #795D6D

#795D6D
(121,93,109)
#856B7A
(133,107,122)
#917987
(145,121,135)
#9D8794
(157,135,148)
#A995A1
(169,149,161)
#B5A3AE
(181,163,174)
#C1B1BB
(193,177,187)
#CDBFC8
(205,191,200)
#D9CDD5
(217,205,213)
#E5DBE2
(229,219,226)
#F1E9EF
(241,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #795D6D; }

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

This text font color is #795D6D.

Background Color

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

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

This div background color is #795D6D.

Border color

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

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

This div border color is #795D6D.

Opacity

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

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

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

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

This text has shadow with #795D6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #795D6D.

Preview

Color preview on black background

This text has color #795D6D on black background.


Color preview on white background

This text has color #795D6D on white background.


Black color preview on #795D6D background

This text has black color on #795D6D background.


White color preview on #795D6D background

This text has white color on #795D6D background.


Related colors

Complementary color

Complementary color for #hex is #86A292.


I love getcolorcode.com

Triadic colors

1 #6D795D and #5D6D79 with #795D6D are triadic colors.

2 #6D5D79 and #5D796D with #795D6D are triadic colors.