COLOR #757481

HEX: #757481
RGB: (117,116,129)

Color info

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

RGB color model

#757481 color RGB value is (117,116,129).

  • red value is 117;
  • green value is 116;
  • blue value is 129.
RGB:
(117,116,129)
(46%,45%,51%)

RGB channels and saturation

R 117 of 255 = 46%
G 116 of 255 = 45%
B 129 of 255 = 51%

117
116
129

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

Portions of RGB colors in percentages

R + G + B =
117 + 116 + 129 = 362 (100%)
R 117 of 362 ~ 32.32%
G 116 of 362 ~ 32.04%
B 129 of 362 ~ 35.64%

%32.32
%32.04
%35.64

CMYK color model

#757481 color CMYK value is (9,10,0,49).

  • cyan value is 9.30%
  • magenta value is 10.08%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(9,10,0,49)
C9M10Y0K49 
(9%,10%,0%,49%)
(0.09/0.10/0.00/0.49)	

CMYK percentages

%9.3
%10.08
%0
%49.41

Codes

Color #757481 in popluar color models

757481
RGB117116129
HSL245°5.31%48.04%
HSB/HSV245°10.08%50.59%
CMYK9.30%10.08%0.00%
49.41%

Color #757481 in popluar number systems.

HEX757481
Decimal117116129
Binary1110101111010010000001
Octal165164201

Shades and tints

Shades of #757481

#757481
(117,116,129)
#6B6A76
(107,106,118)
#61606B
(97,96,107)
#575660
(87,86,96)
#4D4C55
(77,76,85)
#43424A
(67,66,74)
#39383F
(57,56,63)
#2F2E34
(47,46,52)
#252429
(37,36,41)
#1B1A1E
(27,26,30)
#111013
(17,16,19)
#000000
(0,0,0)

Tints of #757481

#757481
(117,116,129)
#81808C
(129,128,140)
#8D8C97
(141,140,151)
#9998A2
(153,152,162)
#A5A4AD
(165,164,173)
#B1B0B8
(177,176,184)
#BDBCC3
(189,188,195)
#C9C8CE
(201,200,206)
#D5D4D9
(213,212,217)
#E1E0E4
(225,224,228)
#EDECEF
(237,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #757481 color. Also use rgb(117,116,129) instead hex code.

Text Font Color

.myTextColor { color: #757481; }

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

This text font color is #757481.


Background Color

.myBgColor { background-color: #757481; }

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

This div background color is #757481.


Border color

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

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

This div border color is #757481.


Opacity

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

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

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

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

This text has shadow with #757481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757481 on black background.


Color preview on white background

This text has color #757481 on white background.



Black color preview on #757481 background

This text has black color on #757481 background.


White color preview on #757481 background

This text has white color on #757481 background.