COLOR #758F7F

HEX: #758F7F
RGB: (117,143,127)

Color info

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

RGB color model

#758F7F color RGB value is (117,143,127).

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

RGB channels and saturation

R 117 of 255 = 46%
G 143 of 255 = 56%
B 127 of 255 = 50%

117
143
127

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

Portions of RGB colors in percentages

R + G + B =
117 + 143 + 127 = 387 (100%)
R 117 of 387 ~ 30.23%
G 143 of 387 ~ 36.95%
B 127 of 387 ~ 32.82%

%30.23
%36.95
%32.82

CMYK color model

#758F7F color CMYK value is (18,0,11,44).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 11.19%
  • key color value is 43.92%
CMYK:
(18,0,11,44)
C18M0Y11K44 
(18%,0%,11%,44%)
(0.18/0.00/0.11/0.44)	

CMYK percentages

%18.18
%0
%11.19
%43.92

Codes

Color #758F7F in popluar color models

758F7F
RGB117143127
HSL143°10.40%50.98%
HSB/HSV143°18.18%56.08%
CMYK18.18%0.00%11.19%
43.92%

Color #758F7F in popluar number systems.

HEX758F7F
Decimal117143127
Binary1110101100011111111111
Octal165217177

Shades and tints

Shades of #758F7F

#758F7F
(117,143,127)
#6B8274
(107,130,116)
#617569
(97,117,105)
#57685E
(87,104,94)
#4D5B53
(77,91,83)
#434E48
(67,78,72)
#39413D
(57,65,61)
#2F3432
(47,52,50)
#252727
(37,39,39)
#1B1A1C
(27,26,28)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #758F7F

#758F7F
(117,143,127)
#81998A
(129,153,138)
#8DA395
(141,163,149)
#99ADA0
(153,173,160)
#A5B7AB
(165,183,171)
#B1C1B6
(177,193,182)
#BDCBC1
(189,203,193)
#C9D5CC
(201,213,204)
#D5DFD7
(213,223,215)
#E1E9E2
(225,233,226)
#EDF3ED
(237,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758F7F; }

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

This text font color is #758F7F.


Background Color

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

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

This div background color is #758F7F.


Border color

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

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

This div border color is #758F7F.


Opacity

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

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

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

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

This text has shadow with #758F7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758F7F on black background.


Color preview on white background

This text has color #758F7F on white background.



Black color preview on #758F7F background

This text has black color on #758F7F background.


White color preview on #758F7F background

This text has white color on #758F7F background.