COLOR #795061

HEX: #795061
RGB: (121,80,97)

Color info

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

RGB color model

#795061 color RGB value is (121,80,97).

  • red value is 121;
  • green value is 80;
  • blue value is 97.
RGB:
(121,80,97)
(47%,31%,38%)

RGB channels and saturation

R 121 of 255 = 47%
G 80 of 255 = 31%
B 97 of 255 = 38%

121
80
97

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

Portions of RGB colors in percentages

R + G + B =
121 + 80 + 97 = 298 (100%)
R 121 of 298 ~ 40.6%
G 80 of 298 ~ 26.85%
B 97 of 298 ~ 32.55%

%40.6
%26.85
%32.55

CMYK color model

#795061 color CMYK value is (0,34,20,53).

  • cyan value is 0.00%
  • magenta value is 33.88%
  • yellow value is 19.83%
  • key color value is 52.55%
CMYK:
(0,34,20,53)
C0M34Y20K53 
(0%,34%,20%,53%)
(0.00/0.34/0.20/0.53)	

CMYK percentages

%0
%33.88
%19.83
%52.55

Codes

Color #795061 in popluar color models

795061
RGB1218097
HSL335°20.40%39.41%
HSB/HSV335°33.88%47.45%
CMYK0.00%33.88%19.83%
52.55%

Color #795061 in popluar number systems.

HEX795061
Decimal1218097
Binary111100110100001100001
Octal171120141

Shades and tints

Shades of #795061

#795061
(121,80,97)
#6E4959
(110,73,89)
#634251
(99,66,81)
#583B49
(88,59,73)
#4D3441
(77,52,65)
#422D39
(66,45,57)
#372631
(55,38,49)
#2C1F29
(44,31,41)
#211821
(33,24,33)
#161119
(22,17,25)
#0B0A11
(11,10,17)
#000000
(0,0,0)

Tints of #795061

#795061
(121,80,97)
#855F6F
(133,95,111)
#916E7D
(145,110,125)
#9D7D8B
(157,125,139)
#A98C99
(169,140,153)
#B59BA7
(181,155,167)
#C1AAB5
(193,170,181)
#CDB9C3
(205,185,195)
#D9C8D1
(217,200,209)
#E5D7DF
(229,215,223)
#F1E6ED
(241,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #795061; }

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

This text font color is #795061.


Background Color

.myBgColor { background-color: #795061; }

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

This div background color is #795061.


Border color

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

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

This div border color is #795061.


Opacity

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

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

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

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

This text has shadow with #795061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795061 on black background.


Color preview on white background

This text has color #795061 on white background.



Black color preview on #795061 background

This text has black color on #795061 background.


White color preview on #795061 background

This text has white color on #795061 background.