COLOR #795F71

HEX: #795F71
RGB: (121,95,113)

Color info

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

RGB color model

#795F71 color RGB value is (121,95,113).

  • red value is 121;
  • green value is 95;
  • blue value is 113.
RGB:
(121,95,113)
(47%,37%,44%)

RGB channels and saturation

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

121
95
113

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

Portions of RGB colors in percentages

R + G + B =
121 + 95 + 113 = 329 (100%)
R 121 of 329 ~ 36.78%
G 95 of 329 ~ 28.88%
B 113 of 329 ~ 34.35%

%36.78
%28.88
%34.35

CMYK color model

#795F71 color CMYK value is (0,21,7,53).

  • cyan value is 0.00%
  • magenta value is 21.49%
  • yellow value is 6.61%
  • key color value is 52.55%
CMYK:
(0,21,7,53)
C0M21Y7K53 
(0%,21%,7%,53%)
(0.00/0.21/0.07/0.53)	

CMYK percentages

%0
%21.49
%6.61
%52.55

Codes

Color #795F71 in popluar color models

795F71
RGB12195113
HSL318°12.04%42.35%
HSB/HSV318°21.49%47.45%
CMYK0.00%21.49%6.61%
52.55%

Color #795F71 in popluar number systems.

HEX795F71
Decimal12195113
Binary111100110111111110001
Octal171137161

Shades and tints

Shades of #795F71

#795F71
(121,95,113)
#6E5767
(110,87,103)
#634F5D
(99,79,93)
#584753
(88,71,83)
#4D3F49
(77,63,73)
#42373F
(66,55,63)
#372F35
(55,47,53)
#2C272B
(44,39,43)
#211F21
(33,31,33)
#161717
(22,23,23)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #795F71

#795F71
(121,95,113)
#856D7D
(133,109,125)
#917B89
(145,123,137)
#9D8995
(157,137,149)
#A997A1
(169,151,161)
#B5A5AD
(181,165,173)
#C1B3B9
(193,179,185)
#CDC1C5
(205,193,197)
#D9CFD1
(217,207,209)
#E5DDDD
(229,221,221)
#F1EBE9
(241,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #795F71; }

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

This text font color is #795F71.


Background Color

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

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

This div background color is #795F71.


Border color

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

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

This div border color is #795F71.


Opacity

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

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

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

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

This text has shadow with #795F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795F71 on black background.


Color preview on white background

This text has color #795F71 on white background.



Black color preview on #795F71 background

This text has black color on #795F71 background.


White color preview on #795F71 background

This text has white color on #795F71 background.