COLOR #79667D

HEX: #79667D
RGB: (121,102,125)

Color info

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

RGB color model

#79667D color RGB value is (121,102,125).

  • red value is 121;
  • green value is 102;
  • blue value is 125.
RGB:
(121,102,125)
(47%,40%,49%)

RGB channels and saturation

R 121 of 255 = 47%
G 102 of 255 = 40%
B 125 of 255 = 49%

121
102
125

R + G + B ~ 45%. #79667D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 102 + 125 = 348 (100%)
R 121 of 348 ~ 34.77%
G 102 of 348 ~ 29.31%
B 125 of 348 ~ 35.92%

%34.77
%29.31
%35.92

CMYK color model

#79667D color CMYK value is (3,18,0,51).

  • cyan value is 3.20%
  • magenta value is 18.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(3,18,0,51)
C3M18Y0K51 
(3%,18%,0%,51%)
(0.03/0.18/0.00/0.51)	

CMYK percentages

%3.2
%18.4
%0
%50.98

Codes

Color #79667D in popluar color models

79667D
RGB121102125
HSL290°10.13%44.51%
HSB/HSV290°18.40%49.02%
CMYK3.20%18.40%0.00%
50.98%

Color #79667D in popluar number systems.

HEX79667D
Decimal121102125
Binary111100111001101111101
Octal171146175

Shades and tints

Shades of #79667D

#79667D
(121,102,125)
#6E5D72
(110,93,114)
#635467
(99,84,103)
#584B5C
(88,75,92)
#4D4251
(77,66,81)
#423946
(66,57,70)
#37303B
(55,48,59)
#2C2730
(44,39,48)
#211E25
(33,30,37)
#16151A
(22,21,26)
#0B0C0F
(11,12,15)
#000000
(0,0,0)

Tints of #79667D

#79667D
(121,102,125)
#857388
(133,115,136)
#918093
(145,128,147)
#9D8D9E
(157,141,158)
#A99AA9
(169,154,169)
#B5A7B4
(181,167,180)
#C1B4BF
(193,180,191)
#CDC1CA
(205,193,202)
#D9CED5
(217,206,213)
#E5DBE0
(229,219,224)
#F1E8EB
(241,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79667D color. Also use rgb(121,102,125) instead hex code.

Text Font Color

.myTextColor { color: #79667D; }

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

This text font color is #79667D.


Background Color

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

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

This div background color is #79667D.


Border color

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

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

This div border color is #79667D.


Opacity

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

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

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

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

This text has shadow with #79667D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79667D on black background.


Color preview on white background

This text has color #79667D on white background.



Black color preview on #79667D background

This text has black color on #79667D background.


White color preview on #79667D background

This text has white color on #79667D background.