COLOR #75778A

HEX: #75778A
RGB: (117,119,138)

Color info

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

RGB color model

#75778A color RGB value is (117,119,138).

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

RGB channels and saturation

R 117 of 255 = 46%
G 119 of 255 = 47%
B 138 of 255 = 54%

117
119
138

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

Portions of RGB colors in percentages

R + G + B =
117 + 119 + 138 = 374 (100%)
R 117 of 374 ~ 31.28%
G 119 of 374 ~ 31.82%
B 138 of 374 ~ 36.9%

%31.28
%31.82
%36.9

CMYK color model

#75778A color CMYK value is (15,14,0,46).

  • cyan value is 15.22%
  • magenta value is 13.77%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(15,14,0,46)
C15M14Y0K46 
(15%,14%,0%,46%)
(0.15/0.14/0.00/0.46)	

CMYK percentages

%15.22
%13.77
%0
%45.88

Codes

Color #75778A in popluar color models

75778A
RGB117119138
HSL234°8.24%50.00%
HSB/HSV234°15.22%54.12%
CMYK15.22%13.77%0.00%
45.88%

Color #75778A in popluar number systems.

HEX75778A
Decimal117119138
Binary1110101111011110001010
Octal165167212

Shades and tints

Shades of #75778A

#75778A
(117,119,138)
#6B6D7E
(107,109,126)
#616372
(97,99,114)
#575966
(87,89,102)
#4D4F5A
(77,79,90)
#43454E
(67,69,78)
#393B42
(57,59,66)
#2F3136
(47,49,54)
#25272A
(37,39,42)
#1B1D1E
(27,29,30)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #75778A

#75778A
(117,119,138)
#818394
(129,131,148)
#8D8F9E
(141,143,158)
#999BA8
(153,155,168)
#A5A7B2
(165,167,178)
#B1B3BC
(177,179,188)
#BDBFC6
(189,191,198)
#C9CBD0
(201,203,208)
#D5D7DA
(213,215,218)
#E1E3E4
(225,227,228)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75778A; }

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

This text font color is #75778A.


Background Color

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

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

This div background color is #75778A.


Border color

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

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

This div border color is #75778A.


Opacity

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

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

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

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

This text has shadow with #75778A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75778A on black background.


Color preview on white background

This text has color #75778A on white background.



Black color preview on #75778A background

This text has black color on #75778A background.


White color preview on #75778A background

This text has white color on #75778A background.