COLOR #795746

HEX: #795746
RGB: (121,87,70)

Color info

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

RGB color model

#795746 color RGB value is (121,87,70).

  • red value is 121;
  • green value is 87;
  • blue value is 70.
RGB:
(121,87,70)
(47%,34%,27%)

RGB channels and saturation

R 121 of 255 = 47%
G 87 of 255 = 34%
B 70 of 255 = 27%

121
87
70

R + G + B ~ 36%. #795746 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 87 + 70 = 278 (100%)
R 121 of 278 ~ 43.53%
G 87 of 278 ~ 31.29%
B 70 of 278 ~ 25.18%

%43.53
%31.29
%25.18

CMYK color model

#795746 color CMYK value is (0,28,42,53).

  • cyan value is 0.00%
  • magenta value is 28.10%
  • yellow value is 42.15%
  • key color value is 52.55%
CMYK:
(0,28,42,53)
C0M28Y42K53 
(0%,28%,42%,53%)
(0.00/0.28/0.42/0.53)	

CMYK percentages

%0
%28.1
%42.15
%52.55

Codes

Color #795746 in popluar color models

795746
RGB1218770
HSL20°26.70%37.45%
HSB/HSV20°42.15%47.45%
CMYK0.00%28.10%42.15%
52.55%

Color #795746 in popluar number systems.

HEX795746
Decimal1218770
Binary111100110101111000110
Octal171127106

Shades and tints

Shades of #795746

#795746
(121,87,70)
#6E5040
(110,80,64)
#63493A
(99,73,58)
#584234
(88,66,52)
#4D3B2E
(77,59,46)
#423428
(66,52,40)
#372D22
(55,45,34)
#2C261C
(44,38,28)
#211F16
(33,31,22)
#161810
(22,24,16)
#0B110A
(11,17,10)
#000000
(0,0,0)

Tints of #795746

#795746
(121,87,70)
#856656
(133,102,86)
#917566
(145,117,102)
#9D8476
(157,132,118)
#A99386
(169,147,134)
#B5A296
(181,162,150)
#C1B1A6
(193,177,166)
#CDC0B6
(205,192,182)
#D9CFC6
(217,207,198)
#E5DED6
(229,222,214)
#F1EDE6
(241,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #795746 color. Also use rgb(121,87,70) instead hex code.

Text Font Color

.myTextColor { color: #795746; }

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

This text font color is #795746.


Background Color

.myBgColor { background-color: #795746; }

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

This div background color is #795746.


Border color

.myBorderColor { border: 1px solid #795746; }

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

This div border color is #795746.


Opacity

.myOpacity80 { color: #795746; opacity: 0.8; }

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

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

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

This text has shadow with #795746 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795746 on black background.


Color preview on white background

This text has color #795746 on white background.



Black color preview on #795746 background

This text has black color on #795746 background.


White color preview on #795746 background

This text has white color on #795746 background.