COLOR #758780

HEX: #758780
RGB: (117,135,128)

Color info

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

RGB color model

#758780 color RGB value is (117,135,128).

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

RGB channels and saturation

R 117 of 255 = 46%
G 135 of 255 = 53%
B 128 of 255 = 50%

117
135
128

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

Portions of RGB colors in percentages

R + G + B =
117 + 135 + 128 = 380 (100%)
R 117 of 380 ~ 30.79%
G 135 of 380 ~ 35.53%
B 128 of 380 ~ 33.68%

%30.79
%35.53
%33.68

CMYK color model

#758780 color CMYK value is (13,0,5,47).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 5.19%
  • key color value is 47.06%
CMYK:
(13,0,5,47)
C13M0Y5K47 
(13%,0%,5%,47%)
(0.13/0.00/0.05/0.47)	

CMYK percentages

%13.33
%0
%5.19
%47.06

Codes

Color #758780 in popluar color models

758780
RGB117135128
HSL157°7.14%49.41%
HSB/HSV157°13.33%52.94%
CMYK13.33%0.00%5.19%
47.06%

Color #758780 in popluar number systems.

HEX758780
Decimal117135128
Binary11101011000011110000000
Octal165207200

Shades and tints

Shades of #758780

#758780
(117,135,128)
#6B7B75
(107,123,117)
#616F6A
(97,111,106)
#57635F
(87,99,95)
#4D5754
(77,87,84)
#434B49
(67,75,73)
#393F3E
(57,63,62)
#2F3333
(47,51,51)
#252728
(37,39,40)
#1B1B1D
(27,27,29)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #758780

#758780
(117,135,128)
#81918B
(129,145,139)
#8D9B96
(141,155,150)
#99A5A1
(153,165,161)
#A5AFAC
(165,175,172)
#B1B9B7
(177,185,183)
#BDC3C2
(189,195,194)
#C9CDCD
(201,205,205)
#D5D7D8
(213,215,216)
#E1E1E3
(225,225,227)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758780; }

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

This text font color is #758780.


Background Color

.myBgColor { background-color: #758780; }

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

This div background color is #758780.


Border color

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

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

This div border color is #758780.


Opacity

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

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

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

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

This text has shadow with #758780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758780 on black background.


Color preview on white background

This text has color #758780 on white background.



Black color preview on #758780 background

This text has black color on #758780 background.


White color preview on #758780 background

This text has white color on #758780 background.