COLOR #75778B

HEX: #75778B
RGB: (117,119,139)

Color info

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

RGB color model

#75778B color RGB value is (117,119,139).

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

RGB channels and saturation

R 117 of 255 = 46%
G 119 of 255 = 47%
B 139 of 255 = 55%

117
119
139

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

Portions of RGB colors in percentages

R + G + B =
117 + 119 + 139 = 375 (100%)
R 117 of 375 ~ 31.2%
G 119 of 375 ~ 31.73%
B 139 of 375 ~ 37.07%

%31.2
%31.73
%37.07

CMYK color model

#75778B color CMYK value is (16,14,0,45).

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

CMYK percentages

%15.83
%14.39
%0
%45.49

Codes

Color #75778B in popluar color models

75778B
RGB117119139
HSL235°8.66%50.20%
HSB/HSV235°15.83%54.51%
CMYK15.83%14.39%0.00%
45.49%

Color #75778B in popluar number systems.

HEX75778B
Decimal117119139
Binary1110101111011110001011
Octal165167213

Shades and tints

Shades of #75778B

#75778B
(117,119,139)
#6B6D7F
(107,109,127)
#616373
(97,99,115)
#575967
(87,89,103)
#4D4F5B
(77,79,91)
#43454F
(67,69,79)
#393B43
(57,59,67)
#2F3137
(47,49,55)
#25272B
(37,39,43)
#1B1D1F
(27,29,31)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #75778B

#75778B
(117,119,139)
#818395
(129,131,149)
#8D8F9F
(141,143,159)
#999BA9
(153,155,169)
#A5A7B3
(165,167,179)
#B1B3BD
(177,179,189)
#BDBFC7
(189,191,199)
#C9CBD1
(201,203,209)
#D5D7DB
(213,215,219)
#E1E3E5
(225,227,229)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75778B; }

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

This text font color is #75778B.


Background Color

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

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

This div background color is #75778B.


Border color

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

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

This div border color is #75778B.


Opacity

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

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

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

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

This text has shadow with #75778B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75778B on black background.


Color preview on white background

This text has color #75778B on white background.



Black color preview on #75778B background

This text has black color on #75778B background.


White color preview on #75778B background

This text has white color on #75778B background.