COLOR #757999

HEX: #757999
RGB: (117,121,153)

Color info

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

RGB color model

#757999 color RGB value is (117,121,153).

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

RGB channels and saturation

R 117 of 255 = 46%
G 121 of 255 = 47%
B 153 of 255 = 60%

117
121
153

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

Portions of RGB colors in percentages

R + G + B =
117 + 121 + 153 = 391 (100%)
R 117 of 391 ~ 29.92%
G 121 of 391 ~ 30.95%
B 153 of 391 ~ 39.13%

%29.92
%30.95
%39.13

CMYK color model

#757999 color CMYK value is (24,21,0,40).

  • cyan value is 23.53%
  • magenta value is 20.92%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(24,21,0,40)
C24M21Y0K40 
(24%,21%,0%,40%)
(0.24/0.21/0.00/0.40)	

CMYK percentages

%23.53
%20.92
%0
%40

Codes

Color #757999 in popluar color models

757999
RGB117121153
HSL233°15.00%52.94%
HSB/HSV233°23.53%60.00%
CMYK23.53%20.92%0.00%
40.00%

Color #757999 in popluar number systems.

HEX757999
Decimal117121153
Binary1110101111100110011001
Octal165171231

Shades and tints

Shades of #757999

#757999
(117,121,153)
#6B6E8C
(107,110,140)
#61637F
(97,99,127)
#575872
(87,88,114)
#4D4D65
(77,77,101)
#434258
(67,66,88)
#39374B
(57,55,75)
#2F2C3E
(47,44,62)
#252131
(37,33,49)
#1B1624
(27,22,36)
#110B17
(17,11,23)
#000000
(0,0,0)

Tints of #757999

#757999
(117,121,153)
#8185A2
(129,133,162)
#8D91AB
(141,145,171)
#999DB4
(153,157,180)
#A5A9BD
(165,169,189)
#B1B5C6
(177,181,198)
#BDC1CF
(189,193,207)
#C9CDD8
(201,205,216)
#D5D9E1
(213,217,225)
#E1E5EA
(225,229,234)
#EDF1F3
(237,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757999; }

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

This text font color is #757999.


Background Color

.myBgColor { background-color: #757999; }

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

This div background color is #757999.


Border color

.myBorderColor { border: 1px solid #757999; }

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

This div border color is #757999.


Opacity

.myOpacity80 { color: #757999; opacity: 0.8; }

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

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

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

This text has shadow with #757999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757999 on black background.


Color preview on white background

This text has color #757999 on white background.



Black color preview on #757999 background

This text has black color on #757999 background.


White color preview on #757999 background

This text has white color on #757999 background.