COLOR #757469

HEX: #757469
RGB: (117,116,105)

Color info

#757469 contains red, green and blue colors in about the same proportion. Web safe color of #757469 is #666666 (or #666).

RGB color model

#757469 color RGB value is (117,116,105).

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

RGB channels and saturation

R 117 of 255 = 46%
G 116 of 255 = 45%
B 105 of 255 = 41%

117
116
105

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

Portions of RGB colors in percentages

R + G + B =
117 + 116 + 105 = 338 (100%)
R 117 of 338 ~ 34.62%
G 116 of 338 ~ 34.32%
B 105 of 338 ~ 31.07%

%34.62
%34.32
%31.07

CMYK color model

#757469 color CMYK value is (0,1,10,54).

  • cyan value is 0.00%
  • magenta value is 0.85%
  • yellow value is 10.26%
  • key color value is 54.12%
CMYK:
(0,1,10,54)
C0M1Y10K54 
(0%,1%,10%,54%)
(0.00/0.01/0.10/0.54)	

CMYK percentages

%0
%0.85
%10.26
%54.12

Codes

Color #757469 in popluar color models

757469
RGB117116105
HSL55°5.41%43.53%
HSB/HSV55°10.26%45.88%
CMYK0.00%0.85%10.26%
54.12%

Color #757469 in popluar number systems.

HEX757469
Decimal117116105
Binary111010111101001101001
Octal165164151

Shades and tints

Shades of #757469

#757469
(117,116,105)
#6B6A60
(107,106,96)
#616057
(97,96,87)
#57564E
(87,86,78)
#4D4C45
(77,76,69)
#43423C
(67,66,60)
#393833
(57,56,51)
#2F2E2A
(47,46,42)
#252421
(37,36,33)
#1B1A18
(27,26,24)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #757469

#757469
(117,116,105)
#818076
(129,128,118)
#8D8C83
(141,140,131)
#999890
(153,152,144)
#A5A49D
(165,164,157)
#B1B0AA
(177,176,170)
#BDBCB7
(189,188,183)
#C9C8C4
(201,200,196)
#D5D4D1
(213,212,209)
#E1E0DE
(225,224,222)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757469; }

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

This text font color is #757469.


Background Color

.myBgColor { background-color: #757469; }

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

This div background color is #757469.


Border color

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

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

This div border color is #757469.


Opacity

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

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

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

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

This text has shadow with #757469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757469 on black background.


Color preview on white background

This text has color #757469 on white background.



Black color preview on #757469 background

This text has black color on #757469 background.


White color preview on #757469 background

This text has white color on #757469 background.