COLOR #795E71

HEX: #795E71 RGB: (121,94,113)

Color info

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

RGB color model

#795E71 color RGB value is (121,94,113).

RGB: (121,94,113) (47%, 37%, 44%)

RGB channels and saturation

R 121 of 255 = 47%
G 94 of 255 = 37%
B 113 of 255 = 44%

121
94
113

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

Portions of RGB colors in percentages

R + G + B = 121 + 94 + 113 = 328 (100%)
R 121 of 328 ~ 36.89%
G 94 of 328 ~ 28.66%
B 113 of 328 ~ 34.45'%

%36.89
%28.66
%34.45

CMYK color model

#795E71 color CMYK value is (0,22,7,53).

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

CMYK: (0,22,7,53)
C0M22Y7K53 (0%, 22%, 7%, 53%)
(0.00 / 0.22 / 0.07 / 0.53)

CMYK percentages

%0
%22.31
%6.61
%52.55

Codes

Color #795E71 in popluar color models

79 5E 71
RGB 121 94 113
HSL 318° 12.56% 42.16%
HSB/HSV 318° 22.31% 47.45%
CMYK 0.00% 22.31% 6.61%
52.55%

Color #795E71 in popluar number systems.

HEX 79 5E 71
Decimal 121 94 113
Binary 1111001 1011110 1110001
Octal 171 136 161

Shades and tints

Shades of #795E71

#795E71
(121,94,113)
#6E5667
(110,86,103)
#634E5D
(99,78,93)
#584653
(88,70,83)
#4D3E49
(77,62,73)
#42363F
(66,54,63)
#372E35
(55,46,53)
#2C262B
(44,38,43)
#211E21
(33,30,33)
#161617
(22,22,23)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #795E71

#795E71
(121,94,113)
#856C7D
(133,108,125)
#917A89
(145,122,137)
#9D8895
(157,136,149)
#A996A1
(169,150,161)
#B5A4AD
(181,164,173)
#C1B2B9
(193,178,185)
#CDC0C5
(205,192,197)
#D9CED1
(217,206,209)
#E5DCDD
(229,220,221)
#F1EAE9
(241,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #795E71; }

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

This text font color is #795E71.

Background Color

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

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

This div background color is #795E71.

Border color

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

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

This div border color is #795E71.

Opacity

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

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

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

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

This text has shadow with #795E71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #795E71.

Preview

Color preview on black background

This text has color #795E71 on black background.


Color preview on white background

This text has color #795E71 on white background.


Black color preview on #795E71 background

This text has black color on #795E71 background.


White color preview on #795E71 background

This text has white color on #795E71 background.


Related colors

Complementary color

Complementary color for #hex is #86A18E.


I love getcolorcode.com

Triadic colors

1 #71795E and #5E7179 with #795E71 are triadic colors.

2 #715E79 and #5E7971 with #795E71 are triadic colors.