COLOR #758B82

HEX: #758B82
RGB: (117,139,130)

Color info

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

RGB color model

#758B82 color RGB value is (117,139,130).

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

RGB channels and saturation

R 117 of 255 = 46%
G 139 of 255 = 55%
B 130 of 255 = 51%

117
139
130

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

Portions of RGB colors in percentages

R + G + B =
117 + 139 + 130 = 386 (100%)
R 117 of 386 ~ 30.31%
G 139 of 386 ~ 36.01%
B 130 of 386 ~ 33.68%

%30.31
%36.01
%33.68

CMYK color model

#758B82 color CMYK value is (16,0,6,45).

  • cyan value is 15.83%
  • magenta value is 0.00%
  • yellow value is 6.47%
  • key color value is 45.49%
CMYK:
(16,0,6,45)
C16M0Y6K45 
(16%,0%,6%,45%)
(0.16/0.00/0.06/0.45)	

CMYK percentages

%15.83
%0
%6.47
%45.49

Codes

Color #758B82 in popluar color models

758B82
RGB117139130
HSL155°8.66%50.20%
HSB/HSV155°15.83%54.51%
CMYK15.83%0.00%6.47%
45.49%

Color #758B82 in popluar number systems.

HEX758B82
Decimal117139130
Binary11101011000101110000010
Octal165213202

Shades and tints

Shades of #758B82

#758B82
(117,139,130)
#6B7F77
(107,127,119)
#61736C
(97,115,108)
#576761
(87,103,97)
#4D5B56
(77,91,86)
#434F4B
(67,79,75)
#394340
(57,67,64)
#2F3735
(47,55,53)
#252B2A
(37,43,42)
#1B1F1F
(27,31,31)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #758B82

#758B82
(117,139,130)
#81958D
(129,149,141)
#8D9F98
(141,159,152)
#99A9A3
(153,169,163)
#A5B3AE
(165,179,174)
#B1BDB9
(177,189,185)
#BDC7C4
(189,199,196)
#C9D1CF
(201,209,207)
#D5DBDA
(213,219,218)
#E1E5E5
(225,229,229)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758B82; }

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

This text font color is #758B82.


Background Color

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

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

This div background color is #758B82.


Border color

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

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

This div border color is #758B82.


Opacity

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

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

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

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

This text has shadow with #758B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758B82 on black background.


Color preview on white background

This text has color #758B82 on white background.



Black color preview on #758B82 background

This text has black color on #758B82 background.


White color preview on #758B82 background

This text has white color on #758B82 background.