COLOR #795F51

HEX: #795F51 RGB: (121,95,81)

Color info

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

RGB color model

#795F51 color RGB value is (121,95,81).

RGB: (121,95,81) (47%, 37%, 32%)

RGB channels and saturation

R 121 of 255 = 47%
G 95 of 255 = 37%
B 81 of 255 = 32%

121
95
81

R + G + B ~ 39%. #795F51 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 121 + 95 + 81 = 297 (100%)
R 121 of 297 ~ 40.74%
G 95 of 297 ~ 31.99%
B 81 of 297 ~ 27.27'%

%40.74
%31.99
%27.27

CMYK color model

#795F51 color CMYK value is (0,21,33,53).

  • cyan value is 0.00%
  • magenta value is 21.49%
  • yellow value is 33.06%
  • key color value is 52.55%

CMYK: (0,21,33,53)
C0M21Y33K53 (0%, 21%, 33%, 53%)
(0.00 / 0.21 / 0.33 / 0.53)

CMYK percentages

%0
%21.49
%33.06
%52.55

Codes

Color #795F51 in popluar color models

79 5F 51
RGB 121 95 81
HSL 21° 19.80% 39.61%
HSB/HSV 21° 33.06% 47.45%
CMYK 0.00% 21.49% 33.06%
52.55%

Color #795F51 in popluar number systems.

HEX 79 5F 51
Decimal 121 95 81
Binary 1111001 1011111 1010001
Octal 171 137 121

Shades and tints

Shades of #795F51

#795F51
(121,95,81)
#6E574A
(110,87,74)
#634F43
(99,79,67)
#58473C
(88,71,60)
#4D3F35
(77,63,53)
#42372E
(66,55,46)
#372F27
(55,47,39)
#2C2720
(44,39,32)
#211F19
(33,31,25)
#161712
(22,23,18)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #795F51

#795F51
(121,95,81)
#856D60
(133,109,96)
#917B6F
(145,123,111)
#9D897E
(157,137,126)
#A9978D
(169,151,141)
#B5A59C
(181,165,156)
#C1B3AB
(193,179,171)
#CDC1BA
(205,193,186)
#D9CFC9
(217,207,201)
#E5DDD8
(229,221,216)
#F1EBE7
(241,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #795F51; }

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

This text font color is #795F51.

Background Color

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

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

This div background color is #795F51.

Border color

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

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

This div border color is #795F51.

Opacity

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

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

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

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

This text has shadow with #795F51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #795F51.

Preview

Color preview on black background

This text has color #795F51 on black background.


Color preview on white background

This text has color #795F51 on white background.


Black color preview on #795F51 background

This text has black color on #795F51 background.


White color preview on #795F51 background

This text has white color on #795F51 background.


Related colors

Complementary color

Complementary color for #hex is #86A0AE.


I love getcolorcode.com

Triadic colors

1 #51795F and #5F5179 with #795F51 are triadic colors.

2 #515F79 and #5F7951 with #795F51 are triadic colors.