COLOR #757A65

HEX: #757A65
RGB: (117,122,101)

Color info

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

RGB color model

#757A65 color RGB value is (117,122,101).

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

RGB channels and saturation

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

117
122
101

R + G + B ~ 45%. #757A65 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 122 + 101 = 340 (100%)
R 117 of 340 ~ 34.41%
G 122 of 340 ~ 35.88%
B 101 of 340 ~ 29.71%

%34.41
%35.88
%29.71

CMYK color model

#757A65 color CMYK value is (4,0,17,52).

  • cyan value is 4.10%
  • magenta value is 0.00%
  • yellow value is 17.21%
  • key color value is 52.16%
CMYK:
(4,0,17,52)
C4M0Y17K52 
(4%,0%,17%,52%)
(0.04/0.00/0.17/0.52)	

CMYK percentages

%4.1
%0
%17.21
%52.16

Codes

Color #757A65 in popluar color models

757A65
RGB117122101
HSL74°9.42%43.73%
HSB/HSV74°17.21%47.84%
CMYK4.10%0.00%17.21%
52.16%

Color #757A65 in popluar number systems.

HEX757A65
Decimal117122101
Binary111010111110101100101
Octal165172145

Shades and tints

Shades of #757A65

#757A65
(117,122,101)
#6B6F5C
(107,111,92)
#616453
(97,100,83)
#57594A
(87,89,74)
#4D4E41
(77,78,65)
#434338
(67,67,56)
#39382F
(57,56,47)
#2F2D26
(47,45,38)
#25221D
(37,34,29)
#1B1714
(27,23,20)
#110C0B
(17,12,11)
#000000
(0,0,0)

Tints of #757A65

#757A65
(117,122,101)
#818673
(129,134,115)
#8D9281
(141,146,129)
#999E8F
(153,158,143)
#A5AA9D
(165,170,157)
#B1B6AB
(177,182,171)
#BDC2B9
(189,194,185)
#C9CEC7
(201,206,199)
#D5DAD5
(213,218,213)
#E1E6E3
(225,230,227)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757A65; }

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

This text font color is #757A65.


Background Color

.myBgColor { background-color: #757A65; }

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

This div background color is #757A65.


Border color

.myBorderColor { border: 1px solid #757A65; }

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

This div border color is #757A65.


Opacity

.myOpacity80 { color: #757A65; opacity: 0.8; }

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

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

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

This text has shadow with #757A65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757A65 on black background.


Color preview on white background

This text has color #757A65 on white background.



Black color preview on #757A65 background

This text has black color on #757A65 background.


White color preview on #757A65 background

This text has white color on #757A65 background.