COLOR #79758F

HEX: #79758F
RGB: (121,117,143)

Color info

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

RGB color model

#79758F color RGB value is (121,117,143).

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

RGB channels and saturation

R 121 of 255 = 47%
G 117 of 255 = 46%
B 143 of 255 = 56%

121
117
143

R + G + B ~ 50%. #79758F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 117 + 143 = 381 (100%)
R 121 of 381 ~ 31.76%
G 117 of 381 ~ 30.71%
B 143 of 381 ~ 37.53%

%31.76
%30.71
%37.53

CMYK color model

#79758F color CMYK value is (15,18,0,44).

  • cyan value is 15.38%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(15,18,0,44)
C15M18Y0K44 
(15%,18%,0%,44%)
(0.15/0.18/0.00/0.44)	

CMYK percentages

%15.38
%18.18
%0
%43.92

Codes

Color #79758F in popluar color models

79758F
RGB121117143
HSL249°10.40%50.98%
HSB/HSV249°18.18%56.08%
CMYK15.38%18.18%0.00%
43.92%

Color #79758F in popluar number systems.

HEX79758F
Decimal121117143
Binary1111001111010110001111
Octal171165217

Shades and tints

Shades of #79758F

#79758F
(121,117,143)
#6E6B82
(110,107,130)
#636175
(99,97,117)
#585768
(88,87,104)
#4D4D5B
(77,77,91)
#42434E
(66,67,78)
#373941
(55,57,65)
#2C2F34
(44,47,52)
#212527
(33,37,39)
#161B1A
(22,27,26)
#0B110D
(11,17,13)
#000000
(0,0,0)

Tints of #79758F

#79758F
(121,117,143)
#858199
(133,129,153)
#918DA3
(145,141,163)
#9D99AD
(157,153,173)
#A9A5B7
(169,165,183)
#B5B1C1
(181,177,193)
#C1BDCB
(193,189,203)
#CDC9D5
(205,201,213)
#D9D5DF
(217,213,223)
#E5E1E9
(229,225,233)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79758F color. Also use rgb(121,117,143) instead hex code.

Text Font Color

.myTextColor { color: #79758F; }

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

This text font color is #79758F.


Background Color

.myBgColor { background-color: #79758F; }

<div style="background-color:#79758F">Inner text</div>

This div background color is #79758F.


Border color

.myBorderColor { border: 1px solid #79758F; }

<div style="border:3px solid #79758F">Div</div>

This div border color is #79758F.


Opacity

.myOpacity80 { color: #79758F; opacity: 0.8; }

<p style="color:#79758F;opacity:0.8;">80%</p>

Text with #79758F 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 #79758F;}

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

This text has shadow with #79758F color.

.textShadow {text-shadow: 3px 3px 1px #79758F, 3px 3px 1px red;}

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

This text has shadow with #79758F primary color and red secondary color.


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

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

This text has shadow with #79758F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79758F on black background.


Color preview on white background

This text has color #79758F on white background.



Black color preview on #79758F background

This text has black color on #79758F background.


White color preview on #79758F background

This text has white color on #79758F background.