COLOR #75617F

HEX: #75617F RGB: (117,97,127)

Color info

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

RGB color model

#75617F color RGB value is (117,97,127).

RGB: (117,97,127) (46%, 38%, 50%)

RGB channels and saturation

R 117 of 255 = 46%
G 97 of 255 = 38%
B 127 of 255 = 50%

117
97
127

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

Portions of RGB colors in percentages

R + G + B = 117 + 97 + 127 = 341 (100%)
R 117 of 341 ~ 34.31%
G 97 of 341 ~ 28.45%
B 127 of 341 ~ 37.24'%

%34.31
%28.45
%37.24

CMYK color model

#75617F color CMYK value is (8,24,0,50).

  • cyan value is 7.87%
  • magenta value is 23.62%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (8,24,0,50)
C8M24Y0K50 (8%, 24%, 0%, 50%)
(0.08 / 0.24 / 0.00 / 0.50)

CMYK percentages

%7.87
%23.62
%0
%50.2

Codes

Color #75617F in popluar color models

75 61 7F
RGB 117 97 127
HSL 280° 13.39% 43.92%
HSB/HSV 280° 23.62% 49.80%
CMYK 7.87% 23.62% 0.00%
50.20%

Color #75617F in popluar number systems.

HEX 75 61 7F
Decimal 117 97 127
Binary 1110101 1100001 1111111
Octal 165 141 177

Shades and tints

Shades of #75617F

#75617F
(117,97,127)
#6B5974
(107,89,116)
#615169
(97,81,105)
#57495E
(87,73,94)
#4D4153
(77,65,83)
#433948
(67,57,72)
#39313D
(57,49,61)
#2F2932
(47,41,50)
#252127
(37,33,39)
#1B191C
(27,25,28)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #75617F

#75617F
(117,97,127)
#816F8A
(129,111,138)
#8D7D95
(141,125,149)
#998BA0
(153,139,160)
#A599AB
(165,153,171)
#B1A7B6
(177,167,182)
#BDB5C1
(189,181,193)
#C9C3CC
(201,195,204)
#D5D1D7
(213,209,215)
#E1DFE2
(225,223,226)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75617F color. Also use rgb(117,97,127) instead hex code.

Text Font Color

.myTextColor { color: #75617F; }

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

This text font color is #75617F.

Background Color

.myBgColor { background-color: #75617F; }

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

This div background color is #75617F.

Border color

.myBorderColor { border: 1px solid #75617F; }

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

This div border color is #75617F.

Opacity

.myOpacity80 { color: #75617F; opacity: 0.8; }

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

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

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

This text has shadow with #75617F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75617F.

Preview

Color preview on black background

This text has color #75617F on black background.


Color preview on white background

This text has color #75617F on white background.


Black color preview on #75617F background

This text has black color on #75617F background.


White color preview on #75617F background

This text has white color on #75617F background.


Related colors

Complementary color

Complementary color for #hex is #8A9E80.


I love getcolorcode.com

Triadic colors

1 #7F7561 and #617F75 with #75617F are triadic colors.

2 #7F6175 and #61757F with #75617F are triadic colors.