COLOR #75868B

HEX: #75868B RGB: (117,134,139)

Color info

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

RGB color model

#75868B color RGB value is (117,134,139).

RGB: (117,134,139) (46%, 53%, 55%)

RGB channels and saturation

R 117 of 255 = 46%
G 134 of 255 = 53%
B 139 of 255 = 55%

117
134
139

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

Portions of RGB colors in percentages

R + G + B = 117 + 134 + 139 = 390 (100%)
R 117 of 390 ~ 30%
G 134 of 390 ~ 34.36%
B 139 of 390 ~ 35.64'%

%30
%34.36
%35.64

CMYK color model

#75868B color CMYK value is (16,4,0,45).

  • cyan value is 15.83%
  • magenta value is 3.60%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (16,4,0,45)
C16M4Y0K45 (16%, 4%, 0%, 45%)
(0.16 / 0.04 / 0.00 / 0.45)

CMYK percentages

%15.83
%3.6
%0
%45.49

Codes

Color #75868B in popluar color models

75 86 8B
RGB 117 134 139
HSL 194° 8.66% 50.20%
HSB/HSV 194° 15.83% 54.51%
CMYK 15.83% 3.60% 0.00%
45.49%

Color #75868B in popluar number systems.

HEX 75 86 8B
Decimal 117 134 139
Binary 1110101 10000110 10001011
Octal 165 206 213

Shades and tints

Shades of #75868B

#75868B
(117,134,139)
#6B7A7F
(107,122,127)
#616E73
(97,110,115)
#576267
(87,98,103)
#4D565B
(77,86,91)
#434A4F
(67,74,79)
#393E43
(57,62,67)
#2F3237
(47,50,55)
#25262B
(37,38,43)
#1B1A1F
(27,26,31)
#110E13
(17,14,19)
#000000
(0,0,0)

Tints of #75868B

#75868B
(117,134,139)
#819195
(129,145,149)
#8D9C9F
(141,156,159)
#99A7A9
(153,167,169)
#A5B2B3
(165,178,179)
#B1BDBD
(177,189,189)
#BDC8C7
(189,200,199)
#C9D3D1
(201,211,209)
#D5DEDB
(213,222,219)
#E1E9E5
(225,233,229)
#EDF4EF
(237,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75868B; }

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

This text font color is #75868B.

Background Color

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

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

This div background color is #75868B.

Border color

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

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

This div border color is #75868B.

Opacity

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

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

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

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

This text has shadow with #75868B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75868B.

Preview

Color preview on black background

This text has color #75868B on black background.


Color preview on white background

This text has color #75868B on white background.


Black color preview on #75868B background

This text has black color on #75868B background.


White color preview on #75868B background

This text has white color on #75868B background.


Related colors

Complementary color

Complementary color for #hex is #8A7974.


I love getcolorcode.com

Triadic colors

1 #8B7586 and #868B75 with #75868B are triadic colors.

2 #8B8675 and #86758B with #75868B are triadic colors.