COLOR #795759

HEX: #795759
RGB: (121,87,89)

Color info

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

RGB color model

#795759 color RGB value is (121,87,89).

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

RGB channels and saturation

R 121 of 255 = 47%
G 87 of 255 = 34%
B 89 of 255 = 35%

121
87
89

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

Portions of RGB colors in percentages

R + G + B =
121 + 87 + 89 = 297 (100%)
R 121 of 297 ~ 40.74%
G 87 of 297 ~ 29.29%
B 89 of 297 ~ 29.97%

%40.74
%29.29
%29.97

CMYK color model

#795759 color CMYK value is (0,28,26,53).

  • cyan value is 0.00%
  • magenta value is 28.10%
  • yellow value is 26.45%
  • key color value is 52.55%
CMYK:
(0,28,26,53)
C0M28Y26K53 
(0%,28%,26%,53%)
(0.00/0.28/0.26/0.53)	

CMYK percentages

%0
%28.1
%26.45
%52.55

Codes

Color #795759 in popluar color models

795759
RGB1218789
HSL356°16.35%40.78%
HSB/HSV356°28.10%47.45%
CMYK0.00%28.10%26.45%
52.55%

Color #795759 in popluar number systems.

HEX795759
Decimal1218789
Binary111100110101111011001
Octal171127131

Shades and tints

Shades of #795759

#795759
(121,87,89)
#6E5051
(110,80,81)
#634949
(99,73,73)
#584241
(88,66,65)
#4D3B39
(77,59,57)
#423431
(66,52,49)
#372D29
(55,45,41)
#2C2621
(44,38,33)
#211F19
(33,31,25)
#161811
(22,24,17)
#0B1109
(11,17,9)
#000000
(0,0,0)

Tints of #795759

#795759
(121,87,89)
#856668
(133,102,104)
#917577
(145,117,119)
#9D8486
(157,132,134)
#A99395
(169,147,149)
#B5A2A4
(181,162,164)
#C1B1B3
(193,177,179)
#CDC0C2
(205,192,194)
#D9CFD1
(217,207,209)
#E5DEE0
(229,222,224)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #795759; }

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

This text font color is #795759.


Background Color

.myBgColor { background-color: #795759; }

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

This div background color is #795759.


Border color

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

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

This div border color is #795759.


Opacity

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

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

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

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

This text has shadow with #795759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795759 on black background.


Color preview on white background

This text has color #795759 on white background.



Black color preview on #795759 background

This text has black color on #795759 background.


White color preview on #795759 background

This text has white color on #795759 background.