COLOR #75606E

HEX: #75606E RGB: (117,96,110)

Color info

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

RGB color model

#75606E color RGB value is (117,96,110).

RGB: (117,96,110) (46%, 38%, 43%)

RGB channels and saturation

R 117 of 255 = 46%
G 96 of 255 = 38%
B 110 of 255 = 43%

117
96
110

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

Portions of RGB colors in percentages

R + G + B = 117 + 96 + 110 = 323 (100%)
R 117 of 323 ~ 36.22%
G 96 of 323 ~ 29.72%
B 110 of 323 ~ 34.06'%

%36.22
%29.72
%34.06

CMYK color model

#75606E color CMYK value is (0,18,6,54).

  • cyan value is 0.00%
  • magenta value is 17.95%
  • yellow value is 5.98%
  • key color value is 54.12%
CMYK: (0,18,6,54) C0M18Y6K54 (0%,18%,6%,54%) (0.00/0.18/0.06/0.54) 

CMYK percentages

%0
%17.95
%5.98
%54.12

Codes

Color #75606E in popluar color models

75 60 6E
RGB 117 96 110
HSL 320° 9.86% 41.76%
HSB/HSV 320° 17.95% 45.88%
CMYK 0.00% 17.95% 5.98%
54.12%

Color #75606E in popluar number systems.

HEX 75 60 6E
Decimal 117 96 110
Binary 1110101 1100000 1101110
Octal 165 140 156

Shades and tints

Shades of #75606E

#75606E
(117,96,110)
#6B5864
(107,88,100)
#61505A
(97,80,90)
#574850
(87,72,80)
#4D4046
(77,64,70)
#43383C
(67,56,60)
#393032
(57,48,50)
#2F2828
(47,40,40)
#25201E
(37,32,30)
#1B1814
(27,24,20)
#11100A
(17,16,10)
#000000
(0,0,0)

Tints of #75606E

#75606E
(117,96,110)
#816E7B
(129,110,123)
#8D7C88
(141,124,136)
#998A95
(153,138,149)
#A598A2
(165,152,162)
#B1A6AF
(177,166,175)
#BDB4BC
(189,180,188)
#C9C2C9
(201,194,201)
#D5D0D6
(213,208,214)
#E1DEE3
(225,222,227)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75606E; }

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

This text font color is #75606E.

Background Color

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

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

This div background color is #75606E.

Border color

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

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

This div border color is #75606E.

Opacity

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

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

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

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

This text has shadow with #75606E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75606E.

Preview

Color preview on black background

This text has color #75606E on black background.


Color preview on white background

This text has color #75606E on white background.


Black color preview on #75606E background

This text has black color on #75606E background.


White color preview on #75606E background

This text has white color on #75606E background.


Related colors

Complementary color

Complementary color for #hex is #8A9F91.


I love getcolorcode.com

Triadic colors

1 #6E7560 and #606E75 with #75606E are triadic colors.

2 #6E6075 and #60756E with #75606E are triadic colors.