COLOR #75605D

HEX: #75605D RGB: (117,96,93)

Color info

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

RGB color model

#75605D color RGB value is (117,96,93).

RGB: (117,96,93) (46%, 38%, 36%)

RGB channels and saturation

R 117 of 255 = 46%
G 96 of 255 = 38%
B 93 of 255 = 36%

117
96
93

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

Portions of RGB colors in percentages

R + G + B = 117 + 96 + 93 = 306 (100%)
R 117 of 306 ~ 38.24%
G 96 of 306 ~ 31.37%
B 93 of 306 ~ 30.39'%

%38.24
%31.37
%30.39

CMYK color model

#75605D color CMYK value is (0,18,21,54).

  • cyan value is 0.00%
  • magenta value is 17.95%
  • yellow value is 20.51%
  • key color value is 54.12%

CMYK: (0,18,21,54)
C0M18Y21K54 (0%, 18%, 21%, 54%)
(0.00 / 0.18 / 0.21 / 0.54)

CMYK percentages

%0
%17.95
%20.51
%54.12

Codes

Color #75605D in popluar color models

75 60 5D
RGB 117 96 93
HSL 11.43% 41.18%
HSB/HSV 20.51% 45.88%
CMYK 0.00% 17.95% 20.51%
54.12%

Color #75605D in popluar number systems.

HEX 75 60 5D
Decimal 117 96 93
Binary 1110101 1100000 1011101
Octal 165 140 135

Shades and tints

Shades of #75605D

#75605D
(117,96,93)
#6B5855
(107,88,85)
#61504D
(97,80,77)
#574845
(87,72,69)
#4D403D
(77,64,61)
#433835
(67,56,53)
#39302D
(57,48,45)
#2F2825
(47,40,37)
#25201D
(37,32,29)
#1B1815
(27,24,21)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #75605D

#75605D
(117,96,93)
#816E6B
(129,110,107)
#8D7C79
(141,124,121)
#998A87
(153,138,135)
#A59895
(165,152,149)
#B1A6A3
(177,166,163)
#BDB4B1
(189,180,177)
#C9C2BF
(201,194,191)
#D5D0CD
(213,208,205)
#E1DEDB
(225,222,219)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75605D color. Also use rgb(117,96,93) instead hex code.

Text Font Color

.myTextColor { color: #75605D; }

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

This text font color is #75605D.

Background Color

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

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

This div background color is #75605D.

Border color

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

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

This div border color is #75605D.

Opacity

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

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

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

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

This text has shadow with #75605D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75605D.

Preview

Color preview on black background

This text has color #75605D on black background.


Color preview on white background

This text has color #75605D on white background.


Black color preview on #75605D background

This text has black color on #75605D background.


White color preview on #75605D background

This text has white color on #75605D background.


Related colors

Complementary color

Complementary color for #hex is #8A9FA2.


I love getcolorcode.com

Triadic colors

1 #5D7560 and #605D75 with #75605D are triadic colors.

2 #5D6075 and #60755D with #75605D are triadic colors.