COLOR #757568

HEX: #757568
RGB: (117,117,104)

Color info

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

RGB color model

#757568 color RGB value is (117,117,104).

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

RGB channels and saturation

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

117
117
104

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

Portions of RGB colors in percentages

R + G + B =
117 + 117 + 104 = 338 (100%)
R 117 of 338 ~ 34.62%
G 117 of 338 ~ 34.62%
B 104 of 338 ~ 30.77%

%34.62
%34.62
%30.77

CMYK color model

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

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

CMYK percentages

%0
%0
%11.11
%54.12

Codes

Color #757568 in popluar color models

757568
RGB117117104
HSL60°5.88%43.33%
HSB/HSV60°11.11%45.88%
CMYK0.00%0.00%11.11%
54.12%

Color #757568 in popluar number systems.

HEX757568
Decimal117117104
Binary111010111101011101000
Octal165165150

Shades and tints

Shades of #757568

#757568
(117,117,104)
#6B6B5F
(107,107,95)
#616156
(97,97,86)
#57574D
(87,87,77)
#4D4D44
(77,77,68)
#43433B
(67,67,59)
#393932
(57,57,50)
#2F2F29
(47,47,41)
#252520
(37,37,32)
#1B1B17
(27,27,23)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #757568

#757568
(117,117,104)
#818175
(129,129,117)
#8D8D82
(141,141,130)
#99998F
(153,153,143)
#A5A59C
(165,165,156)
#B1B1A9
(177,177,169)
#BDBDB6
(189,189,182)
#C9C9C3
(201,201,195)
#D5D5D0
(213,213,208)
#E1E1DD
(225,225,221)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757568; }

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

This text font color is #757568.


Background Color

.myBgColor { background-color: #757568; }

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

This div background color is #757568.


Border color

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

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

This div border color is #757568.


Opacity

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

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

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

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

This text has shadow with #757568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757568 on black background.


Color preview on white background

This text has color #757568 on white background.



Black color preview on #757568 background

This text has black color on #757568 background.


White color preview on #757568 background

This text has white color on #757568 background.