COLOR #758C7F

HEX: #758C7F
RGB: (117,140,127)

Color info

#758C7F contains red, green and blue colors in about the same proportion. Web safe color of #758C7F is #669966 (or #696).

RGB color model

#758C7F color RGB value is (117,140,127).

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

RGB channels and saturation

R 117 of 255 = 46%
G 140 of 255 = 55%
B 127 of 255 = 50%

117
140
127

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

Portions of RGB colors in percentages

R + G + B =
117 + 140 + 127 = 384 (100%)
R 117 of 384 ~ 30.47%
G 140 of 384 ~ 36.46%
B 127 of 384 ~ 33.07%

%30.47
%36.46
%33.07

CMYK color model

#758C7F color CMYK value is (16,0,9,45).

  • cyan value is 16.43%
  • magenta value is 0.00%
  • yellow value is 9.29%
  • key color value is 45.10%
CMYK:
(16,0,9,45)
C16M0Y9K45 
(16%,0%,9%,45%)
(0.16/0.00/0.09/0.45)	

CMYK percentages

%16.43
%0
%9.29
%45.1

Codes

Color #758C7F in popluar color models

758C7F
RGB117140127
HSL146°9.09%50.39%
HSB/HSV146°16.43%54.90%
CMYK16.43%0.00%9.29%
45.10%

Color #758C7F in popluar number systems.

HEX758C7F
Decimal117140127
Binary1110101100011001111111
Octal165214177

Shades and tints

Shades of #758C7F

#758C7F
(117,140,127)
#6B8074
(107,128,116)
#617469
(97,116,105)
#57685E
(87,104,94)
#4D5C53
(77,92,83)
#435048
(67,80,72)
#39443D
(57,68,61)
#2F3832
(47,56,50)
#252C27
(37,44,39)
#1B201C
(27,32,28)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #758C7F

#758C7F
(117,140,127)
#81968A
(129,150,138)
#8DA095
(141,160,149)
#99AAA0
(153,170,160)
#A5B4AB
(165,180,171)
#B1BEB6
(177,190,182)
#BDC8C1
(189,200,193)
#C9D2CC
(201,210,204)
#D5DCD7
(213,220,215)
#E1E6E2
(225,230,226)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758C7F color. Also use rgb(117,140,127) instead hex code.

Text Font Color

.myTextColor { color: #758C7F; }

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

This text font color is #758C7F.


Background Color

.myBgColor { background-color: #758C7F; }

<div style="background-color:#758C7F">Inner text</div>

This div background color is #758C7F.


Border color

.myBorderColor { border: 1px solid #758C7F; }

<div style="border:3px solid #758C7F">Div</div>

This div border color is #758C7F.


Opacity

.myOpacity80 { color: #758C7F; opacity: 0.8; }

<p style="color:#758C7F;opacity:0.8;">80%</p>

Text with #758C7F 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 #758C7F;}

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

This text has shadow with #758C7F color.

.textShadow {text-shadow: 3px 3px 1px #758C7F, 3px 3px 1px red;}

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

This text has shadow with #758C7F primary color and red secondary color.


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

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

This text has shadow with #758C7F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758C7F on black background.


Color preview on white background

This text has color #758C7F on white background.



Black color preview on #758C7F background

This text has black color on #758C7F background.


White color preview on #758C7F background

This text has white color on #758C7F background.