COLOR #79627D

HEX: #79627D RGB: (121,98,125)

Color info

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

RGB color model

#79627D color RGB value is (121,98,125).

RGB: (121,98,125) (47%, 38%, 49%)

RGB channels and saturation

R 121 of 255 = 47%
G 98 of 255 = 38%
B 125 of 255 = 49%

121
98
125

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

Portions of RGB colors in percentages

R + G + B = 121 + 98 + 125 = 344 (100%)
R 121 of 344 ~ 35.17%
G 98 of 344 ~ 28.49%
B 125 of 344 ~ 36.34'%

%35.17
%28.49
%36.34

CMYK color model

#79627D color CMYK value is (3,22,0,51).

  • cyan value is 3.20%
  • magenta value is 21.60%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (3,22,0,51)
C3M22Y0K51 (3%, 22%, 0%, 51%)
(0.03 / 0.22 / 0.00 / 0.51)

CMYK percentages

%3.2
%21.6
%0
%50.98

Codes

Color #79627D in popluar color models

79 62 7D
RGB 121 98 125
HSL 291° 12.11% 43.73%
HSB/HSV 291° 21.60% 49.02%
CMYK 3.20% 21.60% 0.00%
50.98%

Color #79627D in popluar number systems.

HEX 79 62 7D
Decimal 121 98 125
Binary 1111001 1100010 1111101
Octal 171 142 175

Shades and tints

Shades of #79627D

#79627D
(121,98,125)
#6E5A72
(110,90,114)
#635267
(99,82,103)
#584A5C
(88,74,92)
#4D4251
(77,66,81)
#423A46
(66,58,70)
#37323B
(55,50,59)
#2C2A30
(44,42,48)
#212225
(33,34,37)
#161A1A
(22,26,26)
#0B120F
(11,18,15)
#000000
(0,0,0)

Tints of #79627D

#79627D
(121,98,125)
#857088
(133,112,136)
#917E93
(145,126,147)
#9D8C9E
(157,140,158)
#A99AA9
(169,154,169)
#B5A8B4
(181,168,180)
#C1B6BF
(193,182,191)
#CDC4CA
(205,196,202)
#D9D2D5
(217,210,213)
#E5E0E0
(229,224,224)
#F1EEEB
(241,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79627D; }

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

This text font color is #79627D.

Background Color

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

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

This div background color is #79627D.

Border color

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

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

This div border color is #79627D.

Opacity

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

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

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

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

This text has shadow with #79627D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79627D.

Preview

Color preview on black background

This text has color #79627D on black background.


Color preview on white background

This text has color #79627D on white background.


Black color preview on #79627D background

This text has black color on #79627D background.


White color preview on #79627D background

This text has white color on #79627D background.


Related colors

Complementary color

Complementary color for #hex is #869D82.


I love getcolorcode.com

Triadic colors

1 #7D7962 and #627D79 with #79627D are triadic colors.

2 #7D6279 and #62797D with #79627D are triadic colors.