COLOR #758A7F

HEX: #758A7F
RGB: (117,138,127)

Color info

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

RGB color model

#758A7F color RGB value is (117,138,127).

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

RGB channels and saturation

R 117 of 255 = 46%
G 138 of 255 = 54%
B 127 of 255 = 50%

117
138
127

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

Portions of RGB colors in percentages

R + G + B =
117 + 138 + 127 = 382 (100%)
R 117 of 382 ~ 30.63%
G 138 of 382 ~ 36.13%
B 127 of 382 ~ 33.25%

%30.63
%36.13
%33.25

CMYK color model

#758A7F color CMYK value is (15,0,8,46).

  • cyan value is 15.22%
  • magenta value is 0.00%
  • yellow value is 7.97%
  • key color value is 45.88%
CMYK:
(15,0,8,46)
C15M0Y8K46 
(15%,0%,8%,46%)
(0.15/0.00/0.08/0.46)	

CMYK percentages

%15.22
%0
%7.97
%45.88

Codes

Color #758A7F in popluar color models

758A7F
RGB117138127
HSL149°8.24%50.00%
HSB/HSV149°15.22%54.12%
CMYK15.22%0.00%7.97%
45.88%

Color #758A7F in popluar number systems.

HEX758A7F
Decimal117138127
Binary1110101100010101111111
Octal165212177

Shades and tints

Shades of #758A7F

#758A7F
(117,138,127)
#6B7E74
(107,126,116)
#617269
(97,114,105)
#57665E
(87,102,94)
#4D5A53
(77,90,83)
#434E48
(67,78,72)
#39423D
(57,66,61)
#2F3632
(47,54,50)
#252A27
(37,42,39)
#1B1E1C
(27,30,28)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #758A7F

#758A7F
(117,138,127)
#81948A
(129,148,138)
#8D9E95
(141,158,149)
#99A8A0
(153,168,160)
#A5B2AB
(165,178,171)
#B1BCB6
(177,188,182)
#BDC6C1
(189,198,193)
#C9D0CC
(201,208,204)
#D5DAD7
(213,218,215)
#E1E4E2
(225,228,226)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758A7F; }

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

This text font color is #758A7F.


Background Color

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

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

This div background color is #758A7F.


Border color

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

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

This div border color is #758A7F.


Opacity

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

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

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

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

This text has shadow with #758A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758A7F on black background.


Color preview on white background

This text has color #758A7F on white background.



Black color preview on #758A7F background

This text has black color on #758A7F background.


White color preview on #758A7F background

This text has white color on #758A7F background.