COLOR #758994

HEX: #758994
RGB: (117,137,148)

Color info

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

RGB color model

#758994 color RGB value is (117,137,148).

  • red value is 117;
  • green value is 137;
  • blue value is 148.
RGB:
(117,137,148)
(46%,54%,58%)

RGB channels and saturation

R 117 of 255 = 46%
G 137 of 255 = 54%
B 148 of 255 = 58%

117
137
148

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

Portions of RGB colors in percentages

R + G + B =
117 + 137 + 148 = 402 (100%)
R 117 of 402 ~ 29.1%
G 137 of 402 ~ 34.08%
B 148 of 402 ~ 36.82%

%29.1
%34.08
%36.82

CMYK color model

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

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

CMYK percentages

%20.95
%7.43
%0
%41.96

Codes

Color #758994 in popluar color models

758994
RGB117137148
HSL201°12.65%51.96%
HSB/HSV201°20.95%58.04%
CMYK20.95%7.43%0.00%
41.96%

Color #758994 in popluar number systems.

HEX758994
Decimal117137148
Binary11101011000100110010100
Octal165211224

Shades and tints

Shades of #758994

#758994
(117,137,148)
#6B7D87
(107,125,135)
#61717A
(97,113,122)
#57656D
(87,101,109)
#4D5960
(77,89,96)
#434D53
(67,77,83)
#394146
(57,65,70)
#2F3539
(47,53,57)
#25292C
(37,41,44)
#1B1D1F
(27,29,31)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #758994

#758994
(117,137,148)
#81939D
(129,147,157)
#8D9DA6
(141,157,166)
#99A7AF
(153,167,175)
#A5B1B8
(165,177,184)
#B1BBC1
(177,187,193)
#BDC5CA
(189,197,202)
#C9CFD3
(201,207,211)
#D5D9DC
(213,217,220)
#E1E3E5
(225,227,229)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758994 color. Also use rgb(117,137,148) instead hex code.

Text Font Color

.myTextColor { color: #758994; }

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

This text font color is #758994.


Background Color

.myBgColor { background-color: #758994; }

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

This div background color is #758994.


Border color

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

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

This div border color is #758994.


Opacity

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

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

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

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

This text has shadow with #758994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758994 on black background.


Color preview on white background

This text has color #758994 on white background.



Black color preview on #758994 background

This text has black color on #758994 background.


White color preview on #758994 background

This text has white color on #758994 background.