COLOR #75799F

HEX: #75799F
RGB: (117,121,159)

Color info

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

RGB color model

#75799F color RGB value is (117,121,159).

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

RGB channels and saturation

R 117 of 255 = 46%
G 121 of 255 = 47%
B 159 of 255 = 62%

117
121
159

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

Portions of RGB colors in percentages

R + G + B =
117 + 121 + 159 = 397 (100%)
R 117 of 397 ~ 29.47%
G 121 of 397 ~ 30.48%
B 159 of 397 ~ 40.05%

%29.47
%30.48
%40.05

CMYK color model

#75799F color CMYK value is (26,24,0,38).

  • cyan value is 26.42%
  • magenta value is 23.90%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(26,24,0,38)
C26M24Y0K38 
(26%,24%,0%,38%)
(0.26/0.24/0.00/0.38)	

CMYK percentages

%26.42
%23.9
%0
%37.65

Codes

Color #75799F in popluar color models

75799F
RGB117121159
HSL234°17.95%54.12%
HSB/HSV234°26.42%62.35%
CMYK26.42%23.90%0.00%
37.65%

Color #75799F in popluar number systems.

HEX75799F
Decimal117121159
Binary1110101111100110011111
Octal165171237

Shades and tints

Shades of #75799F

#75799F
(117,121,159)
#6B6E91
(107,110,145)
#616383
(97,99,131)
#575875
(87,88,117)
#4D4D67
(77,77,103)
#434259
(67,66,89)
#39374B
(57,55,75)
#2F2C3D
(47,44,61)
#25212F
(37,33,47)
#1B1621
(27,22,33)
#110B13
(17,11,19)
#000000
(0,0,0)

Tints of #75799F

#75799F
(117,121,159)
#8185A7
(129,133,167)
#8D91AF
(141,145,175)
#999DB7
(153,157,183)
#A5A9BF
(165,169,191)
#B1B5C7
(177,181,199)
#BDC1CF
(189,193,207)
#C9CDD7
(201,205,215)
#D5D9DF
(213,217,223)
#E1E5E7
(225,229,231)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75799F; }

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

This text font color is #75799F.


Background Color

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

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

This div background color is #75799F.


Border color

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

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

This div border color is #75799F.


Opacity

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

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

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

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

This text has shadow with #75799F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75799F on black background.


Color preview on white background

This text has color #75799F on white background.



Black color preview on #75799F background

This text has black color on #75799F background.


White color preview on #75799F background

This text has white color on #75799F background.