COLOR #795D5E

HEX: #795D5E RGB: (121,93,94)

Color info

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

RGB color model

#795D5E color RGB value is (121,93,94).

RGB: (121,93,94) (47%, 36%, 37%)

RGB channels and saturation

R 121 of 255 = 47%
G 93 of 255 = 36%
B 94 of 255 = 37%

121
93
94

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

Portions of RGB colors in percentages

R + G + B = 121 + 93 + 94 = 308 (100%)
R 121 of 308 ~ 39.29%
G 93 of 308 ~ 30.19%
B 94 of 308 ~ 30.52'%

%39.29
%30.19
%30.52

CMYK color model

#795D5E color CMYK value is (0,23,22,53).

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

CMYK: (0,23,22,53)
C0M23Y22K53 (0%, 23%, 22%, 53%)
(0.00 / 0.23 / 0.22 / 0.53)

CMYK percentages

%0
%23.14
%22.31
%52.55

Codes

Color #795D5E in popluar color models

79 5D 5E
RGB 121 93 94
HSL 358° 13.08% 41.96%
HSB/HSV 358° 23.14% 47.45%
CMYK 0.00% 23.14% 22.31%
52.55%

Color #795D5E in popluar number systems.

HEX 79 5D 5E
Decimal 121 93 94
Binary 1111001 1011101 1011110
Octal 171 135 136

Shades and tints

Shades of #795D5E

#795D5E
(121,93,94)
#6E5556
(110,85,86)
#634D4E
(99,77,78)
#584546
(88,69,70)
#4D3D3E
(77,61,62)
#423536
(66,53,54)
#372D2E
(55,45,46)
#2C2526
(44,37,38)
#211D1E
(33,29,30)
#161516
(22,21,22)
#0B0D0E
(11,13,14)
#000000
(0,0,0)

Tints of #795D5E

#795D5E
(121,93,94)
#856B6C
(133,107,108)
#91797A
(145,121,122)
#9D8788
(157,135,136)
#A99596
(169,149,150)
#B5A3A4
(181,163,164)
#C1B1B2
(193,177,178)
#CDBFC0
(205,191,192)
#D9CDCE
(217,205,206)
#E5DBDC
(229,219,220)
#F1E9EA
(241,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #795D5E; }

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

This text font color is #795D5E.

Background Color

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

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

This div background color is #795D5E.

Border color

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

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

This div border color is #795D5E.

Opacity

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

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

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

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

This text has shadow with #795D5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #795D5E.

Preview

Color preview on black background

This text has color #795D5E on black background.


Color preview on white background

This text has color #795D5E on white background.


Black color preview on #795D5E background

This text has black color on #795D5E background.


White color preview on #795D5E background

This text has white color on #795D5E background.


Related colors

Complementary color

Complementary color for #hex is #86A2A1.


I love getcolorcode.com

Triadic colors

1 #5E795D and #5D5E79 with #795D5E are triadic colors.

2 #5E5D79 and #5D795E with #795D5E are triadic colors.