COLOR #795656

HEX: #795656
RGB: (121,86,86)

Color info

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

RGB color model

#795656 color RGB value is (121,86,86).

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

RGB channels and saturation

R 121 of 255 = 47%
G 86 of 255 = 34%
B 86 of 255 = 34%

121
86
86

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

Portions of RGB colors in percentages

R + G + B =
121 + 86 + 86 = 293 (100%)
R 121 of 293 ~ 41.3%
G 86 of 293 ~ 29.35%
B 86 of 293 ~ 29.35%

%41.3
%29.35
%29.35

CMYK color model

#795656 color CMYK value is (0,29,29,53).

  • cyan value is 0.00%
  • magenta value is 28.93%
  • yellow value is 28.93%
  • key color value is 52.55%
CMYK:
(0,29,29,53)
C0M29Y29K53 
(0%,29%,29%,53%)
(0.00/0.29/0.29/0.53)	

CMYK percentages

%0
%28.93
%28.93
%52.55

Codes

Color #795656 in popluar color models

795656
RGB1218686
HSL16.91%40.59%
HSB/HSV28.93%47.45%
CMYK0.00%28.93%28.93%
52.55%

Color #795656 in popluar number systems.

HEX795656
Decimal1218686
Binary111100110101101010110
Octal171126126

Shades and tints

Shades of #795656

#795656
(121,86,86)
#6E4F4F
(110,79,79)
#634848
(99,72,72)
#584141
(88,65,65)
#4D3A3A
(77,58,58)
#423333
(66,51,51)
#372C2C
(55,44,44)
#2C2525
(44,37,37)
#211E1E
(33,30,30)
#161717
(22,23,23)
#0B1010
(11,16,16)
#000000
(0,0,0)

Tints of #795656

#795656
(121,86,86)
#856565
(133,101,101)
#917474
(145,116,116)
#9D8383
(157,131,131)
#A99292
(169,146,146)
#B5A1A1
(181,161,161)
#C1B0B0
(193,176,176)
#CDBFBF
(205,191,191)
#D9CECE
(217,206,206)
#E5DDDD
(229,221,221)
#F1ECEC
(241,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #795656; }

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

This text font color is #795656.


Background Color

.myBgColor { background-color: #795656; }

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

This div background color is #795656.


Border color

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

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

This div border color is #795656.


Opacity

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

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

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

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

This text has shadow with #795656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795656 on black background.


Color preview on white background

This text has color #795656 on white background.



Black color preview on #795656 background

This text has black color on #795656 background.


White color preview on #795656 background

This text has white color on #795656 background.