COLOR #758480

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

Color info

#758480 contains red, green and blue colors in about the same proportion. Web safe color of #758480 is #669966 (or #696).

RGB color model

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

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

RGB channels and saturation

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

117
132
128

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

Portions of RGB colors in percentages

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

%31.03
%35.01
%33.95

CMYK color model

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

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

CMYK percentages

%11.36
%0
%3.03
%48.24

Codes

Color #758480 in popluar color models

758480
RGB117132128
HSL164°6.02%48.82%
HSB/HSV164°11.36%51.76%
CMYK11.36%0.00%3.03%
48.24%

Color #758480 in popluar number systems.

HEX758480
Decimal117132128
Binary11101011000010010000000
Octal165204200

Shades and tints

Shades of #758480

#758480
(117,132,128)
#6B7875
(107,120,117)
#616C6A
(97,108,106)
#57605F
(87,96,95)
#4D5454
(77,84,84)
#434849
(67,72,73)
#393C3E
(57,60,62)
#2F3033
(47,48,51)
#252428
(37,36,40)
#1B181D
(27,24,29)
#110C12
(17,12,18)
#000000
(0,0,0)

Tints of #758480

#758480
(117,132,128)
#818F8B
(129,143,139)
#8D9A96
(141,154,150)
#99A5A1
(153,165,161)
#A5B0AC
(165,176,172)
#B1BBB7
(177,187,183)
#BDC6C2
(189,198,194)
#C9D1CD
(201,209,205)
#D5DCD8
(213,220,216)
#E1E7E3
(225,231,227)
#EDF2EE
(237,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758480; }

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

This text font color is #758480.


Background Color

.myBgColor { background-color: #758480; }

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

This div background color is #758480.


Border color

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

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

This div border color is #758480.


Opacity

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

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

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

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

This text has shadow with #758480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758480 on black background.


Color preview on white background

This text has color #758480 on white background.



Black color preview on #758480 background

This text has black color on #758480 background.


White color preview on #758480 background

This text has white color on #758480 background.