COLOR #757B63

HEX: #757B63
RGB: (117,123,99)

Color info

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

RGB color model

#757B63 color RGB value is (117,123,99).

  • red value is 117;
  • green value is 123;
  • blue value is 99.
RGB:
(117,123,99)
(46%,48%,39%)

RGB channels and saturation

R 117 of 255 = 46%
G 123 of 255 = 48%
B 99 of 255 = 39%

117
123
99

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

Portions of RGB colors in percentages

R + G + B =
117 + 123 + 99 = 339 (100%)
R 117 of 339 ~ 34.51%
G 123 of 339 ~ 36.28%
B 99 of 339 ~ 29.2%

%34.51
%36.28
%29.2

CMYK color model

#757B63 color CMYK value is (5,0,20,52).

  • cyan value is 4.88%
  • magenta value is 0.00%
  • yellow value is 19.51%
  • key color value is 51.76%
CMYK:
(5,0,20,52)
C5M0Y20K52 
(5%,0%,20%,52%)
(0.05/0.00/0.20/0.52)	

CMYK percentages

%4.88
%0
%19.51
%51.76

Codes

Color #757B63 in popluar color models

757B63
RGB11712399
HSL75°10.81%43.53%
HSB/HSV75°19.51%48.24%
CMYK4.88%0.00%19.51%
51.76%

Color #757B63 in popluar number systems.

HEX757B63
Decimal11712399
Binary111010111110111100011
Octal165173143

Shades and tints

Shades of #757B63

#757B63
(117,123,99)
#6B705A
(107,112,90)
#616551
(97,101,81)
#575A48
(87,90,72)
#4D4F3F
(77,79,63)
#434436
(67,68,54)
#39392D
(57,57,45)
#2F2E24
(47,46,36)
#25231B
(37,35,27)
#1B1812
(27,24,18)
#110D09
(17,13,9)
#000000
(0,0,0)

Tints of #757B63

#757B63
(117,123,99)
#818771
(129,135,113)
#8D937F
(141,147,127)
#999F8D
(153,159,141)
#A5AB9B
(165,171,155)
#B1B7A9
(177,183,169)
#BDC3B7
(189,195,183)
#C9CFC5
(201,207,197)
#D5DBD3
(213,219,211)
#E1E7E1
(225,231,225)
#EDF3EF
(237,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #757B63 color. Also use rgb(117,123,99) instead hex code.

Text Font Color

.myTextColor { color: #757B63; }

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

This text font color is #757B63.


Background Color

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

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

This div background color is #757B63.


Border color

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

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

This div border color is #757B63.


Opacity

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

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

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

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

This text has shadow with #757B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757B63 on black background.


Color preview on white background

This text has color #757B63 on white background.



Black color preview on #757B63 background

This text has black color on #757B63 background.


White color preview on #757B63 background

This text has white color on #757B63 background.