COLOR #757C86

HEX: #757C86 RGB: (117,124,134)

Color info

#757C86 contains red, green and blue colors in about the same proportion. Web safe color of #757C86 is #666699 (or #669).

RGB color model

#757C86 color RGB value is (117,124,134).

RGB: (117,124,134) (46%, 49%, 53%)

RGB channels and saturation

R 117 of 255 = 46%
G 124 of 255 = 49%
B 134 of 255 = 53%

117
124
134

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

Portions of RGB colors in percentages

R + G + B = 117 + 124 + 134 = 375 (100%)
R 117 of 375 ~ 31.2%
G 124 of 375 ~ 33.07%
B 134 of 375 ~ 35.73'%

%31.2
%33.07
%35.73

CMYK color model

#757C86 color CMYK value is (13,7,0,47).

  • cyan value is 12.69%
  • magenta value is 7.46%
  • yellow value is 0.00%
  • key color value is 47.45%

CMYK: (13,7,0,47)
C13M7Y0K47 (13%, 7%, 0%, 47%)
(0.13 / 0.07 / 0.00 / 0.47)

CMYK percentages

%12.69
%7.46
%0
%47.45

Codes

Color #757C86 in popluar color models

75 7C 86
RGB 117 124 134
HSL 215° 6.77% 49.22%
HSB/HSV 215° 12.69% 52.55%
CMYK 12.69% 7.46% 0.00%
47.45%

Color #757C86 in popluar number systems.

HEX 75 7C 86
Decimal 117 124 134
Binary 1110101 1111100 10000110
Octal 165 174 206

Shades and tints

Shades of #757C86

#757C86
(117,124,134)
#6B717A
(107,113,122)
#61666E
(97,102,110)
#575B62
(87,91,98)
#4D5056
(77,80,86)
#43454A
(67,69,74)
#393A3E
(57,58,62)
#2F2F32
(47,47,50)
#252426
(37,36,38)
#1B191A
(27,25,26)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #757C86

#757C86
(117,124,134)
#818791
(129,135,145)
#8D929C
(141,146,156)
#999DA7
(153,157,167)
#A5A8B2
(165,168,178)
#B1B3BD
(177,179,189)
#BDBEC8
(189,190,200)
#C9C9D3
(201,201,211)
#D5D4DE
(213,212,222)
#E1DFE9
(225,223,233)
#EDEAF4
(237,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #757C86 color. Also use rgb(117,124,134) instead hex code.

Text Font Color

.myTextColor { color: #757C86; }

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

This text font color is #757C86.

Background Color

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

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

This div background color is #757C86.

Border color

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

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

This div border color is #757C86.

Opacity

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

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

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

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

This text has shadow with #757C86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757C86.

Preview

Color preview on black background

This text has color #757C86 on black background.


Color preview on white background

This text has color #757C86 on white background.


Black color preview on #757C86 background

This text has black color on #757C86 background.


White color preview on #757C86 background

This text has white color on #757C86 background.


Related colors

Complementary color

Complementary color for #hex is #8A8379.


I love getcolorcode.com

Triadic colors

1 #86757C and #7C8675 with #757C86 are triadic colors.

2 #867C75 and #7C7586 with #757C86 are triadic colors.