COLOR #758B95

HEX: #758B95
RGB: (117,139,149)

Color info

#758B95 contains red, green and blue colors in about the same proportion. Web safe color of #758B95 is #669999 (or #699).

RGB color model

#758B95 color RGB value is (117,139,149).

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

RGB channels and saturation

R 117 of 255 = 46%
G 139 of 255 = 55%
B 149 of 255 = 58%

117
139
149

R + G + B ~ 53%. #758B95 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 139 + 149 = 405 (100%)
R 117 of 405 ~ 28.89%
G 139 of 405 ~ 34.32%
B 149 of 405 ~ 36.79%

%28.89
%34.32
%36.79

CMYK color model

#758B95 color CMYK value is (21,7,0,42).

  • cyan value is 21.48%
  • magenta value is 6.71%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(21,7,0,42)
C21M7Y0K42 
(21%,7%,0%,42%)
(0.21/0.07/0.00/0.42)	

CMYK percentages

%21.48
%6.71
%0
%41.57

Codes

Color #758B95 in popluar color models

758B95
RGB117139149
HSL199°13.11%52.16%
HSB/HSV199°21.48%58.43%
CMYK21.48%6.71%0.00%
41.57%

Color #758B95 in popluar number systems.

HEX758B95
Decimal117139149
Binary11101011000101110010101
Octal165213225

Shades and tints

Shades of #758B95

#758B95
(117,139,149)
#6B7F88
(107,127,136)
#61737B
(97,115,123)
#57676E
(87,103,110)
#4D5B61
(77,91,97)
#434F54
(67,79,84)
#394347
(57,67,71)
#2F373A
(47,55,58)
#252B2D
(37,43,45)
#1B1F20
(27,31,32)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #758B95

#758B95
(117,139,149)
#81959E
(129,149,158)
#8D9FA7
(141,159,167)
#99A9B0
(153,169,176)
#A5B3B9
(165,179,185)
#B1BDC2
(177,189,194)
#BDC7CB
(189,199,203)
#C9D1D4
(201,209,212)
#D5DBDD
(213,219,221)
#E1E5E6
(225,229,230)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758B95; }

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

This text font color is #758B95.


Background Color

.myBgColor { background-color: #758B95; }

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

This div background color is #758B95.


Border color

.myBorderColor { border: 1px solid #758B95; }

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

This div border color is #758B95.


Opacity

.myOpacity80 { color: #758B95; opacity: 0.8; }

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

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

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

This text has shadow with #758B95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758B95 on black background.


Color preview on white background

This text has color #758B95 on white background.



Black color preview on #758B95 background

This text has black color on #758B95 background.


White color preview on #758B95 background

This text has white color on #758B95 background.