COLOR #758B86

HEX: #758B86
RGB: (117,139,134)

Color info

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

RGB color model

#758B86 color RGB value is (117,139,134).

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

RGB channels and saturation

R 117 of 255 = 46%
G 139 of 255 = 55%
B 134 of 255 = 53%

117
139
134

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

Portions of RGB colors in percentages

R + G + B =
117 + 139 + 134 = 390 (100%)
R 117 of 390 ~ 30%
G 139 of 390 ~ 35.64%
B 134 of 390 ~ 34.36%

%30
%35.64
%34.36

CMYK color model

#758B86 color CMYK value is (16,0,4,45).

  • cyan value is 15.83%
  • magenta value is 0.00%
  • yellow value is 3.60%
  • key color value is 45.49%
CMYK:
(16,0,4,45)
C16M0Y4K45 
(16%,0%,4%,45%)
(0.16/0.00/0.04/0.45)	

CMYK percentages

%15.83
%0
%3.6
%45.49

Codes

Color #758B86 in popluar color models

758B86
RGB117139134
HSL166°8.66%50.20%
HSB/HSV166°15.83%54.51%
CMYK15.83%0.00%3.60%
45.49%

Color #758B86 in popluar number systems.

HEX758B86
Decimal117139134
Binary11101011000101110000110
Octal165213206

Shades and tints

Shades of #758B86

#758B86
(117,139,134)
#6B7F7A
(107,127,122)
#61736E
(97,115,110)
#576762
(87,103,98)
#4D5B56
(77,91,86)
#434F4A
(67,79,74)
#39433E
(57,67,62)
#2F3732
(47,55,50)
#252B26
(37,43,38)
#1B1F1A
(27,31,26)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #758B86

#758B86
(117,139,134)
#819591
(129,149,145)
#8D9F9C
(141,159,156)
#99A9A7
(153,169,167)
#A5B3B2
(165,179,178)
#B1BDBD
(177,189,189)
#BDC7C8
(189,199,200)
#C9D1D3
(201,209,211)
#D5DBDE
(213,219,222)
#E1E5E9
(225,229,233)
#EDEFF4
(237,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758B86; }

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

This text font color is #758B86.


Background Color

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

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

This div background color is #758B86.


Border color

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

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

This div border color is #758B86.


Opacity

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

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

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

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

This text has shadow with #758B86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758B86 on black background.


Color preview on white background

This text has color #758B86 on white background.



Black color preview on #758B86 background

This text has black color on #758B86 background.


White color preview on #758B86 background

This text has white color on #758B86 background.