COLOR #758B6E

HEX: #758B6E
RGB: (117,139,110)

Color info

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

RGB color model

#758B6E color RGB value is (117,139,110).

  • red value is 117;
  • green value is 139;
  • blue value is 110.
RGB:
(117,139,110)
(46%,55%,43%)

RGB channels and saturation

R 117 of 255 = 46%
G 139 of 255 = 55%
B 110 of 255 = 43%

117
139
110

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

Portions of RGB colors in percentages

R + G + B =
117 + 139 + 110 = 366 (100%)
R 117 of 366 ~ 31.97%
G 139 of 366 ~ 37.98%
B 110 of 366 ~ 30.05%

%31.97
%37.98
%30.05

CMYK color model

#758B6E color CMYK value is (16,0,21,45).

  • cyan value is 15.83%
  • magenta value is 0.00%
  • yellow value is 20.86%
  • key color value is 45.49%
CMYK:
(16,0,21,45)
C16M0Y21K45 
(16%,0%,21%,45%)
(0.16/0.00/0.21/0.45)	

CMYK percentages

%15.83
%0
%20.86
%45.49

Codes

Color #758B6E in popluar color models

758B6E
RGB117139110
HSL106°11.65%48.82%
HSB/HSV106°20.86%54.51%
CMYK15.83%0.00%20.86%
45.49%

Color #758B6E in popluar number systems.

HEX758B6E
Decimal117139110
Binary1110101100010111101110
Octal165213156

Shades and tints

Shades of #758B6E

#758B6E
(117,139,110)
#6B7F64
(107,127,100)
#61735A
(97,115,90)
#576750
(87,103,80)
#4D5B46
(77,91,70)
#434F3C
(67,79,60)
#394332
(57,67,50)
#2F3728
(47,55,40)
#252B1E
(37,43,30)
#1B1F14
(27,31,20)
#11130A
(17,19,10)
#000000
(0,0,0)

Tints of #758B6E

#758B6E
(117,139,110)
#81957B
(129,149,123)
#8D9F88
(141,159,136)
#99A995
(153,169,149)
#A5B3A2
(165,179,162)
#B1BDAF
(177,189,175)
#BDC7BC
(189,199,188)
#C9D1C9
(201,209,201)
#D5DBD6
(213,219,214)
#E1E5E3
(225,229,227)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758B6E color. Also use rgb(117,139,110) instead hex code.

Text Font Color

.myTextColor { color: #758B6E; }

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

This text font color is #758B6E.


Background Color

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

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

This div background color is #758B6E.


Border color

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

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

This div border color is #758B6E.


Opacity

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

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

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

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

This text has shadow with #758B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758B6E on black background.


Color preview on white background

This text has color #758B6E on white background.



Black color preview on #758B6E background

This text has black color on #758B6E background.


White color preview on #758B6E background

This text has white color on #758B6E background.