COLOR #758084

HEX: #758084
RGB: (117,128,132)

Color info

#758084 contains red, green and blue colors in about the same proportion. Web safe color of #758084 is #666699 (or #669).

RGB color model

#758084 color RGB value is (117,128,132).

  • red value is 117;
  • green value is 128;
  • blue value is 132.
RGB:
(117,128,132)
(46%,50%,52%)

RGB channels and saturation

R 117 of 255 = 46%
G 128 of 255 = 50%
B 132 of 255 = 52%

117
128
132

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

Portions of RGB colors in percentages

R + G + B =
117 + 128 + 132 = 377 (100%)
R 117 of 377 ~ 31.03%
G 128 of 377 ~ 33.95%
B 132 of 377 ~ 35.01%

%31.03
%33.95
%35.01

CMYK color model

#758084 color CMYK value is (11,3,0,48).

  • cyan value is 11.36%
  • magenta value is 3.03%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(11,3,0,48)
C11M3Y0K48 
(11%,3%,0%,48%)
(0.11/0.03/0.00/0.48)	

CMYK percentages

%11.36
%3.03
%0
%48.24

Codes

Color #758084 in popluar color models

758084
RGB117128132
HSL196°6.02%48.82%
HSB/HSV196°11.36%51.76%
CMYK11.36%3.03%0.00%
48.24%

Color #758084 in popluar number systems.

HEX758084
Decimal117128132
Binary11101011000000010000100
Octal165200204

Shades and tints

Shades of #758084

#758084
(117,128,132)
#6B7578
(107,117,120)
#616A6C
(97,106,108)
#575F60
(87,95,96)
#4D5454
(77,84,84)
#434948
(67,73,72)
#393E3C
(57,62,60)
#2F3330
(47,51,48)
#252824
(37,40,36)
#1B1D18
(27,29,24)
#11120C
(17,18,12)
#000000
(0,0,0)

Tints of #758084

#758084
(117,128,132)
#818B8F
(129,139,143)
#8D969A
(141,150,154)
#99A1A5
(153,161,165)
#A5ACB0
(165,172,176)
#B1B7BB
(177,183,187)
#BDC2C6
(189,194,198)
#C9CDD1
(201,205,209)
#D5D8DC
(213,216,220)
#E1E3E7
(225,227,231)
#EDEEF2
(237,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758084 color. Also use rgb(117,128,132) instead hex code.

Text Font Color

.myTextColor { color: #758084; }

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

This text font color is #758084.


Background Color

.myBgColor { background-color: #758084; }

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

This div background color is #758084.


Border color

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

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

This div border color is #758084.


Opacity

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

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

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

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

This text has shadow with #758084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758084 on black background.


Color preview on white background

This text has color #758084 on white background.



Black color preview on #758084 background

This text has black color on #758084 background.


White color preview on #758084 background

This text has white color on #758084 background.