COLOR #75828C

HEX: #75828C
RGB: (117,130,140)

Color info

#75828C contains red, green and blue colors in about the same proportion. Web safe color of #75828C is #669999 (or #699).

RGB color model

#75828C color RGB value is (117,130,140).

  • red value is 117;
  • green value is 130;
  • blue value is 140.
RGB:
(117,130,140)
(46%,51%,55%)

RGB channels and saturation

R 117 of 255 = 46%
G 130 of 255 = 51%
B 140 of 255 = 55%

117
130
140

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

Portions of RGB colors in percentages

R + G + B =
117 + 130 + 140 = 387 (100%)
R 117 of 387 ~ 30.23%
G 130 of 387 ~ 33.59%
B 140 of 387 ~ 36.18%

%30.23
%33.59
%36.18

CMYK color model

#75828C color CMYK value is (16,7,0,45).

  • cyan value is 16.43%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(16,7,0,45)
C16M7Y0K45 
(16%,7%,0%,45%)
(0.16/0.07/0.00/0.45)	

CMYK percentages

%16.43
%7.14
%0
%45.1

Codes

Color #75828C in popluar color models

75828C
RGB117130140
HSL206°9.09%50.39%
HSB/HSV206°16.43%54.90%
CMYK16.43%7.14%0.00%
45.10%

Color #75828C in popluar number systems.

HEX75828C
Decimal117130140
Binary11101011000001010001100
Octal165202214

Shades and tints

Shades of #75828C

#75828C
(117,130,140)
#6B7780
(107,119,128)
#616C74
(97,108,116)
#576168
(87,97,104)
#4D565C
(77,86,92)
#434B50
(67,75,80)
#394044
(57,64,68)
#2F3538
(47,53,56)
#252A2C
(37,42,44)
#1B1F20
(27,31,32)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #75828C

#75828C
(117,130,140)
#818D96
(129,141,150)
#8D98A0
(141,152,160)
#99A3AA
(153,163,170)
#A5AEB4
(165,174,180)
#B1B9BE
(177,185,190)
#BDC4C8
(189,196,200)
#C9CFD2
(201,207,210)
#D5DADC
(213,218,220)
#E1E5E6
(225,229,230)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75828C; }

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

This text font color is #75828C.


Background Color

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

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

This div background color is #75828C.


Border color

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

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

This div border color is #75828C.


Opacity

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

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

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

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

This text has shadow with #75828C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75828C on black background.


Color preview on white background

This text has color #75828C on white background.



Black color preview on #75828C background

This text has black color on #75828C background.


White color preview on #75828C background

This text has white color on #75828C background.