COLOR #75637D

HEX: #75637D RGB: (117,99,125)

Color info

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

RGB color model

#75637D color RGB value is (117,99,125).

RGB: (117,99,125) (46%, 39%, 49%)

RGB channels and saturation

R 117 of 255 = 46%
G 99 of 255 = 39%
B 125 of 255 = 49%

117
99
125

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

Portions of RGB colors in percentages

R + G + B = 117 + 99 + 125 = 341 (100%)
R 117 of 341 ~ 34.31%
G 99 of 341 ~ 29.03%
B 125 of 341 ~ 36.66'%

%34.31
%29.03
%36.66

CMYK color model

#75637D color CMYK value is (6,21,0,51).

  • cyan value is 6.40%
  • magenta value is 20.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK: (6,21,0,51) C6M21Y0K51 (6%,21%,0%,51%) (0.06/0.21/0.00/0.51) 

CMYK percentages

%6.4
%20.8
%0
%50.98

Codes

Color #75637D in popluar color models

75 63 7D
RGB 117 99 125
HSL 282° 11.61% 43.92%
HSB/HSV 282° 20.80% 49.02%
CMYK 6.40% 20.80% 0.00%
50.98%

Color #75637D in popluar number systems.

HEX 75 63 7D
Decimal 117 99 125
Binary 1110101 1100011 1111101
Octal 165 143 175

Shades and tints

Shades of #75637D

#75637D
(117,99,125)
#6B5A72
(107,90,114)
#615167
(97,81,103)
#57485C
(87,72,92)
#4D3F51
(77,63,81)
#433646
(67,54,70)
#392D3B
(57,45,59)
#2F2430
(47,36,48)
#251B25
(37,27,37)
#1B121A
(27,18,26)
#11090F
(17,9,15)
#000000
(0,0,0)

Tints of #75637D

#75637D
(117,99,125)
#817188
(129,113,136)
#8D7F93
(141,127,147)
#998D9E
(153,141,158)
#A59BA9
(165,155,169)
#B1A9B4
(177,169,180)
#BDB7BF
(189,183,191)
#C9C5CA
(201,197,202)
#D5D3D5
(213,211,213)
#E1E1E0
(225,225,224)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75637D; }

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

This text font color is #75637D.

Background Color

.myBgColor { background-color: #75637D; }

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

This div background color is #75637D.

Border color

.myBorderColor { border: 1px solid #75637D; }

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

This div border color is #75637D.

Opacity

.myOpacity80 { color: #75637D; opacity: 0.8; }

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

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

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

This text has shadow with #75637D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75637D.

Preview

Color preview on black background

This text has color #75637D on black background.


Color preview on white background

This text has color #75637D on white background.


Black color preview on #75637D background

This text has black color on #75637D background.


White color preview on #75637D background

This text has white color on #75637D background.


Related colors

Complementary color

Complementary color for #hex is #8A9C82.


I love getcolorcode.com

Triadic colors

1 #7D7563 and #637D75 with #75637D are triadic colors.

2 #7D6375 and #63757D with #75637D are triadic colors.