COLOR #757095

HEX: #757095
RGB: (117,112,149)

Color info

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

RGB color model

#757095 color RGB value is (117,112,149).

  • red value is 117;
  • green value is 112;
  • blue value is 149.
RGB:
(117,112,149)
(46%,44%,58%)

RGB channels and saturation

R 117 of 255 = 46%
G 112 of 255 = 44%
B 149 of 255 = 58%

117
112
149

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

Portions of RGB colors in percentages

R + G + B =
117 + 112 + 149 = 378 (100%)
R 117 of 378 ~ 30.95%
G 112 of 378 ~ 29.63%
B 149 of 378 ~ 39.42%

%30.95
%29.63
%39.42

CMYK color model

#757095 color CMYK value is (21,25,0,42).

  • cyan value is 21.48%
  • magenta value is 24.83%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(21,25,0,42)
C21M25Y0K42 
(21%,25%,0%,42%)
(0.21/0.25/0.00/0.42)	

CMYK percentages

%21.48
%24.83
%0
%41.57

Codes

Color #757095 in popluar color models

757095
RGB117112149
HSL248°14.86%51.18%
HSB/HSV248°24.83%58.43%
CMYK21.48%24.83%0.00%
41.57%

Color #757095 in popluar number systems.

HEX757095
Decimal117112149
Binary1110101111000010010101
Octal165160225

Shades and tints

Shades of #757095

#757095
(117,112,149)
#6B6688
(107,102,136)
#615C7B
(97,92,123)
#57526E
(87,82,110)
#4D4861
(77,72,97)
#433E54
(67,62,84)
#393447
(57,52,71)
#2F2A3A
(47,42,58)
#25202D
(37,32,45)
#1B1620
(27,22,32)
#110C13
(17,12,19)
#000000
(0,0,0)

Tints of #757095

#757095
(117,112,149)
#817D9E
(129,125,158)
#8D8AA7
(141,138,167)
#9997B0
(153,151,176)
#A5A4B9
(165,164,185)
#B1B1C2
(177,177,194)
#BDBECB
(189,190,203)
#C9CBD4
(201,203,212)
#D5D8DD
(213,216,221)
#E1E5E6
(225,229,230)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757095; }

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

This text font color is #757095.


Background Color

.myBgColor { background-color: #757095; }

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

This div background color is #757095.


Border color

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

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

This div border color is #757095.


Opacity

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

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

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

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

This text has shadow with #757095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757095 on black background.


Color preview on white background

This text has color #757095 on white background.



Black color preview on #757095 background

This text has black color on #757095 background.


White color preview on #757095 background

This text has white color on #757095 background.