COLOR #757765

HEX: #757765
RGB: (117,119,101)

Color info

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

RGB color model

#757765 color RGB value is (117,119,101).

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

RGB channels and saturation

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

117
119
101

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

Portions of RGB colors in percentages

R + G + B =
117 + 119 + 101 = 337 (100%)
R 117 of 337 ~ 34.72%
G 119 of 337 ~ 35.31%
B 101 of 337 ~ 29.97%

%34.72
%35.31
%29.97

CMYK color model

#757765 color CMYK value is (2,0,15,53).

  • cyan value is 1.68%
  • magenta value is 0.00%
  • yellow value is 15.13%
  • key color value is 53.33%
CMYK:
(2,0,15,53)
C2M0Y15K53 
(2%,0%,15%,53%)
(0.02/0.00/0.15/0.53)	

CMYK percentages

%1.68
%0
%15.13
%53.33

Codes

Color #757765 in popluar color models

757765
RGB117119101
HSL67°8.18%43.14%
HSB/HSV67°15.13%46.67%
CMYK1.68%0.00%15.13%
53.33%

Color #757765 in popluar number systems.

HEX757765
Decimal117119101
Binary111010111101111100101
Octal165167145

Shades and tints

Shades of #757765

#757765
(117,119,101)
#6B6D5C
(107,109,92)
#616353
(97,99,83)
#57594A
(87,89,74)
#4D4F41
(77,79,65)
#434538
(67,69,56)
#393B2F
(57,59,47)
#2F3126
(47,49,38)
#25271D
(37,39,29)
#1B1D14
(27,29,20)
#11130B
(17,19,11)
#000000
(0,0,0)

Tints of #757765

#757765
(117,119,101)
#818373
(129,131,115)
#8D8F81
(141,143,129)
#999B8F
(153,155,143)
#A5A79D
(165,167,157)
#B1B3AB
(177,179,171)
#BDBFB9
(189,191,185)
#C9CBC7
(201,203,199)
#D5D7D5
(213,215,213)
#E1E3E3
(225,227,227)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757765; }

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

This text font color is #757765.


Background Color

.myBgColor { background-color: #757765; }

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

This div background color is #757765.


Border color

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

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

This div border color is #757765.


Opacity

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

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

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

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

This text has shadow with #757765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757765 on black background.


Color preview on white background

This text has color #757765 on white background.



Black color preview on #757765 background

This text has black color on #757765 background.


White color preview on #757765 background

This text has white color on #757765 background.