COLOR #79576B

HEX: #79576B
RGB: (121,87,107)

Color info

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

RGB color model

#79576B color RGB value is (121,87,107).

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

RGB channels and saturation

R 121 of 255 = 47%
G 87 of 255 = 34%
B 107 of 255 = 42%

121
87
107

R + G + B ~ 41%. #79576B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 87 + 107 = 315 (100%)
R 121 of 315 ~ 38.41%
G 87 of 315 ~ 27.62%
B 107 of 315 ~ 33.97%

%38.41
%27.62
%33.97

CMYK color model

#79576B color CMYK value is (0,28,12,53).

  • cyan value is 0.00%
  • magenta value is 28.10%
  • yellow value is 11.57%
  • key color value is 52.55%
CMYK:
(0,28,12,53)
C0M28Y12K53 
(0%,28%,12%,53%)
(0.00/0.28/0.12/0.53)	

CMYK percentages

%0
%28.1
%11.57
%52.55

Codes

Color #79576B in popluar color models

79576B
RGB12187107
HSL325°16.35%40.78%
HSB/HSV325°28.10%47.45%
CMYK0.00%28.10%11.57%
52.55%

Color #79576B in popluar number systems.

HEX79576B
Decimal12187107
Binary111100110101111101011
Octal171127153

Shades and tints

Shades of #79576B

#79576B
(121,87,107)
#6E5062
(110,80,98)
#634959
(99,73,89)
#584250
(88,66,80)
#4D3B47
(77,59,71)
#42343E
(66,52,62)
#372D35
(55,45,53)
#2C262C
(44,38,44)
#211F23
(33,31,35)
#16181A
(22,24,26)
#0B1111
(11,17,17)
#000000
(0,0,0)

Tints of #79576B

#79576B
(121,87,107)
#856678
(133,102,120)
#917585
(145,117,133)
#9D8492
(157,132,146)
#A9939F
(169,147,159)
#B5A2AC
(181,162,172)
#C1B1B9
(193,177,185)
#CDC0C6
(205,192,198)
#D9CFD3
(217,207,211)
#E5DEE0
(229,222,224)
#F1EDED
(241,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79576B; }

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

This text font color is #79576B.


Background Color

.myBgColor { background-color: #79576B; }

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

This div background color is #79576B.


Border color

.myBorderColor { border: 1px solid #79576B; }

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

This div border color is #79576B.


Opacity

.myOpacity80 { color: #79576B; opacity: 0.8; }

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

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

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

This text has shadow with #79576B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79576B on black background.


Color preview on white background

This text has color #79576B on white background.



Black color preview on #79576B background

This text has black color on #79576B background.


White color preview on #79576B background

This text has white color on #79576B background.