COLOR #758D81

HEX: #758D81
RGB: (117,141,129)

Color info

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

RGB color model

#758D81 color RGB value is (117,141,129).

  • red value is 117;
  • green value is 141;
  • blue value is 129.
RGB:
(117,141,129)
(46%,55%,51%)

RGB channels and saturation

R 117 of 255 = 46%
G 141 of 255 = 55%
B 129 of 255 = 51%

117
141
129

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

Portions of RGB colors in percentages

R + G + B =
117 + 141 + 129 = 387 (100%)
R 117 of 387 ~ 30.23%
G 141 of 387 ~ 36.43%
B 129 of 387 ~ 33.33%

%30.23
%36.43
%33.33

CMYK color model

#758D81 color CMYK value is (17,0,9,45).

  • cyan value is 17.02%
  • magenta value is 0.00%
  • yellow value is 8.51%
  • key color value is 44.71%
CMYK:
(17,0,9,45)
C17M0Y9K45 
(17%,0%,9%,45%)
(0.17/0.00/0.09/0.45)	

CMYK percentages

%17.02
%0
%8.51
%44.71

Codes

Color #758D81 in popluar color models

758D81
RGB117141129
HSL150°9.52%50.59%
HSB/HSV150°17.02%55.29%
CMYK17.02%0.00%8.51%
44.71%

Color #758D81 in popluar number systems.

HEX758D81
Decimal117141129
Binary11101011000110110000001
Octal165215201

Shades and tints

Shades of #758D81

#758D81
(117,141,129)
#6B8176
(107,129,118)
#61756B
(97,117,107)
#576960
(87,105,96)
#4D5D55
(77,93,85)
#43514A
(67,81,74)
#39453F
(57,69,63)
#2F3934
(47,57,52)
#252D29
(37,45,41)
#1B211E
(27,33,30)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #758D81

#758D81
(117,141,129)
#81978C
(129,151,140)
#8DA197
(141,161,151)
#99ABA2
(153,171,162)
#A5B5AD
(165,181,173)
#B1BFB8
(177,191,184)
#BDC9C3
(189,201,195)
#C9D3CE
(201,211,206)
#D5DDD9
(213,221,217)
#E1E7E4
(225,231,228)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758D81 color. Also use rgb(117,141,129) instead hex code.

Text Font Color

.myTextColor { color: #758D81; }

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

This text font color is #758D81.


Background Color

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

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

This div background color is #758D81.


Border color

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

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

This div border color is #758D81.


Opacity

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

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

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

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

This text has shadow with #758D81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758D81 on black background.


Color preview on white background

This text has color #758D81 on white background.



Black color preview on #758D81 background

This text has black color on #758D81 background.


White color preview on #758D81 background

This text has white color on #758D81 background.