COLOR #757565

HEX: #757565
RGB: (117,117,101)

Color info

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

RGB color model

#757565 color RGB value is (117,117,101).

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

RGB channels and saturation

R 117 of 255 = 46%
G 117 of 255 = 46%
B 101 of 255 = 40%

117
117
101

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

Portions of RGB colors in percentages

R + G + B =
117 + 117 + 101 = 335 (100%)
R 117 of 335 ~ 34.93%
G 117 of 335 ~ 34.93%
B 101 of 335 ~ 30.15%

%34.93
%34.93
%30.15

CMYK color model

#757565 color CMYK value is (0,0,14,54).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 13.68%
  • key color value is 54.12%
CMYK:
(0,0,14,54)
C0M0Y14K54 
(0%,0%,14%,54%)
(0.00/0.00/0.14/0.54)	

CMYK percentages

%0
%0
%13.68
%54.12

Codes

Color #757565 in popluar color models

757565
RGB117117101
HSL60°7.34%42.75%
HSB/HSV60°13.68%45.88%
CMYK0.00%0.00%13.68%
54.12%

Color #757565 in popluar number systems.

HEX757565
Decimal117117101
Binary111010111101011100101
Octal165165145

Shades and tints

Shades of #757565

#757565
(117,117,101)
#6B6B5C
(107,107,92)
#616153
(97,97,83)
#57574A
(87,87,74)
#4D4D41
(77,77,65)
#434338
(67,67,56)
#39392F
(57,57,47)
#2F2F26
(47,47,38)
#25251D
(37,37,29)
#1B1B14
(27,27,20)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #757565

#757565
(117,117,101)
#818173
(129,129,115)
#8D8D81
(141,141,129)
#99998F
(153,153,143)
#A5A59D
(165,165,157)
#B1B1AB
(177,177,171)
#BDBDB9
(189,189,185)
#C9C9C7
(201,201,199)
#D5D5D5
(213,213,213)
#E1E1E3
(225,225,227)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757565; }

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

This text font color is #757565.


Background Color

.myBgColor { background-color: #757565; }

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

This div background color is #757565.


Border color

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

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

This div border color is #757565.


Opacity

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

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

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

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

This text has shadow with #757565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757565 on black background.


Color preview on white background

This text has color #757565 on white background.



Black color preview on #757565 background

This text has black color on #757565 background.


White color preview on #757565 background

This text has white color on #757565 background.