COLOR #758795

HEX: #758795
RGB: (117,135,149)

Color info

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

RGB color model

#758795 color RGB value is (117,135,149).

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

RGB channels and saturation

R 117 of 255 = 46%
G 135 of 255 = 53%
B 149 of 255 = 58%

117
135
149

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

Portions of RGB colors in percentages

R + G + B =
117 + 135 + 149 = 401 (100%)
R 117 of 401 ~ 29.18%
G 135 of 401 ~ 33.67%
B 149 of 401 ~ 37.16%

%29.18
%33.67
%37.16

CMYK color model

#758795 color CMYK value is (21,9,0,42).

  • cyan value is 21.48%
  • magenta value is 9.40%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(21,9,0,42)
C21M9Y0K42 
(21%,9%,0%,42%)
(0.21/0.09/0.00/0.42)	

CMYK percentages

%21.48
%9.4
%0
%41.57

Codes

Color #758795 in popluar color models

758795
RGB117135149
HSL206°13.11%52.16%
HSB/HSV206°21.48%58.43%
CMYK21.48%9.40%0.00%
41.57%

Color #758795 in popluar number systems.

HEX758795
Decimal117135149
Binary11101011000011110010101
Octal165207225

Shades and tints

Shades of #758795

#758795
(117,135,149)
#6B7B88
(107,123,136)
#616F7B
(97,111,123)
#57636E
(87,99,110)
#4D5761
(77,87,97)
#434B54
(67,75,84)
#393F47
(57,63,71)
#2F333A
(47,51,58)
#25272D
(37,39,45)
#1B1B20
(27,27,32)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #758795

#758795
(117,135,149)
#81919E
(129,145,158)
#8D9BA7
(141,155,167)
#99A5B0
(153,165,176)
#A5AFB9
(165,175,185)
#B1B9C2
(177,185,194)
#BDC3CB
(189,195,203)
#C9CDD4
(201,205,212)
#D5D7DD
(213,215,221)
#E1E1E6
(225,225,230)
#EDEBEF
(237,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758795; }

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

This text font color is #758795.


Background Color

.myBgColor { background-color: #758795; }

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

This div background color is #758795.


Border color

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

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

This div border color is #758795.


Opacity

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

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

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

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

This text has shadow with #758795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758795 on black background.


Color preview on white background

This text has color #758795 on white background.



Black color preview on #758795 background

This text has black color on #758795 background.


White color preview on #758795 background

This text has white color on #758795 background.