COLOR #757292

HEX: #757292
RGB: (117,114,146)

Color info

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

RGB color model

#757292 color RGB value is (117,114,146).

  • red value is 117;
  • green value is 114;
  • blue value is 146.
RGB:
(117,114,146)
(46%,45%,57%)

RGB channels and saturation

R 117 of 255 = 46%
G 114 of 255 = 45%
B 146 of 255 = 57%

117
114
146

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

Portions of RGB colors in percentages

R + G + B =
117 + 114 + 146 = 377 (100%)
R 117 of 377 ~ 31.03%
G 114 of 377 ~ 30.24%
B 146 of 377 ~ 38.73%

%31.03
%30.24
%38.73

CMYK color model

#757292 color CMYK value is (20,22,0,43).

  • cyan value is 19.86%
  • magenta value is 21.92%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(20,22,0,43)
C20M22Y0K43 
(20%,22%,0%,43%)
(0.20/0.22/0.00/0.43)	

CMYK percentages

%19.86
%21.92
%0
%42.75

Codes

Color #757292 in popluar color models

757292
RGB117114146
HSL246°12.80%50.98%
HSB/HSV246°21.92%57.25%
CMYK19.86%21.92%0.00%
42.75%

Color #757292 in popluar number systems.

HEX757292
Decimal117114146
Binary1110101111001010010010
Octal165162222

Shades and tints

Shades of #757292

#757292
(117,114,146)
#6B6885
(107,104,133)
#615E78
(97,94,120)
#57546B
(87,84,107)
#4D4A5E
(77,74,94)
#434051
(67,64,81)
#393644
(57,54,68)
#2F2C37
(47,44,55)
#25222A
(37,34,42)
#1B181D
(27,24,29)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #757292

#757292
(117,114,146)
#817E9B
(129,126,155)
#8D8AA4
(141,138,164)
#9996AD
(153,150,173)
#A5A2B6
(165,162,182)
#B1AEBF
(177,174,191)
#BDBAC8
(189,186,200)
#C9C6D1
(201,198,209)
#D5D2DA
(213,210,218)
#E1DEE3
(225,222,227)
#EDEAEC
(237,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757292; }

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

This text font color is #757292.


Background Color

.myBgColor { background-color: #757292; }

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

This div background color is #757292.


Border color

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

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

This div border color is #757292.


Opacity

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

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

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

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

This text has shadow with #757292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757292 on black background.


Color preview on white background

This text has color #757292 on white background.



Black color preview on #757292 background

This text has black color on #757292 background.


White color preview on #757292 background

This text has white color on #757292 background.