COLOR #795F4A

HEX: #795F4A RGB: (121,95,74)

Color info

#795F4A contains red, green and blue colors in about the same proportion. Web safe color of #795F4A is #666633 (or #663).

RGB color model

#795F4A color RGB value is (121,95,74).

RGB: (121,95,74) (47%, 37%, 29%)

RGB channels and saturation

R 121 of 255 = 47%
G 95 of 255 = 37%
B 74 of 255 = 29%

121
95
74

R + G + B ~ 38%. #795F4A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 121 + 95 + 74 = 290 (100%)
R 121 of 290 ~ 41.72%
G 95 of 290 ~ 32.76%
B 74 of 290 ~ 25.52'%

%41.72
%32.76
%25.52

CMYK color model

#795F4A color CMYK value is (0,21,39,53).

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

CMYK: (0,21,39,53)
C0M21Y39K53 (0%, 21%, 39%, 53%)
(0.00 / 0.21 / 0.39 / 0.53)

CMYK percentages

%0
%21.49
%38.84
%52.55

Codes

Color #795F4A in popluar color models

79 5F 4A
RGB 121 95 74
HSL 27° 24.10% 38.24%
HSB/HSV 27° 38.84% 47.45%
CMYK 0.00% 21.49% 38.84%
52.55%

Color #795F4A in popluar number systems.

HEX 79 5F 4A
Decimal 121 95 74
Binary 1111001 1011111 1001010
Octal 171 137 112

Shades and tints

Shades of #795F4A

#795F4A
(121,95,74)
#6E5744
(110,87,68)
#634F3E
(99,79,62)
#584738
(88,71,56)
#4D3F32
(77,63,50)
#42372C
(66,55,44)
#372F26
(55,47,38)
#2C2720
(44,39,32)
#211F1A
(33,31,26)
#161714
(22,23,20)
#0B0F0E
(11,15,14)
#000000
(0,0,0)

Tints of #795F4A

#795F4A
(121,95,74)
#856D5A
(133,109,90)
#917B6A
(145,123,106)
#9D897A
(157,137,122)
#A9978A
(169,151,138)
#B5A59A
(181,165,154)
#C1B3AA
(193,179,170)
#CDC1BA
(205,193,186)
#D9CFCA
(217,207,202)
#E5DDDA
(229,221,218)
#F1EBEA
(241,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #795F4A; }

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

This text font color is #795F4A.

Background Color

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

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

This div background color is #795F4A.

Border color

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

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

This div border color is #795F4A.

Opacity

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

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

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

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

This text has shadow with #795F4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #795F4A.

Preview

Color preview on black background

This text has color #795F4A on black background.


Color preview on white background

This text has color #795F4A on white background.


Black color preview on #795F4A background

This text has black color on #795F4A background.


White color preview on #795F4A background

This text has white color on #795F4A background.


Related colors

Complementary color

Complementary color for #hex is #86A0B5.


I love getcolorcode.com

Triadic colors

1 #4A795F and #5F4A79 with #795F4A are triadic colors.

2 #4A5F79 and #5F794A with #795F4A are triadic colors.