COLOR #75586E

HEX: #75586E RGB: (117,88,110)

Color info

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

RGB color model

#75586E color RGB value is (117,88,110).

RGB: (117,88,110) (46%, 35%, 43%)

RGB channels and saturation

R 117 of 255 = 46%
G 88 of 255 = 35%
B 110 of 255 = 43%

117
88
110

R + G + B ~ 41%. #75586E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 88 + 110 = 315 (100%)
R 117 of 315 ~ 37.14%
G 88 of 315 ~ 27.94%
B 110 of 315 ~ 34.92'%

%37.14
%27.94
%34.92

CMYK color model

#75586E color CMYK value is (0,25,6,54).

  • cyan value is 0.00%
  • magenta value is 24.79%
  • yellow value is 5.98%
  • key color value is 54.12%

CMYK: (0,25,6,54)
C0M25Y6K54 (0%, 25%, 6%, 54%)
(0.00 / 0.25 / 0.06 / 0.54)

CMYK percentages

%0
%24.79
%5.98
%54.12

Codes

Color #75586E in popluar color models

75 58 6E
RGB 117 88 110
HSL 314° 14.15% 40.20%
HSB/HSV 314° 24.79% 45.88%
CMYK 0.00% 24.79% 5.98%
54.12%

Color #75586E in popluar number systems.

HEX 75 58 6E
Decimal 117 88 110
Binary 1110101 1011000 1101110
Octal 165 130 156

Shades and tints

Shades of #75586E

#75586E
(117,88,110)
#6B5064
(107,80,100)
#61485A
(97,72,90)
#574050
(87,64,80)
#4D3846
(77,56,70)
#43303C
(67,48,60)
#392832
(57,40,50)
#2F2028
(47,32,40)
#25181E
(37,24,30)
#1B1014
(27,16,20)
#11080A
(17,8,10)
#000000
(0,0,0)

Tints of #75586E

#75586E
(117,88,110)
#81677B
(129,103,123)
#8D7688
(141,118,136)
#998595
(153,133,149)
#A594A2
(165,148,162)
#B1A3AF
(177,163,175)
#BDB2BC
(189,178,188)
#C9C1C9
(201,193,201)
#D5D0D6
(213,208,214)
#E1DFE3
(225,223,227)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75586E color. Also use rgb(117,88,110) instead hex code.

Text Font Color

.myTextColor { color: #75586E; }

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

This text font color is #75586E.

Background Color

.myBgColor { background-color: #75586E; }

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

This div background color is #75586E.

Border color

.myBorderColor { border: 1px solid #75586E; }

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

This div border color is #75586E.

Opacity

.myOpacity80 { color: #75586E; opacity: 0.8; }

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

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

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

This text has shadow with #75586E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75586E.

Preview

Color preview on black background

This text has color #75586E on black background.


Color preview on white background

This text has color #75586E on white background.


Black color preview on #75586E background

This text has black color on #75586E background.


White color preview on #75586E background

This text has white color on #75586E background.


Related colors

Complementary color

Complementary color for #hex is #8AA791.


I love getcolorcode.com

Triadic colors

1 #6E7558 and #586E75 with #75586E are triadic colors.

2 #6E5875 and #58756E with #75586E are triadic colors.