COLOR #757181

HEX: #757181
RGB: (117,113,129)

Color info

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

RGB color model

#757181 color RGB value is (117,113,129).

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

RGB channels and saturation

R 117 of 255 = 46%
G 113 of 255 = 44%
B 129 of 255 = 51%

117
113
129

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

Portions of RGB colors in percentages

R + G + B =
117 + 113 + 129 = 359 (100%)
R 117 of 359 ~ 32.59%
G 113 of 359 ~ 31.48%
B 129 of 359 ~ 35.93%

%32.59
%31.48
%35.93

CMYK color model

#757181 color CMYK value is (9,12,0,49).

  • cyan value is 9.30%
  • magenta value is 12.40%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(9,12,0,49)
C9M12Y0K49 
(9%,12%,0%,49%)
(0.09/0.12/0.00/0.49)	

CMYK percentages

%9.3
%12.4
%0
%49.41

Codes

Color #757181 in popluar color models

757181
RGB117113129
HSL255°6.61%47.45%
HSB/HSV255°12.40%50.59%
CMYK9.30%12.40%0.00%
49.41%

Color #757181 in popluar number systems.

HEX757181
Decimal117113129
Binary1110101111000110000001
Octal165161201

Shades and tints

Shades of #757181

#757181
(117,113,129)
#6B6776
(107,103,118)
#615D6B
(97,93,107)
#575360
(87,83,96)
#4D4955
(77,73,85)
#433F4A
(67,63,74)
#39353F
(57,53,63)
#2F2B34
(47,43,52)
#252129
(37,33,41)
#1B171E
(27,23,30)
#110D13
(17,13,19)
#000000
(0,0,0)

Tints of #757181

#757181
(117,113,129)
#817D8C
(129,125,140)
#8D8997
(141,137,151)
#9995A2
(153,149,162)
#A5A1AD
(165,161,173)
#B1ADB8
(177,173,184)
#BDB9C3
(189,185,195)
#C9C5CE
(201,197,206)
#D5D1D9
(213,209,217)
#E1DDE4
(225,221,228)
#EDE9EF
(237,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757181; }

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

This text font color is #757181.


Background Color

.myBgColor { background-color: #757181; }

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

This div background color is #757181.


Border color

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

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

This div border color is #757181.


Opacity

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

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

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

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

This text has shadow with #757181 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757181 on black background.


Color preview on white background

This text has color #757181 on white background.



Black color preview on #757181 background

This text has black color on #757181 background.


White color preview on #757181 background

This text has white color on #757181 background.