COLOR #794F65

HEX: #794F65
RGB: (121,79,101)

Color info

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

RGB color model

#794F65 color RGB value is (121,79,101).

  • red value is 121;
  • green value is 79;
  • blue value is 101.
RGB:
(121,79,101)
(47%,31%,40%)

RGB channels and saturation

R 121 of 255 = 47%
G 79 of 255 = 31%
B 101 of 255 = 40%

121
79
101

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

Portions of RGB colors in percentages

R + G + B =
121 + 79 + 101 = 301 (100%)
R 121 of 301 ~ 40.2%
G 79 of 301 ~ 26.25%
B 101 of 301 ~ 33.55%

%40.2
%26.25
%33.55

CMYK color model

#794F65 color CMYK value is (0,35,17,53).

  • cyan value is 0.00%
  • magenta value is 34.71%
  • yellow value is 16.53%
  • key color value is 52.55%
CMYK:
(0,35,17,53)
C0M35Y17K53 
(0%,35%,17%,53%)
(0.00/0.35/0.17/0.53)	

CMYK percentages

%0
%34.71
%16.53
%52.55

Codes

Color #794F65 in popluar color models

794F65
RGB12179101
HSL329°21.00%39.22%
HSB/HSV329°34.71%47.45%
CMYK0.00%34.71%16.53%
52.55%

Color #794F65 in popluar number systems.

HEX794F65
Decimal12179101
Binary111100110011111100101
Octal171117145

Shades and tints

Shades of #794F65

#794F65
(121,79,101)
#6E485C
(110,72,92)
#634153
(99,65,83)
#583A4A
(88,58,74)
#4D3341
(77,51,65)
#422C38
(66,44,56)
#37252F
(55,37,47)
#2C1E26
(44,30,38)
#21171D
(33,23,29)
#161014
(22,16,20)
#0B090B
(11,9,11)
#000000
(0,0,0)

Tints of #794F65

#794F65
(121,79,101)
#855F73
(133,95,115)
#916F81
(145,111,129)
#9D7F8F
(157,127,143)
#A98F9D
(169,143,157)
#B59FAB
(181,159,171)
#C1AFB9
(193,175,185)
#CDBFC7
(205,191,199)
#D9CFD5
(217,207,213)
#E5DFE3
(229,223,227)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #794F65 color. Also use rgb(121,79,101) instead hex code.

Text Font Color

.myTextColor { color: #794F65; }

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

This text font color is #794F65.


Background Color

.myBgColor { background-color: #794F65; }

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

This div background color is #794F65.


Border color

.myBorderColor { border: 1px solid #794F65; }

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

This div border color is #794F65.


Opacity

.myOpacity80 { color: #794F65; opacity: 0.8; }

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

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

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

This text has shadow with #794F65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #794F65 on black background.


Color preview on white background

This text has color #794F65 on white background.



Black color preview on #794F65 background

This text has black color on #794F65 background.


White color preview on #794F65 background

This text has white color on #794F65 background.