COLOR #757792

HEX: #757792 RGB: (117,119,146)

Color info

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

RGB color model

#757792 color RGB value is (117,119,146).

RGB: (117,119,146) (46%, 47%, 57%)

RGB channels and saturation

R 117 of 255 = 46%
G 119 of 255 = 47%
B 146 of 255 = 57%

117
119
146

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

Portions of RGB colors in percentages

R + G + B = 117 + 119 + 146 = 382 (100%)
R 117 of 382 ~ 30.63%
G 119 of 382 ~ 31.15%
B 146 of 382 ~ 38.22'%

%30.63
%31.15
%38.22

CMYK color model

#757792 color CMYK value is (20,18,0,43).

  • cyan value is 19.86%
  • magenta value is 18.49%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (20,18,0,43)
C20M18Y0K43 (20%, 18%, 0%, 43%)
(0.20 / 0.18 / 0.00 / 0.43)

CMYK percentages

%19.86
%18.49
%0
%42.75

Codes

Color #757792 in popluar color models

75 77 92
RGB 117 119 146
HSL 236° 11.74% 51.57%
HSB/HSV 236° 19.86% 57.25%
CMYK 19.86% 18.49% 0.00%
42.75%

Color #757792 in popluar number systems.

HEX 75 77 92
Decimal 117 119 146
Binary 1110101 1110111 10010010
Octal 165 167 222

Shades and tints

Shades of #757792

#757792
(117,119,146)
#6B6D85
(107,109,133)
#616378
(97,99,120)
#57596B
(87,89,107)
#4D4F5E
(77,79,94)
#434551
(67,69,81)
#393B44
(57,59,68)
#2F3137
(47,49,55)
#25272A
(37,39,42)
#1B1D1D
(27,29,29)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #757792

#757792
(117,119,146)
#81839B
(129,131,155)
#8D8FA4
(141,143,164)
#999BAD
(153,155,173)
#A5A7B6
(165,167,182)
#B1B3BF
(177,179,191)
#BDBFC8
(189,191,200)
#C9CBD1
(201,203,209)
#D5D7DA
(213,215,218)
#E1E3E3
(225,227,227)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757792; }

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

This text font color is #757792.

Background Color

.myBgColor { background-color: #757792; }

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

This div background color is #757792.

Border color

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

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

This div border color is #757792.

Opacity

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

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

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

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

This text has shadow with #757792 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757792.

Preview

Color preview on black background

This text has color #757792 on black background.


Color preview on white background

This text has color #757792 on white background.


Black color preview on #757792 background

This text has black color on #757792 background.


White color preview on #757792 background

This text has white color on #757792 background.


Related colors

Complementary color

Complementary color for #hex is #8A886D.


I love getcolorcode.com

Triadic colors

1 #927577 and #779275 with #757792 are triadic colors.

2 #927775 and #777592 with #757792 are triadic colors.