COLOR #757B99

HEX: #757B99 RGB: (117,123,153)

Color info

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

RGB color model

#757B99 color RGB value is (117,123,153).

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

RGB channels and saturation

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

117
123
153

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

Portions of RGB colors in percentages

R + G + B = 117 + 123 + 153 = 393 (100%)
R 117 of 393 ~ 29.77%
G 123 of 393 ~ 31.3%
B 153 of 393 ~ 38.93'%

%29.77
%31.3
%38.93

CMYK color model

#757B99 color CMYK value is (24,20,0,40).

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

CMYK: (24,20,0,40)
C24M20Y0K40 (24%, 20%, 0%, 40%)
(0.24 / 0.20 / 0.00 / 0.40)

CMYK percentages

%23.53
%19.61
%0
%40

Codes

Color #757B99 in popluar color models

75 7B 99
RGB 117 123 153
HSL 230° 15.00% 52.94%
HSB/HSV 230° 23.53% 60.00%
CMYK 23.53% 19.61% 0.00%
40.00%

Color #757B99 in popluar number systems.

HEX 75 7B 99
Decimal 117 123 153
Binary 1110101 1111011 10011001
Octal 165 173 231

Shades and tints

Shades of #757B99

#757B99
(117,123,153)
#6B708C
(107,112,140)
#61657F
(97,101,127)
#575A72
(87,90,114)
#4D4F65
(77,79,101)
#434458
(67,68,88)
#39394B
(57,57,75)
#2F2E3E
(47,46,62)
#252331
(37,35,49)
#1B1824
(27,24,36)
#110D17
(17,13,23)
#000000
(0,0,0)

Tints of #757B99

#757B99
(117,123,153)
#8187A2
(129,135,162)
#8D93AB
(141,147,171)
#999FB4
(153,159,180)
#A5ABBD
(165,171,189)
#B1B7C6
(177,183,198)
#BDC3CF
(189,195,207)
#C9CFD8
(201,207,216)
#D5DBE1
(213,219,225)
#E1E7EA
(225,231,234)
#EDF3F3
(237,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757B99; }

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

This text font color is #757B99.

Background Color

.myBgColor { background-color: #757B99; }

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

This div background color is #757B99.

Border color

.myBorderColor { border: 1px solid #757B99; }

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

This div border color is #757B99.

Opacity

.myOpacity80 { color: #757B99; opacity: 0.8; }

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

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

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

This text has shadow with #757B99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757B99.

Preview

Color preview on black background

This text has color #757B99 on black background.


Color preview on white background

This text has color #757B99 on white background.


Black color preview on #757B99 background

This text has black color on #757B99 background.


White color preview on #757B99 background

This text has white color on #757B99 background.


Related colors

Complementary color

Complementary color for #hex is #8A8466.


I love getcolorcode.com

Triadic colors

1 #99757B and #7B9975 with #757B99 are triadic colors.

2 #997B75 and #7B7599 with #757B99 are triadic colors.