COLOR #757C82

HEX: #757C82
RGB: (117,124,130)

Color info

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

RGB color model

#757C82 color RGB value is (117,124,130).

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

RGB channels and saturation

R 117 of 255 = 46%
G 124 of 255 = 49%
B 130 of 255 = 51%

117
124
130

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

Portions of RGB colors in percentages

R + G + B =
117 + 124 + 130 = 371 (100%)
R 117 of 371 ~ 31.54%
G 124 of 371 ~ 33.42%
B 130 of 371 ~ 35.04%

%31.54
%33.42
%35.04

CMYK color model

#757C82 color CMYK value is (10,5,0,49).

  • cyan value is 10.00%
  • magenta value is 4.62%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(10,5,0,49)
C10M5Y0K49 
(10%,5%,0%,49%)
(0.10/0.05/0.00/0.49)	

CMYK percentages

%10
%4.62
%0
%49.02

Codes

Color #757C82 in popluar color models

757C82
RGB117124130
HSL208°5.26%48.43%
HSB/HSV208°10.00%50.98%
CMYK10.00%4.62%0.00%
49.02%

Color #757C82 in popluar number systems.

HEX757C82
Decimal117124130
Binary1110101111110010000010
Octal165174202

Shades and tints

Shades of #757C82

#757C82
(117,124,130)
#6B7177
(107,113,119)
#61666C
(97,102,108)
#575B61
(87,91,97)
#4D5056
(77,80,86)
#43454B
(67,69,75)
#393A40
(57,58,64)
#2F2F35
(47,47,53)
#25242A
(37,36,42)
#1B191F
(27,25,31)
#110E14
(17,14,20)
#000000
(0,0,0)

Tints of #757C82

#757C82
(117,124,130)
#81878D
(129,135,141)
#8D9298
(141,146,152)
#999DA3
(153,157,163)
#A5A8AE
(165,168,174)
#B1B3B9
(177,179,185)
#BDBEC4
(189,190,196)
#C9C9CF
(201,201,207)
#D5D4DA
(213,212,218)
#E1DFE5
(225,223,229)
#EDEAF0
(237,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #757C82 color. Also use rgb(117,124,130) instead hex code.

Text Font Color

.myTextColor { color: #757C82; }

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

This text font color is #757C82.


Background Color

.myBgColor { background-color: #757C82; }

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

This div background color is #757C82.


Border color

.myBorderColor { border: 1px solid #757C82; }

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

This div border color is #757C82.


Opacity

.myOpacity80 { color: #757C82; opacity: 0.8; }

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

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

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

This text has shadow with #757C82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757C82 on black background.


Color preview on white background

This text has color #757C82 on white background.



Black color preview on #757C82 background

This text has black color on #757C82 background.


White color preview on #757C82 background

This text has white color on #757C82 background.