COLOR #75828B

HEX: #75828B
RGB: (117,130,139)

Color info

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

RGB color model

#75828B color RGB value is (117,130,139).

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

RGB channels and saturation

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

117
130
139

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

Portions of RGB colors in percentages

R + G + B =
117 + 130 + 139 = 386 (100%)
R 117 of 386 ~ 30.31%
G 130 of 386 ~ 33.68%
B 139 of 386 ~ 36.01%

%30.31
%33.68
%36.01

CMYK color model

#75828B color CMYK value is (16,6,0,45).

  • cyan value is 15.83%
  • magenta value is 6.47%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(16,6,0,45)
C16M6Y0K45 
(16%,6%,0%,45%)
(0.16/0.06/0.00/0.45)	

CMYK percentages

%15.83
%6.47
%0
%45.49

Codes

Color #75828B in popluar color models

75828B
RGB117130139
HSL205°8.66%50.20%
HSB/HSV205°15.83%54.51%
CMYK15.83%6.47%0.00%
45.49%

Color #75828B in popluar number systems.

HEX75828B
Decimal117130139
Binary11101011000001010001011
Octal165202213

Shades and tints

Shades of #75828B

#75828B
(117,130,139)
#6B777F
(107,119,127)
#616C73
(97,108,115)
#576167
(87,97,103)
#4D565B
(77,86,91)
#434B4F
(67,75,79)
#394043
(57,64,67)
#2F3537
(47,53,55)
#252A2B
(37,42,43)
#1B1F1F
(27,31,31)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #75828B

#75828B
(117,130,139)
#818D95
(129,141,149)
#8D989F
(141,152,159)
#99A3A9
(153,163,169)
#A5AEB3
(165,174,179)
#B1B9BD
(177,185,189)
#BDC4C7
(189,196,199)
#C9CFD1
(201,207,209)
#D5DADB
(213,218,219)
#E1E5E5
(225,229,229)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75828B; }

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

This text font color is #75828B.


Background Color

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

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

This div background color is #75828B.


Border color

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

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

This div border color is #75828B.


Opacity

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

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

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

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

This text has shadow with #75828B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75828B on black background.


Color preview on white background

This text has color #75828B on white background.



Black color preview on #75828B background

This text has black color on #75828B background.


White color preview on #75828B background

This text has white color on #75828B background.