COLOR #757782

HEX: #757782
RGB: (117,119,130)

Color info

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

RGB color model

#757782 color RGB value is (117,119,130).

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

RGB channels and saturation

R 117 of 255 = 46%
G 119 of 255 = 47%
B 130 of 255 = 51%

117
119
130

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

Portions of RGB colors in percentages

R + G + B =
117 + 119 + 130 = 366 (100%)
R 117 of 366 ~ 31.97%
G 119 of 366 ~ 32.51%
B 130 of 366 ~ 35.52%

%31.97
%32.51
%35.52

CMYK color model

#757782 color CMYK value is (10,8,0,49).

  • cyan value is 10.00%
  • magenta value is 8.46%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(10,8,0,49)
C10M8Y0K49 
(10%,8%,0%,49%)
(0.10/0.08/0.00/0.49)	

CMYK percentages

%10
%8.46
%0
%49.02

Codes

Color #757782 in popluar color models

757782
RGB117119130
HSL231°5.26%48.43%
HSB/HSV231°10.00%50.98%
CMYK10.00%8.46%0.00%
49.02%

Color #757782 in popluar number systems.

HEX757782
Decimal117119130
Binary1110101111011110000010
Octal165167202

Shades and tints

Shades of #757782

#757782
(117,119,130)
#6B6D77
(107,109,119)
#61636C
(97,99,108)
#575961
(87,89,97)
#4D4F56
(77,79,86)
#43454B
(67,69,75)
#393B40
(57,59,64)
#2F3135
(47,49,53)
#25272A
(37,39,42)
#1B1D1F
(27,29,31)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #757782

#757782
(117,119,130)
#81838D
(129,131,141)
#8D8F98
(141,143,152)
#999BA3
(153,155,163)
#A5A7AE
(165,167,174)
#B1B3B9
(177,179,185)
#BDBFC4
(189,191,196)
#C9CBCF
(201,203,207)
#D5D7DA
(213,215,218)
#E1E3E5
(225,227,229)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757782; }

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

This text font color is #757782.


Background Color

.myBgColor { background-color: #757782; }

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

This div background color is #757782.


Border color

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

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

This div border color is #757782.


Opacity

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

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

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

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

This text has shadow with #757782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757782 on black background.


Color preview on white background

This text has color #757782 on white background.



Black color preview on #757782 background

This text has black color on #757782 background.


White color preview on #757782 background

This text has white color on #757782 background.