COLOR #75868C

HEX: #75868C
RGB: (117,134,140)

Color info

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

RGB color model

#75868C color RGB value is (117,134,140).

  • red value is 117;
  • green value is 134;
  • blue value is 140.
RGB:
(117,134,140)
(46%,53%,55%)

RGB channels and saturation

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

117
134
140

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

Portions of RGB colors in percentages

R + G + B =
117 + 134 + 140 = 391 (100%)
R 117 of 391 ~ 29.92%
G 134 of 391 ~ 34.27%
B 140 of 391 ~ 35.81%

%29.92
%34.27
%35.81

CMYK color model

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

  • cyan value is 16.43%
  • magenta value is 4.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(16,4,0,45)
C16M4Y0K45 
(16%,4%,0%,45%)
(0.16/0.04/0.00/0.45)	

CMYK percentages

%16.43
%4.29
%0
%45.1

Codes

Color #75868C in popluar color models

75868C
RGB117134140
HSL196°9.09%50.39%
HSB/HSV196°16.43%54.90%
CMYK16.43%4.29%0.00%
45.10%

Color #75868C in popluar number systems.

HEX75868C
Decimal117134140
Binary11101011000011010001100
Octal165206214

Shades and tints

Shades of #75868C

#75868C
(117,134,140)
#6B7A80
(107,122,128)
#616E74
(97,110,116)
#576268
(87,98,104)
#4D565C
(77,86,92)
#434A50
(67,74,80)
#393E44
(57,62,68)
#2F3238
(47,50,56)
#25262C
(37,38,44)
#1B1A20
(27,26,32)
#110E14
(17,14,20)
#000000
(0,0,0)

Tints of #75868C

#75868C
(117,134,140)
#819196
(129,145,150)
#8D9CA0
(141,156,160)
#99A7AA
(153,167,170)
#A5B2B4
(165,178,180)
#B1BDBE
(177,189,190)
#BDC8C8
(189,200,200)
#C9D3D2
(201,211,210)
#D5DEDC
(213,222,220)
#E1E9E6
(225,233,230)
#EDF4F0
(237,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75868C; }

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

This text font color is #75868C.


Background Color

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

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

This div background color is #75868C.


Border color

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

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

This div border color is #75868C.


Opacity

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

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

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

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

This text has shadow with #75868C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75868C on black background.


Color preview on white background

This text has color #75868C on white background.



Black color preview on #75868C background

This text has black color on #75868C background.


White color preview on #75868C background

This text has white color on #75868C background.