COLOR #795A5E

HEX: #795A5E RGB: (121,90,94)

Color info

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

RGB color model

#795A5E color RGB value is (121,90,94).

RGB: (121,90,94) (47%, 35%, 37%)

RGB channels and saturation

R 121 of 255 = 47%
G 90 of 255 = 35%
B 94 of 255 = 37%

121
90
94

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

Portions of RGB colors in percentages

R + G + B = 121 + 90 + 94 = 305 (100%)
R 121 of 305 ~ 39.67%
G 90 of 305 ~ 29.51%
B 94 of 305 ~ 30.82'%

%39.67
%29.51
%30.82

CMYK color model

#795A5E color CMYK value is (0,26,22,53).

  • cyan value is 0.00%
  • magenta value is 25.62%
  • yellow value is 22.31%
  • key color value is 52.55%
CMYK: (0,26,22,53) C0M26Y22K53 (0%,26%,22%,53%) (0.00/0.26/0.22/0.53) 

CMYK percentages

%0
%25.62
%22.31
%52.55

Codes

Color #795A5E in popluar color models

79 5A 5E
RGB 121 90 94
HSL 352° 14.69% 41.37%
HSB/HSV 352° 25.62% 47.45%
CMYK 0.00% 25.62% 22.31%
52.55%

Color #795A5E in popluar number systems.

HEX 79 5A 5E
Decimal 121 90 94
Binary 1111001 1011010 1011110
Octal 171 132 136

Shades and tints

Shades of #795A5E

#795A5E
(121,90,94)
#6E5256
(110,82,86)
#634A4E
(99,74,78)
#584246
(88,66,70)
#4D3A3E
(77,58,62)
#423236
(66,50,54)
#372A2E
(55,42,46)
#2C2226
(44,34,38)
#211A1E
(33,26,30)
#161216
(22,18,22)
#0B0A0E
(11,10,14)
#000000
(0,0,0)

Tints of #795A5E

#795A5E
(121,90,94)
#85696C
(133,105,108)
#91787A
(145,120,122)
#9D8788
(157,135,136)
#A99696
(169,150,150)
#B5A5A4
(181,165,164)
#C1B4B2
(193,180,178)
#CDC3C0
(205,195,192)
#D9D2CE
(217,210,206)
#E5E1DC
(229,225,220)
#F1F0EA
(241,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #795A5E; }

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

This text font color is #795A5E.

Background Color

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

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

This div background color is #795A5E.

Border color

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

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

This div border color is #795A5E.

Opacity

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

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

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

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

This text has shadow with #795A5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #795A5E.

Preview

Color preview on black background

This text has color #795A5E on black background.


Color preview on white background

This text has color #795A5E on white background.


Black color preview on #795A5E background

This text has black color on #795A5E background.


White color preview on #795A5E background

This text has white color on #795A5E background.


Related colors

Complementary color

Complementary color for #hex is #86A5A1.


I love getcolorcode.com

Triadic colors

1 #5E795A and #5A5E79 with #795A5E are triadic colors.

2 #5E5A79 and #5A795E with #795A5E are triadic colors.