COLOR #75807D

HEX: #75807D RGB: (117,128,125)

Color info

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

RGB color model

#75807D color RGB value is (117,128,125).

RGB: (117,128,125) (46%, 50%, 49%)

RGB channels and saturation

R 117 of 255 = 46%
G 128 of 255 = 50%
B 125 of 255 = 49%

117
128
125

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

Portions of RGB colors in percentages

R + G + B = 117 + 128 + 125 = 370 (100%)
R 117 of 370 ~ 31.62%
G 128 of 370 ~ 34.59%
B 125 of 370 ~ 33.78'%

%31.62
%34.59
%33.78

CMYK color model

#75807D color CMYK value is (9,0,2,50).

  • cyan value is 8.59%
  • magenta value is 0.00%
  • yellow value is 2.34%
  • key color value is 49.80%

CMYK: (9,0,2,50)
C9M0Y2K50 (9%, 0%, 2%, 50%)
(0.09 / 0.00 / 0.02 / 0.50)

CMYK percentages

%8.59
%0
%2.34
%49.8

Codes

Color #75807D in popluar color models

75 80 7D
RGB 117 128 125
HSL 164° 4.49% 48.04%
HSB/HSV 164° 8.59% 50.20%
CMYK 8.59% 0.00% 2.34%
49.80%

Color #75807D in popluar number systems.

HEX 75 80 7D
Decimal 117 128 125
Binary 1110101 10000000 1111101
Octal 165 200 175

Shades and tints

Shades of #75807D

#75807D
(117,128,125)
#6B7572
(107,117,114)
#616A67
(97,106,103)
#575F5C
(87,95,92)
#4D5451
(77,84,81)
#434946
(67,73,70)
#393E3B
(57,62,59)
#2F3330
(47,51,48)
#252825
(37,40,37)
#1B1D1A
(27,29,26)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #75807D

#75807D
(117,128,125)
#818B88
(129,139,136)
#8D9693
(141,150,147)
#99A19E
(153,161,158)
#A5ACA9
(165,172,169)
#B1B7B4
(177,183,180)
#BDC2BF
(189,194,191)
#C9CDCA
(201,205,202)
#D5D8D5
(213,216,213)
#E1E3E0
(225,227,224)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75807D; }

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

This text font color is #75807D.

Background Color

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

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

This div background color is #75807D.

Border color

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

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

This div border color is #75807D.

Opacity

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

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

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

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

This text has shadow with #75807D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75807D.

Preview

Color preview on black background

This text has color #75807D on black background.


Color preview on white background

This text has color #75807D on white background.


Black color preview on #75807D background

This text has black color on #75807D background.


White color preview on #75807D background

This text has white color on #75807D background.


Related colors

Complementary color

Complementary color for #hex is #8A7F82.


I love getcolorcode.com

Triadic colors

1 #7D7580 and #807D75 with #75807D are triadic colors.

2 #7D8075 and #80757D with #75807D are triadic colors.