COLOR #758580

HEX: #758580
RGB: (117,133,128)

Color info

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

RGB color model

#758580 color RGB value is (117,133,128).

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

RGB channels and saturation

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

117
133
128

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

Portions of RGB colors in percentages

R + G + B =
117 + 133 + 128 = 378 (100%)
R 117 of 378 ~ 30.95%
G 133 of 378 ~ 35.19%
B 128 of 378 ~ 33.86%

%30.95
%35.19
%33.86

CMYK color model

#758580 color CMYK value is (12,0,4,48).

  • cyan value is 12.03%
  • magenta value is 0.00%
  • yellow value is 3.76%
  • key color value is 47.84%
CMYK:
(12,0,4,48)
C12M0Y4K48 
(12%,0%,4%,48%)
(0.12/0.00/0.04/0.48)	

CMYK percentages

%12.03
%0
%3.76
%47.84

Codes

Color #758580 in popluar color models

758580
RGB117133128
HSL161°6.40%49.02%
HSB/HSV161°12.03%52.16%
CMYK12.03%0.00%3.76%
47.84%

Color #758580 in popluar number systems.

HEX758580
Decimal117133128
Binary11101011000010110000000
Octal165205200

Shades and tints

Shades of #758580

#758580
(117,133,128)
#6B7975
(107,121,117)
#616D6A
(97,109,106)
#57615F
(87,97,95)
#4D5554
(77,85,84)
#434949
(67,73,73)
#393D3E
(57,61,62)
#2F3133
(47,49,51)
#252528
(37,37,40)
#1B191D
(27,25,29)
#110D12
(17,13,18)
#000000
(0,0,0)

Tints of #758580

#758580
(117,133,128)
#81908B
(129,144,139)
#8D9B96
(141,155,150)
#99A6A1
(153,166,161)
#A5B1AC
(165,177,172)
#B1BCB7
(177,188,183)
#BDC7C2
(189,199,194)
#C9D2CD
(201,210,205)
#D5DDD8
(213,221,216)
#E1E8E3
(225,232,227)
#EDF3EE
(237,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758580; }

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

This text font color is #758580.


Background Color

.myBgColor { background-color: #758580; }

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

This div background color is #758580.


Border color

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

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

This div border color is #758580.


Opacity

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

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

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

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

This text has shadow with #758580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758580 on black background.


Color preview on white background

This text has color #758580 on white background.



Black color preview on #758580 background

This text has black color on #758580 background.


White color preview on #758580 background

This text has white color on #758580 background.