COLOR #75788A

HEX: #75788A RGB: (117,120,138)

Color info

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

RGB color model

#75788A color RGB value is (117,120,138).

RGB: (117,120,138) (46%, 47%, 54%)

RGB channels and saturation

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

117
120
138

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

Portions of RGB colors in percentages

R + G + B = 117 + 120 + 138 = 375 (100%)
R 117 of 375 ~ 31.2%
G 120 of 375 ~ 32%
B 138 of 375 ~ 36.8'%

%31.2
%32
%36.8

CMYK color model

#75788A color CMYK value is (15,13,0,46).

  • cyan value is 15.22%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (15,13,0,46)
C15M13Y0K46 (15%, 13%, 0%, 46%)
(0.15 / 0.13 / 0.00 / 0.46)

CMYK percentages

%15.22
%13.04
%0
%45.88

Codes

Color #75788A in popluar color models

75 78 8A
RGB 117 120 138
HSL 231° 8.24% 50.00%
HSB/HSV 231° 15.22% 54.12%
CMYK 15.22% 13.04% 0.00%
45.88%

Color #75788A in popluar number systems.

HEX 75 78 8A
Decimal 117 120 138
Binary 1110101 1111000 10001010
Octal 165 170 212

Shades and tints

Shades of #75788A

#75788A
(117,120,138)
#6B6E7E
(107,110,126)
#616472
(97,100,114)
#575A66
(87,90,102)
#4D505A
(77,80,90)
#43464E
(67,70,78)
#393C42
(57,60,66)
#2F3236
(47,50,54)
#25282A
(37,40,42)
#1B1E1E
(27,30,30)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #75788A

#75788A
(117,120,138)
#818494
(129,132,148)
#8D909E
(141,144,158)
#999CA8
(153,156,168)
#A5A8B2
(165,168,178)
#B1B4BC
(177,180,188)
#BDC0C6
(189,192,198)
#C9CCD0
(201,204,208)
#D5D8DA
(213,216,218)
#E1E4E4
(225,228,228)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75788A; }

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

This text font color is #75788A.

Background Color

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

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

This div background color is #75788A.

Border color

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

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

This div border color is #75788A.

Opacity

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

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

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

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

This text has shadow with #75788A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75788A.

Preview

Color preview on black background

This text has color #75788A on black background.


Color preview on white background

This text has color #75788A on white background.


Black color preview on #75788A background

This text has black color on #75788A background.


White color preview on #75788A background

This text has white color on #75788A background.


Related colors

Complementary color

Complementary color for #hex is #8A8775.


I love getcolorcode.com

Triadic colors

1 #8A7578 and #788A75 with #75788A are triadic colors.

2 #8A7875 and #78758A with #75788A are triadic colors.