COLOR #75968C

HEX: #75968C
RGB: (117,150,140)

Color info

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

RGB color model

#75968C color RGB value is (117,150,140).

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

RGB channels and saturation

R 117 of 255 = 46%
G 150 of 255 = 59%
B 140 of 255 = 55%

117
150
140

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

Portions of RGB colors in percentages

R + G + B =
117 + 150 + 140 = 407 (100%)
R 117 of 407 ~ 28.75%
G 150 of 407 ~ 36.86%
B 140 of 407 ~ 34.4%

%28.75
%36.86
%34.4

CMYK color model

#75968C color CMYK value is (22,0,7,41).

  • cyan value is 22.00%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 41.18%
CMYK:
(22,0,7,41)
C22M0Y7K41 
(22%,0%,7%,41%)
(0.22/0.00/0.07/0.41)	

CMYK percentages

%22
%0
%6.67
%41.18

Codes

Color #75968C in popluar color models

75968C
RGB117150140
HSL162°13.58%52.35%
HSB/HSV162°22.00%58.82%
CMYK22.00%0.00%6.67%
41.18%

Color #75968C in popluar number systems.

HEX75968C
Decimal117150140
Binary11101011001011010001100
Octal165226214

Shades and tints

Shades of #75968C

#75968C
(117,150,140)
#6B8980
(107,137,128)
#617C74
(97,124,116)
#576F68
(87,111,104)
#4D625C
(77,98,92)
#435550
(67,85,80)
#394844
(57,72,68)
#2F3B38
(47,59,56)
#252E2C
(37,46,44)
#1B2120
(27,33,32)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #75968C

#75968C
(117,150,140)
#819F96
(129,159,150)
#8DA8A0
(141,168,160)
#99B1AA
(153,177,170)
#A5BAB4
(165,186,180)
#B1C3BE
(177,195,190)
#BDCCC8
(189,204,200)
#C9D5D2
(201,213,210)
#D5DEDC
(213,222,220)
#E1E7E6
(225,231,230)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75968C; }

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

This text font color is #75968C.


Background Color

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

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

This div background color is #75968C.


Border color

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

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

This div border color is #75968C.


Opacity

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

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

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

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

This text has shadow with #75968C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75968C on black background.


Color preview on white background

This text has color #75968C on white background.



Black color preview on #75968C background

This text has black color on #75968C background.


White color preview on #75968C background

This text has white color on #75968C background.