COLOR #758692

HEX: #758692
RGB: (117,134,146)

Color info

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

RGB color model

#758692 color RGB value is (117,134,146).

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

RGB channels and saturation

R 117 of 255 = 46%
G 134 of 255 = 53%
B 146 of 255 = 57%

117
134
146

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

Portions of RGB colors in percentages

R + G + B =
117 + 134 + 146 = 397 (100%)
R 117 of 397 ~ 29.47%
G 134 of 397 ~ 33.75%
B 146 of 397 ~ 36.78%

%29.47
%33.75
%36.78

CMYK color model

#758692 color CMYK value is (20,8,0,43).

  • cyan value is 19.86%
  • magenta value is 8.22%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(20,8,0,43)
C20M8Y0K43 
(20%,8%,0%,43%)
(0.20/0.08/0.00/0.43)	

CMYK percentages

%19.86
%8.22
%0
%42.75

Codes

Color #758692 in popluar color models

758692
RGB117134146
HSL205°11.74%51.57%
HSB/HSV205°19.86%57.25%
CMYK19.86%8.22%0.00%
42.75%

Color #758692 in popluar number systems.

HEX758692
Decimal117134146
Binary11101011000011010010010
Octal165206222

Shades and tints

Shades of #758692

#758692
(117,134,146)
#6B7A85
(107,122,133)
#616E78
(97,110,120)
#57626B
(87,98,107)
#4D565E
(77,86,94)
#434A51
(67,74,81)
#393E44
(57,62,68)
#2F3237
(47,50,55)
#25262A
(37,38,42)
#1B1A1D
(27,26,29)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #758692

#758692
(117,134,146)
#81919B
(129,145,155)
#8D9CA4
(141,156,164)
#99A7AD
(153,167,173)
#A5B2B6
(165,178,182)
#B1BDBF
(177,189,191)
#BDC8C8
(189,200,200)
#C9D3D1
(201,211,209)
#D5DEDA
(213,222,218)
#E1E9E3
(225,233,227)
#EDF4EC
(237,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758692; }

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

This text font color is #758692.


Background Color

.myBgColor { background-color: #758692; }

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

This div background color is #758692.


Border color

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

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

This div border color is #758692.


Opacity

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

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

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

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

This text has shadow with #758692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758692 on black background.


Color preview on white background

This text has color #758692 on white background.



Black color preview on #758692 background

This text has black color on #758692 background.


White color preview on #758692 background

This text has white color on #758692 background.