COLOR #758992

HEX: #758992
RGB: (117,137,146)

Color info

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

RGB color model

#758992 color RGB value is (117,137,146).

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

RGB channels and saturation

R 117 of 255 = 46%
G 137 of 255 = 54%
B 146 of 255 = 57%

117
137
146

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

Portions of RGB colors in percentages

R + G + B =
117 + 137 + 146 = 400 (100%)
R 117 of 400 ~ 29.25%
G 137 of 400 ~ 34.25%
B 146 of 400 ~ 36.5%

%29.25
%34.25
%36.5

CMYK color model

#758992 color CMYK value is (20,6,0,43).

  • cyan value is 19.86%
  • magenta value is 6.16%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(20,6,0,43)
C20M6Y0K43 
(20%,6%,0%,43%)
(0.20/0.06/0.00/0.43)	

CMYK percentages

%19.86
%6.16
%0
%42.75

Codes

Color #758992 in popluar color models

758992
RGB117137146
HSL199°11.74%51.57%
HSB/HSV199°19.86%57.25%
CMYK19.86%6.16%0.00%
42.75%

Color #758992 in popluar number systems.

HEX758992
Decimal117137146
Binary11101011000100110010010
Octal165211222

Shades and tints

Shades of #758992

#758992
(117,137,146)
#6B7D85
(107,125,133)
#617178
(97,113,120)
#57656B
(87,101,107)
#4D595E
(77,89,94)
#434D51
(67,77,81)
#394144
(57,65,68)
#2F3537
(47,53,55)
#25292A
(37,41,42)
#1B1D1D
(27,29,29)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #758992

#758992
(117,137,146)
#81939B
(129,147,155)
#8D9DA4
(141,157,164)
#99A7AD
(153,167,173)
#A5B1B6
(165,177,182)
#B1BBBF
(177,187,191)
#BDC5C8
(189,197,200)
#C9CFD1
(201,207,209)
#D5D9DA
(213,217,218)
#E1E3E3
(225,227,227)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758992; }

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

This text font color is #758992.


Background Color

.myBgColor { background-color: #758992; }

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

This div background color is #758992.


Border color

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

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

This div border color is #758992.


Opacity

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

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

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

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

This text has shadow with #758992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758992 on black background.


Color preview on white background

This text has color #758992 on white background.



Black color preview on #758992 background

This text has black color on #758992 background.


White color preview on #758992 background

This text has white color on #758992 background.