COLOR #75798C

HEX: #75798C
RGB: (117,121,140)

Color info

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

RGB color model

#75798C color RGB value is (117,121,140).

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

RGB channels and saturation

R 117 of 255 = 46%
G 121 of 255 = 47%
B 140 of 255 = 55%

117
121
140

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

Portions of RGB colors in percentages

R + G + B =
117 + 121 + 140 = 378 (100%)
R 117 of 378 ~ 30.95%
G 121 of 378 ~ 32.01%
B 140 of 378 ~ 37.04%

%30.95
%32.01
%37.04

CMYK color model

#75798C color CMYK value is (16,14,0,45).

  • cyan value is 16.43%
  • magenta value is 13.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(16,14,0,45)
C16M14Y0K45 
(16%,14%,0%,45%)
(0.16/0.14/0.00/0.45)	

CMYK percentages

%16.43
%13.57
%0
%45.1

Codes

Color #75798C in popluar color models

75798C
RGB117121140
HSL230°9.09%50.39%
HSB/HSV230°16.43%54.90%
CMYK16.43%13.57%0.00%
45.10%

Color #75798C in popluar number systems.

HEX75798C
Decimal117121140
Binary1110101111100110001100
Octal165171214

Shades and tints

Shades of #75798C

#75798C
(117,121,140)
#6B6E80
(107,110,128)
#616374
(97,99,116)
#575868
(87,88,104)
#4D4D5C
(77,77,92)
#434250
(67,66,80)
#393744
(57,55,68)
#2F2C38
(47,44,56)
#25212C
(37,33,44)
#1B1620
(27,22,32)
#110B14
(17,11,20)
#000000
(0,0,0)

Tints of #75798C

#75798C
(117,121,140)
#818596
(129,133,150)
#8D91A0
(141,145,160)
#999DAA
(153,157,170)
#A5A9B4
(165,169,180)
#B1B5BE
(177,181,190)
#BDC1C8
(189,193,200)
#C9CDD2
(201,205,210)
#D5D9DC
(213,217,220)
#E1E5E6
(225,229,230)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75798C; }

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

This text font color is #75798C.


Background Color

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

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

This div background color is #75798C.


Border color

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

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

This div border color is #75798C.


Opacity

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

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

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

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

This text has shadow with #75798C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75798C on black background.


Color preview on white background

This text has color #75798C on white background.



Black color preview on #75798C background

This text has black color on #75798C background.


White color preview on #75798C background

This text has white color on #75798C background.