COLOR #757069

HEX: #757069
RGB: (117,112,105)

Color info

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

RGB color model

#757069 color RGB value is (117,112,105).

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

RGB channels and saturation

R 117 of 255 = 46%
G 112 of 255 = 44%
B 105 of 255 = 41%

117
112
105

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

Portions of RGB colors in percentages

R + G + B =
117 + 112 + 105 = 334 (100%)
R 117 of 334 ~ 35.03%
G 112 of 334 ~ 33.53%
B 105 of 334 ~ 31.44%

%35.03
%33.53
%31.44

CMYK color model

#757069 color CMYK value is (0,4,10,54).

  • cyan value is 0.00%
  • magenta value is 4.27%
  • yellow value is 10.26%
  • key color value is 54.12%
CMYK:
(0,4,10,54)
C0M4Y10K54 
(0%,4%,10%,54%)
(0.00/0.04/0.10/0.54)	

CMYK percentages

%0
%4.27
%10.26
%54.12

Codes

Color #757069 in popluar color models

757069
RGB117112105
HSL35°5.41%43.53%
HSB/HSV35°10.26%45.88%
CMYK0.00%4.27%10.26%
54.12%

Color #757069 in popluar number systems.

HEX757069
Decimal117112105
Binary111010111100001101001
Octal165160151

Shades and tints

Shades of #757069

#757069
(117,112,105)
#6B6660
(107,102,96)
#615C57
(97,92,87)
#57524E
(87,82,78)
#4D4845
(77,72,69)
#433E3C
(67,62,60)
#393433
(57,52,51)
#2F2A2A
(47,42,42)
#252021
(37,32,33)
#1B1618
(27,22,24)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #757069

#757069
(117,112,105)
#817D76
(129,125,118)
#8D8A83
(141,138,131)
#999790
(153,151,144)
#A5A49D
(165,164,157)
#B1B1AA
(177,177,170)
#BDBEB7
(189,190,183)
#C9CBC4
(201,203,196)
#D5D8D1
(213,216,209)
#E1E5DE
(225,229,222)
#EDF2EB
(237,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757069; }

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

This text font color is #757069.


Background Color

.myBgColor { background-color: #757069; }

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

This div background color is #757069.


Border color

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

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

This div border color is #757069.


Opacity

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

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

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

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

This text has shadow with #757069 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757069 on black background.


Color preview on white background

This text has color #757069 on white background.



Black color preview on #757069 background

This text has black color on #757069 background.


White color preview on #757069 background

This text has white color on #757069 background.