COLOR #79727B

HEX: #79727B
RGB: (121,114,123)

Color info

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

RGB color model

#79727B color RGB value is (121,114,123).

  • red value is 121;
  • green value is 114;
  • blue value is 123.
RGB:
(121,114,123)
(47%,45%,48%)

RGB channels and saturation

R 121 of 255 = 47%
G 114 of 255 = 45%
B 123 of 255 = 48%

121
114
123

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

Portions of RGB colors in percentages

R + G + B =
121 + 114 + 123 = 358 (100%)
R 121 of 358 ~ 33.8%
G 114 of 358 ~ 31.84%
B 123 of 358 ~ 34.36%

%33.8
%31.84
%34.36

CMYK color model

#79727B color CMYK value is (2,7,0,52).

  • cyan value is 1.63%
  • magenta value is 7.32%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(2,7,0,52)
C2M7Y0K52 
(2%,7%,0%,52%)
(0.02/0.07/0.00/0.52)	

CMYK percentages

%1.63
%7.32
%0
%51.76

Codes

Color #79727B in popluar color models

79727B
RGB121114123
HSL287°3.80%46.47%
HSB/HSV287°7.32%48.24%
CMYK1.63%7.32%0.00%
51.76%

Color #79727B in popluar number systems.

HEX79727B
Decimal121114123
Binary111100111100101111011
Octal171162173

Shades and tints

Shades of #79727B

#79727B
(121,114,123)
#6E6870
(110,104,112)
#635E65
(99,94,101)
#58545A
(88,84,90)
#4D4A4F
(77,74,79)
#424044
(66,64,68)
#373639
(55,54,57)
#2C2C2E
(44,44,46)
#212223
(33,34,35)
#161818
(22,24,24)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #79727B

#79727B
(121,114,123)
#857E87
(133,126,135)
#918A93
(145,138,147)
#9D969F
(157,150,159)
#A9A2AB
(169,162,171)
#B5AEB7
(181,174,183)
#C1BAC3
(193,186,195)
#CDC6CF
(205,198,207)
#D9D2DB
(217,210,219)
#E5DEE7
(229,222,231)
#F1EAF3
(241,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79727B color. Also use rgb(121,114,123) instead hex code.

Text Font Color

.myTextColor { color: #79727B; }

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

This text font color is #79727B.


Background Color

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

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

This div background color is #79727B.


Border color

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

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

This div border color is #79727B.


Opacity

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

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

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

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

This text has shadow with #79727B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79727B on black background.


Color preview on white background

This text has color #79727B on white background.



Black color preview on #79727B background

This text has black color on #79727B background.


White color preview on #79727B background

This text has white color on #79727B background.