COLOR #75576F

HEX: #75576F RGB: (117,87,111)

Color info

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

RGB color model

#75576F color RGB value is (117,87,111).

RGB: (117,87,111) (46%, 34%, 44%)

RGB channels and saturation

R 117 of 255 = 46%
G 87 of 255 = 34%
B 111 of 255 = 44%

117
87
111

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

Portions of RGB colors in percentages

R + G + B = 117 + 87 + 111 = 315 (100%)
R 117 of 315 ~ 37.14%
G 87 of 315 ~ 27.62%
B 111 of 315 ~ 35.24'%

%37.14
%27.62
%35.24

CMYK color model

#75576F color CMYK value is (0,26,5,54).

  • cyan value is 0.00%
  • magenta value is 25.64%
  • yellow value is 5.13%
  • key color value is 54.12%

CMYK: (0,26,5,54)
C0M26Y5K54 (0%, 26%, 5%, 54%)
(0.00 / 0.26 / 0.05 / 0.54)

CMYK percentages

%0
%25.64
%5.13
%54.12

Codes

Color #75576F in popluar color models

75 57 6F
RGB 117 87 111
HSL 312° 14.71% 40.00%
HSB/HSV 312° 25.64% 45.88%
CMYK 0.00% 25.64% 5.13%
54.12%

Color #75576F in popluar number systems.

HEX 75 57 6F
Decimal 117 87 111
Binary 1110101 1010111 1101111
Octal 165 127 157

Shades and tints

Shades of #75576F

#75576F
(117,87,111)
#6B5065
(107,80,101)
#61495B
(97,73,91)
#574251
(87,66,81)
#4D3B47
(77,59,71)
#43343D
(67,52,61)
#392D33
(57,45,51)
#2F2629
(47,38,41)
#251F1F
(37,31,31)
#1B1815
(27,24,21)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #75576F

#75576F
(117,87,111)
#81667C
(129,102,124)
#8D7589
(141,117,137)
#998496
(153,132,150)
#A593A3
(165,147,163)
#B1A2B0
(177,162,176)
#BDB1BD
(189,177,189)
#C9C0CA
(201,192,202)
#D5CFD7
(213,207,215)
#E1DEE4
(225,222,228)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75576F color. Also use rgb(117,87,111) instead hex code.

Text Font Color

.myTextColor { color: #75576F; }

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

This text font color is #75576F.

Background Color

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

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

This div background color is #75576F.

Border color

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

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

This div border color is #75576F.

Opacity

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

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

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

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

This text has shadow with #75576F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75576F.

Preview

Color preview on black background

This text has color #75576F on black background.


Color preview on white background

This text has color #75576F on white background.


Black color preview on #75576F background

This text has black color on #75576F background.


White color preview on #75576F background

This text has white color on #75576F background.


Related colors

Complementary color

Complementary color for #hex is #8AA890.


I love getcolorcode.com

Triadic colors

1 #6F7557 and #576F75 with #75576F are triadic colors.

2 #6F5775 and #57756F with #75576F are triadic colors.