COLOR #75808C

HEX: #75808C RGB: (117,128,140)

Color info

#75808C contains red, green and blue colors in about the same proportion. Web safe color of #75808C is #666699 (or #669).

RGB color model

#75808C color RGB value is (117,128,140).

RGB: (117,128,140) (46%, 50%, 55%)

RGB channels and saturation

R 117 of 255 = 46%
G 128 of 255 = 50%
B 140 of 255 = 55%

117
128
140

R + G + B ~ 50%. #75808C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 128 + 140 = 385 (100%)
R 117 of 385 ~ 30.39%
G 128 of 385 ~ 33.25%
B 140 of 385 ~ 36.36'%

%30.39
%33.25
%36.36

CMYK color model

#75808C color CMYK value is (16,9,0,45).

  • cyan value is 16.43%
  • magenta value is 8.57%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (16,9,0,45)
C16M9Y0K45 (16%, 9%, 0%, 45%)
(0.16 / 0.09 / 0.00 / 0.45)

CMYK percentages

%16.43
%8.57
%0
%45.1

Codes

Color #75808C in popluar color models

75 80 8C
RGB 117 128 140
HSL 211° 9.09% 50.39%
HSB/HSV 211° 16.43% 54.90%
CMYK 16.43% 8.57% 0.00%
45.10%

Color #75808C in popluar number systems.

HEX 75 80 8C
Decimal 117 128 140
Binary 1110101 10000000 10001100
Octal 165 200 214

Shades and tints

Shades of #75808C

#75808C
(117,128,140)
#6B7580
(107,117,128)
#616A74
(97,106,116)
#575F68
(87,95,104)
#4D545C
(77,84,92)
#434950
(67,73,80)
#393E44
(57,62,68)
#2F3338
(47,51,56)
#25282C
(37,40,44)
#1B1D20
(27,29,32)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #75808C

#75808C
(117,128,140)
#818B96
(129,139,150)
#8D96A0
(141,150,160)
#99A1AA
(153,161,170)
#A5ACB4
(165,172,180)
#B1B7BE
(177,183,190)
#BDC2C8
(189,194,200)
#C9CDD2
(201,205,210)
#D5D8DC
(213,216,220)
#E1E3E6
(225,227,230)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75808C color. Also use rgb(117,128,140) instead hex code.

Text Font Color

.myTextColor { color: #75808C; }

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

This text font color is #75808C.

Background Color

.myBgColor { background-color: #75808C; }

<div style="background-color:#75808C">Inner text</div>

This div background color is #75808C.

Border color

.myBorderColor { border: 1px solid #75808C; }

<div style="border:3px solid #75808C">Div</div>

This div border color is #75808C.

Opacity

.myOpacity80 { color: #75808C; opacity: 0.8; }

<p style="color:#75808C;opacity:0.8;">80%</p>

Text with #75808C 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 #75808C;}

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

This text has shadow with #75808C color.


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

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

This text has shadow with #75808C primary color and red secondary color.


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

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

This text has shadow with #75808C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #75808C.

Preview

Color preview on black background

This text has color #75808C on black background.


Color preview on white background

This text has color #75808C on white background.


Black color preview on #75808C background

This text has black color on #75808C background.


White color preview on #75808C background

This text has white color on #75808C background.


Related colors

Complementary color

Complementary color for #hex is #8A7F73.


I love getcolorcode.com

Triadic colors

1 #8C7580 and #808C75 with #75808C are triadic colors.

2 #8C8075 and #80758C with #75808C are triadic colors.