COLOR #75809A

HEX: #75809A
RGB: (117,128,154)

Color info

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

RGB color model

#75809A color RGB value is (117,128,154).

  • red value is 117;
  • green value is 128;
  • blue value is 154.
RGB:
(117,128,154)
(46%,50%,60%)

RGB channels and saturation

R 117 of 255 = 46%
G 128 of 255 = 50%
B 154 of 255 = 60%

117
128
154

R + G + B ~ 52%. #75809A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 128 + 154 = 399 (100%)
R 117 of 399 ~ 29.32%
G 128 of 399 ~ 32.08%
B 154 of 399 ~ 38.6%

%29.32
%32.08
%38.6

CMYK color model

#75809A color CMYK value is (24,17,0,40).

  • cyan value is 24.03%
  • magenta value is 16.88%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(24,17,0,40)
C24M17Y0K40 
(24%,17%,0%,40%)
(0.24/0.17/0.00/0.40)	

CMYK percentages

%24.03
%16.88
%0
%39.61

Codes

Color #75809A in popluar color models

75809A
RGB117128154
HSL222°15.48%53.14%
HSB/HSV222°24.03%60.39%
CMYK24.03%16.88%0.00%
39.61%

Color #75809A in popluar number systems.

HEX75809A
Decimal117128154
Binary11101011000000010011010
Octal165200232

Shades and tints

Shades of #75809A

#75809A
(117,128,154)
#6B758C
(107,117,140)
#616A7E
(97,106,126)
#575F70
(87,95,112)
#4D5462
(77,84,98)
#434954
(67,73,84)
#393E46
(57,62,70)
#2F3338
(47,51,56)
#25282A
(37,40,42)
#1B1D1C
(27,29,28)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #75809A

#75809A
(117,128,154)
#818BA3
(129,139,163)
#8D96AC
(141,150,172)
#99A1B5
(153,161,181)
#A5ACBE
(165,172,190)
#B1B7C7
(177,183,199)
#BDC2D0
(189,194,208)
#C9CDD9
(201,205,217)
#D5D8E2
(213,216,226)
#E1E3EB
(225,227,235)
#EDEEF4
(237,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75809A color. Also use rgb(117,128,154) instead hex code.

Text Font Color

.myTextColor { color: #75809A; }

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

This text font color is #75809A.


Background Color

.myBgColor { background-color: #75809A; }

<div style="background-color:#75809A">Inner text</div>

This div background color is #75809A.


Border color

.myBorderColor { border: 1px solid #75809A; }

<div style="border:3px solid #75809A">Div</div>

This div border color is #75809A.


Opacity

.myOpacity80 { color: #75809A; opacity: 0.8; }

<p style="color:#75809A;opacity:0.8;">80%</p>

Text with #75809A 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 #75809A;}

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

This text has shadow with #75809A color.

.textShadow {text-shadow: 3px 3px 1px #75809A, 3px 3px 1px red;}

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

This text has shadow with #75809A primary color and red secondary color.


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

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

This text has shadow with #75809A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75809A on black background.


Color preview on white background

This text has color #75809A on white background.



Black color preview on #75809A background

This text has black color on #75809A background.


White color preview on #75809A background

This text has white color on #75809A background.