COLOR #79465D

HEX: #79465D
RGB: (121,70,93)

Color info

#79465D contains red, green and blue colors in about the same proportion. Web safe color of #79465D is #663366 (or #636).

RGB color model

#79465D color RGB value is (121,70,93).

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

RGB channels and saturation

R 121 of 255 = 47%
G 70 of 255 = 27%
B 93 of 255 = 36%

121
70
93

R + G + B ~ 37%. #79465D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 70 + 93 = 284 (100%)
R 121 of 284 ~ 42.61%
G 70 of 284 ~ 24.65%
B 93 of 284 ~ 32.75%

%42.61
%24.65
%32.75

CMYK color model

#79465D color CMYK value is (0,42,23,53).

  • cyan value is 0.00%
  • magenta value is 42.15%
  • yellow value is 23.14%
  • key color value is 52.55%
CMYK:
(0,42,23,53)
C0M42Y23K53 
(0%,42%,23%,53%)
(0.00/0.42/0.23/0.53)	

CMYK percentages

%0
%42.15
%23.14
%52.55

Codes

Color #79465D in popluar color models

79465D
RGB1217093
HSL333°26.70%37.45%
HSB/HSV333°42.15%47.45%
CMYK0.00%42.15%23.14%
52.55%

Color #79465D in popluar number systems.

HEX79465D
Decimal1217093
Binary111100110001101011101
Octal171106135

Shades and tints

Shades of #79465D

#79465D
(121,70,93)
#6E4055
(110,64,85)
#633A4D
(99,58,77)
#583445
(88,52,69)
#4D2E3D
(77,46,61)
#422835
(66,40,53)
#37222D
(55,34,45)
#2C1C25
(44,28,37)
#21161D
(33,22,29)
#161015
(22,16,21)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #79465D

#79465D
(121,70,93)
#85566B
(133,86,107)
#916679
(145,102,121)
#9D7687
(157,118,135)
#A98695
(169,134,149)
#B596A3
(181,150,163)
#C1A6B1
(193,166,177)
#CDB6BF
(205,182,191)
#D9C6CD
(217,198,205)
#E5D6DB
(229,214,219)
#F1E6E9
(241,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79465D; }

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

This text font color is #79465D.


Background Color

.myBgColor { background-color: #79465D; }

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

This div background color is #79465D.


Border color

.myBorderColor { border: 1px solid #79465D; }

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

This div border color is #79465D.


Opacity

.myOpacity80 { color: #79465D; opacity: 0.8; }

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

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

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

This text has shadow with #79465D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79465D on black background.


Color preview on white background

This text has color #79465D on white background.



Black color preview on #79465D background

This text has black color on #79465D background.


White color preview on #79465D background

This text has white color on #79465D background.