COLOR #757788

HEX: #757788 RGB: (117,119,136)

Color info

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

RGB color model

#757788 color RGB value is (117,119,136).

RGB: (117,119,136) (46%, 47%, 53%)

RGB channels and saturation

R 117 of 255 = 46%
G 119 of 255 = 47%
B 136 of 255 = 53%

117
119
136

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

Portions of RGB colors in percentages

R + G + B = 117 + 119 + 136 = 372 (100%)
R 117 of 372 ~ 31.45%
G 119 of 372 ~ 31.99%
B 136 of 372 ~ 36.56'%

%31.45
%31.99
%36.56

CMYK color model

#757788 color CMYK value is (14,13,0,47).

  • cyan value is 13.97%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (14,13,0,47)
C14M13Y0K47 (14%, 13%, 0%, 47%)
(0.14 / 0.13 / 0.00 / 0.47)

CMYK percentages

%13.97
%12.5
%0
%46.67

Codes

Color #757788 in popluar color models

75 77 88
RGB 117 119 136
HSL 234° 7.51% 49.61%
HSB/HSV 234° 13.97% 53.33%
CMYK 13.97% 12.50% 0.00%
46.67%

Color #757788 in popluar number systems.

HEX 75 77 88
Decimal 117 119 136
Binary 1110101 1110111 10001000
Octal 165 167 210

Shades and tints

Shades of #757788

#757788
(117,119,136)
#6B6D7C
(107,109,124)
#616370
(97,99,112)
#575964
(87,89,100)
#4D4F58
(77,79,88)
#43454C
(67,69,76)
#393B40
(57,59,64)
#2F3134
(47,49,52)
#252728
(37,39,40)
#1B1D1C
(27,29,28)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #757788

#757788
(117,119,136)
#818392
(129,131,146)
#8D8F9C
(141,143,156)
#999BA6
(153,155,166)
#A5A7B0
(165,167,176)
#B1B3BA
(177,179,186)
#BDBFC4
(189,191,196)
#C9CBCE
(201,203,206)
#D5D7D8
(213,215,216)
#E1E3E2
(225,227,226)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757788; }

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

This text font color is #757788.

Background Color

.myBgColor { background-color: #757788; }

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

This div background color is #757788.

Border color

.myBorderColor { border: 1px solid #757788; }

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

This div border color is #757788.

Opacity

.myOpacity80 { color: #757788; opacity: 0.8; }

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

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

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

This text has shadow with #757788 color.


.textShadow {text-shadow: 3px 3px 1px #757788', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #757788; -webkit-box-shadow: 1px 1px 3px 2px #757788; box-shadow:1px 1px 3px 2px #757788;">
Div content here
</div>

This div box has shadow with color #757788.

Preview

Color preview on black background

This text has color #757788 on black background.


Color preview on white background

This text has color #757788 on white background.


Black color preview on #757788 background

This text has black color on #757788 background.


White color preview on #757788 background

This text has white color on #757788 background.


Related colors

Complementary color

Complementary color for #hex is #8A8877.


I love getcolorcode.com

Triadic colors

1 #887577 and #778875 with #757788 are triadic colors.

2 #887775 and #777588 with #757788 are triadic colors.