COLOR #757599

HEX: #757599 RGB: (117,117,153)

Color info

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

RGB color model

#757599 color RGB value is (117,117,153).

RGB: (117,117,153) (46%, 46%, 60%)

RGB channels and saturation

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

117
117
153

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

Portions of RGB colors in percentages

R + G + B = 117 + 117 + 153 = 387 (100%)
R 117 of 387 ~ 30.23%
G 117 of 387 ~ 30.23%
B 153 of 387 ~ 39.53'%

%30.23
%30.23
%39.53

CMYK color model

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

  • cyan value is 23.53%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (24,24,0,40)
C24M24Y0K40 (24%, 24%, 0%, 40%)
(0.24 / 0.24 / 0.00 / 0.40)

CMYK percentages

%23.53
%23.53
%0
%40

Codes

Color #757599 in popluar color models

75 75 99
RGB 117 117 153
HSL 240° 15.00% 52.94%
HSB/HSV 240° 23.53% 60.00%
CMYK 23.53% 23.53% 0.00%
40.00%

Color #757599 in popluar number systems.

HEX 75 75 99
Decimal 117 117 153
Binary 1110101 1110101 10011001
Octal 165 165 231

Shades and tints

Shades of #757599

#757599
(117,117,153)
#6B6B8C
(107,107,140)
#61617F
(97,97,127)
#575772
(87,87,114)
#4D4D65
(77,77,101)
#434358
(67,67,88)
#39394B
(57,57,75)
#2F2F3E
(47,47,62)
#252531
(37,37,49)
#1B1B24
(27,27,36)
#111117
(17,17,23)
#000000
(0,0,0)

Tints of #757599

#757599
(117,117,153)
#8181A2
(129,129,162)
#8D8DAB
(141,141,171)
#9999B4
(153,153,180)
#A5A5BD
(165,165,189)
#B1B1C6
(177,177,198)
#BDBDCF
(189,189,207)
#C9C9D8
(201,201,216)
#D5D5E1
(213,213,225)
#E1E1EA
(225,225,234)
#EDEDF3
(237,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757599; }

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

This text font color is #757599.

Background Color

.myBgColor { background-color: #757599; }

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

This div background color is #757599.

Border color

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

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

This div border color is #757599.

Opacity

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

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

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

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

This text has shadow with #757599 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757599.

Preview

Color preview on black background

This text has color #757599 on black background.


Color preview on white background

This text has color #757599 on white background.


Black color preview on #757599 background

This text has black color on #757599 background.


White color preview on #757599 background

This text has white color on #757599 background.


Related colors

Complementary color

Complementary color for #hex is #8A8A66.


I love getcolorcode.com