COLOR #757863

HEX: #757863 RGB: (117,120,99)

Color info

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

RGB color model

#757863 color RGB value is (117,120,99).

RGB: (117,120,99) (46%, 47%, 39%)

RGB channels and saturation

R 117 of 255 = 46%
G 120 of 255 = 47%
B 99 of 255 = 39%

117
120
99

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

Portions of RGB colors in percentages

R + G + B = 117 + 120 + 99 = 336 (100%)
R 117 of 336 ~ 34.82%
G 120 of 336 ~ 35.71%
B 99 of 336 ~ 29.46'%

%34.82
%35.71
%29.46

CMYK color model

#757863 color CMYK value is (3,0,18,53).

  • cyan value is 2.50%
  • magenta value is 0.00%
  • yellow value is 17.50%
  • key color value is 52.94%

CMYK: (3,0,18,53)
C3M0Y18K53 (3%, 0%, 18%, 53%)
(0.03 / 0.00 / 0.18 / 0.53)

CMYK percentages

%2.5
%0
%17.5
%52.94

Codes

Color #757863 in popluar color models

75 78 63
RGB 117 120 99
HSL 69° 9.59% 42.94%
HSB/HSV 69° 17.50% 47.06%
CMYK 2.50% 0.00% 17.50%
52.94%

Color #757863 in popluar number systems.

HEX 75 78 63
Decimal 117 120 99
Binary 1110101 1111000 1100011
Octal 165 170 143

Shades and tints

Shades of #757863

#757863
(117,120,99)
#6B6E5A
(107,110,90)
#616451
(97,100,81)
#575A48
(87,90,72)
#4D503F
(77,80,63)
#434636
(67,70,54)
#393C2D
(57,60,45)
#2F3224
(47,50,36)
#25281B
(37,40,27)
#1B1E12
(27,30,18)
#111409
(17,20,9)
#000000
(0,0,0)

Tints of #757863

#757863
(117,120,99)
#818471
(129,132,113)
#8D907F
(141,144,127)
#999C8D
(153,156,141)
#A5A89B
(165,168,155)
#B1B4A9
(177,180,169)
#BDC0B7
(189,192,183)
#C9CCC5
(201,204,197)
#D5D8D3
(213,216,211)
#E1E4E1
(225,228,225)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757863; }

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

This text font color is #757863.

Background Color

.myBgColor { background-color: #757863; }

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

This div background color is #757863.

Border color

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

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

This div border color is #757863.

Opacity

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

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

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

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

This text has shadow with #757863 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757863.

Preview

Color preview on black background

This text has color #757863 on black background.


Color preview on white background

This text has color #757863 on white background.


Black color preview on #757863 background

This text has black color on #757863 background.


White color preview on #757863 background

This text has white color on #757863 background.


Related colors

Complementary color

Complementary color for #hex is #8A879C.


I love getcolorcode.com

Triadic colors

1 #637578 and #786375 with #757863 are triadic colors.

2 #637875 and #787563 with #757863 are triadic colors.