COLOR #757C75

HEX: #757C75 RGB: (117,124,117)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

117
124
117

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

Portions of RGB colors in percentages

R + G + B = 117 + 124 + 117 = 358 (100%)
R 117 of 358 ~ 32.68%
G 124 of 358 ~ 34.64%
B 117 of 358 ~ 32.68'%

%32.68
%34.64
%32.68

CMYK color model

#757C75 color CMYK value is (6,0,6,51).

  • cyan value is 5.65%
  • magenta value is 0.00%
  • yellow value is 5.65%
  • key color value is 51.37%

CMYK: (6,0,6,51)
C6M0Y6K51 (6%, 0%, 6%, 51%)
(0.06 / 0.00 / 0.06 / 0.51)

CMYK percentages

%5.65
%0
%5.65
%51.37

Codes

Color #757C75 in popluar color models

75 7C 75
RGB 117 124 117
HSL 120° 2.90% 47.25%
HSB/HSV 120° 5.65% 48.63%
CMYK 5.65% 0.00% 5.65%
51.37%

Color #757C75 in popluar number systems.

HEX 75 7C 75
Decimal 117 124 117
Binary 1110101 1111100 1110101
Octal 165 174 165

Shades and tints

Shades of #757C75

#757C75
(117,124,117)
#6B716B
(107,113,107)
#616661
(97,102,97)
#575B57
(87,91,87)
#4D504D
(77,80,77)
#434543
(67,69,67)
#393A39
(57,58,57)
#2F2F2F
(47,47,47)
#252425
(37,36,37)
#1B191B
(27,25,27)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #757C75

#757C75
(117,124,117)
#818781
(129,135,129)
#8D928D
(141,146,141)
#999D99
(153,157,153)
#A5A8A5
(165,168,165)
#B1B3B1
(177,179,177)
#BDBEBD
(189,190,189)
#C9C9C9
(201,201,201)
#D5D4D5
(213,212,213)
#E1DFE1
(225,223,225)
#EDEAED
(237,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757C75; }

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

This text font color is #757C75.

Background Color

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

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

This div background color is #757C75.

Border color

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

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

This div border color is #757C75.

Opacity

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

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

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

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

This text has shadow with #757C75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757C75.

Preview

Color preview on black background

This text has color #757C75 on black background.


Color preview on white background

This text has color #757C75 on white background.


Black color preview on #757C75 background

This text has black color on #757C75 background.


White color preview on #757C75 background

This text has white color on #757C75 background.


Related colors

Complementary color

Complementary color for #hex is #8A838A.


I love getcolorcode.com

Triadic colors

1 #75757C and #7C7575 with #757C75 are triadic colors.

2 #757C75 and #7C7575 with #757C75 are triadic colors.