COLOR #75818A

HEX: #75818A RGB: (117,129,138)

Color info

#75818A contains red, green and blue colors in about the same proportion. Web safe color of #75818A is #669999 (or #699).

RGB color model

#75818A color RGB value is (117,129,138).

RGB: (117,129,138) (46%, 51%, 54%)

RGB channels and saturation

R 117 of 255 = 46%
G 129 of 255 = 51%
B 138 of 255 = 54%

117
129
138

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

Portions of RGB colors in percentages

R + G + B = 117 + 129 + 138 = 384 (100%)
R 117 of 384 ~ 30.47%
G 129 of 384 ~ 33.59%
B 138 of 384 ~ 35.94'%

%30.47
%33.59
%35.94

CMYK color model

#75818A color CMYK value is (15,7,0,46).

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

CMYK: (15,7,0,46)
C15M7Y0K46 (15%, 7%, 0%, 46%)
(0.15 / 0.07 / 0.00 / 0.46)

CMYK percentages

%15.22
%6.52
%0
%45.88

Codes

Color #75818A in popluar color models

75 81 8A
RGB 117 129 138
HSL 206° 8.24% 50.00%
HSB/HSV 206° 15.22% 54.12%
CMYK 15.22% 6.52% 0.00%
45.88%

Color #75818A in popluar number systems.

HEX 75 81 8A
Decimal 117 129 138
Binary 1110101 10000001 10001010
Octal 165 201 212

Shades and tints

Shades of #75818A

#75818A
(117,129,138)
#6B767E
(107,118,126)
#616B72
(97,107,114)
#576066
(87,96,102)
#4D555A
(77,85,90)
#434A4E
(67,74,78)
#393F42
(57,63,66)
#2F3436
(47,52,54)
#25292A
(37,41,42)
#1B1E1E
(27,30,30)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #75818A

#75818A
(117,129,138)
#818C94
(129,140,148)
#8D979E
(141,151,158)
#99A2A8
(153,162,168)
#A5ADB2
(165,173,178)
#B1B8BC
(177,184,188)
#BDC3C6
(189,195,198)
#C9CED0
(201,206,208)
#D5D9DA
(213,217,218)
#E1E4E4
(225,228,228)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75818A; }

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

This text font color is #75818A.

Background Color

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

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

This div background color is #75818A.

Border color

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

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

This div border color is #75818A.

Opacity

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

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

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

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

This text has shadow with #75818A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75818A.

Preview

Color preview on black background

This text has color #75818A on black background.


Color preview on white background

This text has color #75818A on white background.


Black color preview on #75818A background

This text has black color on #75818A background.


White color preview on #75818A background

This text has white color on #75818A background.


Related colors

Complementary color

Complementary color for #hex is #8A7E75.


I love getcolorcode.com

Triadic colors

1 #8A7581 and #818A75 with #75818A are triadic colors.

2 #8A8175 and #81758A with #75818A are triadic colors.