COLOR #79759B

HEX: #79759B
RGB: (121,117,155)

Color info

#79759B contains red, green and blue colors in about the same proportion. Web safe color of #79759B is #666699 (or #669).

RGB color model

#79759B color RGB value is (121,117,155).

  • red value is 121;
  • green value is 117;
  • blue value is 155.
RGB:
(121,117,155)
(47%,46%,61%)

RGB channels and saturation

R 121 of 255 = 47%
G 117 of 255 = 46%
B 155 of 255 = 61%

121
117
155

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

Portions of RGB colors in percentages

R + G + B =
121 + 117 + 155 = 393 (100%)
R 121 of 393 ~ 30.79%
G 117 of 393 ~ 29.77%
B 155 of 393 ~ 39.44%

%30.79
%29.77
%39.44

CMYK color model

#79759B color CMYK value is (22,25,0,39).

  • cyan value is 21.94%
  • magenta value is 24.52%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(22,25,0,39)
C22M25Y0K39 
(22%,25%,0%,39%)
(0.22/0.25/0.00/0.39)	

CMYK percentages

%21.94
%24.52
%0
%39.22

Codes

Color #79759B in popluar color models

79759B
RGB121117155
HSL246°15.97%53.33%
HSB/HSV246°24.52%60.78%
CMYK21.94%24.52%0.00%
39.22%

Color #79759B in popluar number systems.

HEX79759B
Decimal121117155
Binary1111001111010110011011
Octal171165233

Shades and tints

Shades of #79759B

#79759B
(121,117,155)
#6E6B8D
(110,107,141)
#63617F
(99,97,127)
#585771
(88,87,113)
#4D4D63
(77,77,99)
#424355
(66,67,85)
#373947
(55,57,71)
#2C2F39
(44,47,57)
#21252B
(33,37,43)
#161B1D
(22,27,29)
#0B110F
(11,17,15)
#000000
(0,0,0)

Tints of #79759B

#79759B
(121,117,155)
#8581A4
(133,129,164)
#918DAD
(145,141,173)
#9D99B6
(157,153,182)
#A9A5BF
(169,165,191)
#B5B1C8
(181,177,200)
#C1BDD1
(193,189,209)
#CDC9DA
(205,201,218)
#D9D5E3
(217,213,227)
#E5E1EC
(229,225,236)
#F1EDF5
(241,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79759B color. Also use rgb(121,117,155) instead hex code.

Text Font Color

.myTextColor { color: #79759B; }

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

This text font color is #79759B.


Background Color

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

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

This div background color is #79759B.


Border color

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

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

This div border color is #79759B.


Opacity

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

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

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

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

This text has shadow with #79759B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79759B on black background.


Color preview on white background

This text has color #79759B on white background.



Black color preview on #79759B background

This text has black color on #79759B background.


White color preview on #79759B background

This text has white color on #79759B background.