COLOR #79474B

HEX: #79474B
RGB: (121,71,75)

Color info

#79474B contains red, green and blue colors in about the same proportion. Web safe color of #79474B is #663333 (or #633).

RGB color model

#79474B color RGB value is (121,71,75).

  • red value is 121;
  • green value is 71;
  • blue value is 75.
RGB:
(121,71,75)
(47%,28%,29%)

RGB channels and saturation

R 121 of 255 = 47%
G 71 of 255 = 28%
B 75 of 255 = 29%

121
71
75

R + G + B ~ 35%. #79474B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 71 + 75 = 267 (100%)
R 121 of 267 ~ 45.32%
G 71 of 267 ~ 26.59%
B 75 of 267 ~ 28.09%

%45.32
%26.59
%28.09

CMYK color model

#79474B color CMYK value is (0,41,38,53).

  • cyan value is 0.00%
  • magenta value is 41.32%
  • yellow value is 38.02%
  • key color value is 52.55%
CMYK:
(0,41,38,53)
C0M41Y38K53 
(0%,41%,38%,53%)
(0.00/0.41/0.38/0.53)	

CMYK percentages

%0
%41.32
%38.02
%52.55

Codes

Color #79474B in popluar color models

79474B
RGB1217175
HSL355°26.04%37.65%
HSB/HSV355°41.32%47.45%
CMYK0.00%41.32%38.02%
52.55%

Color #79474B in popluar number systems.

HEX79474B
Decimal1217175
Binary111100110001111001011
Octal171107113

Shades and tints

Shades of #79474B

#79474B
(121,71,75)
#6E4145
(110,65,69)
#633B3F
(99,59,63)
#583539
(88,53,57)
#4D2F33
(77,47,51)
#42292D
(66,41,45)
#372327
(55,35,39)
#2C1D21
(44,29,33)
#21171B
(33,23,27)
#161115
(22,17,21)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #79474B

#79474B
(121,71,75)
#85575B
(133,87,91)
#91676B
(145,103,107)
#9D777B
(157,119,123)
#A9878B
(169,135,139)
#B5979B
(181,151,155)
#C1A7AB
(193,167,171)
#CDB7BB
(205,183,187)
#D9C7CB
(217,199,203)
#E5D7DB
(229,215,219)
#F1E7EB
(241,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79474B color. Also use rgb(121,71,75) instead hex code.

Text Font Color

.myTextColor { color: #79474B; }

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

This text font color is #79474B.


Background Color

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

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

This div background color is #79474B.


Border color

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

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

This div border color is #79474B.


Opacity

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

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

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

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

This text has shadow with #79474B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79474B on black background.


Color preview on white background

This text has color #79474B on white background.



Black color preview on #79474B background

This text has black color on #79474B background.


White color preview on #79474B background

This text has white color on #79474B background.