COLOR #757168

HEX: #757168
RGB: (117,113,104)

Color info

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

RGB color model

#757168 color RGB value is (117,113,104).

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

RGB channels and saturation

R 117 of 255 = 46%
G 113 of 255 = 44%
B 104 of 255 = 41%

117
113
104

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

Portions of RGB colors in percentages

R + G + B =
117 + 113 + 104 = 334 (100%)
R 117 of 334 ~ 35.03%
G 113 of 334 ~ 33.83%
B 104 of 334 ~ 31.14%

%35.03
%33.83
%31.14

CMYK color model

#757168 color CMYK value is (0,3,11,54).

  • cyan value is 0.00%
  • magenta value is 3.42%
  • yellow value is 11.11%
  • key color value is 54.12%
CMYK:
(0,3,11,54)
C0M3Y11K54 
(0%,3%,11%,54%)
(0.00/0.03/0.11/0.54)	

CMYK percentages

%0
%3.42
%11.11
%54.12

Codes

Color #757168 in popluar color models

757168
RGB117113104
HSL42°5.88%43.33%
HSB/HSV42°11.11%45.88%
CMYK0.00%3.42%11.11%
54.12%

Color #757168 in popluar number systems.

HEX757168
Decimal117113104
Binary111010111100011101000
Octal165161150

Shades and tints

Shades of #757168

#757168
(117,113,104)
#6B675F
(107,103,95)
#615D56
(97,93,86)
#57534D
(87,83,77)
#4D4944
(77,73,68)
#433F3B
(67,63,59)
#393532
(57,53,50)
#2F2B29
(47,43,41)
#252120
(37,33,32)
#1B1717
(27,23,23)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #757168

#757168
(117,113,104)
#817D75
(129,125,117)
#8D8982
(141,137,130)
#99958F
(153,149,143)
#A5A19C
(165,161,156)
#B1ADA9
(177,173,169)
#BDB9B6
(189,185,182)
#C9C5C3
(201,197,195)
#D5D1D0
(213,209,208)
#E1DDDD
(225,221,221)
#EDE9EA
(237,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757168; }

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

This text font color is #757168.


Background Color

.myBgColor { background-color: #757168; }

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

This div background color is #757168.


Border color

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

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

This div border color is #757168.


Opacity

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

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

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

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

This text has shadow with #757168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757168 on black background.


Color preview on white background

This text has color #757168 on white background.



Black color preview on #757168 background

This text has black color on #757168 background.


White color preview on #757168 background

This text has white color on #757168 background.