COLOR #758681

HEX: #758681
RGB: (117,134,129)

Color info

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

RGB color model

#758681 color RGB value is (117,134,129).

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

RGB channels and saturation

R 117 of 255 = 46%
G 134 of 255 = 53%
B 129 of 255 = 51%

117
134
129

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

Portions of RGB colors in percentages

R + G + B =
117 + 134 + 129 = 380 (100%)
R 117 of 380 ~ 30.79%
G 134 of 380 ~ 35.26%
B 129 of 380 ~ 33.95%

%30.79
%35.26
%33.95

CMYK color model

#758681 color CMYK value is (13,0,4,47).

  • cyan value is 12.69%
  • magenta value is 0.00%
  • yellow value is 3.73%
  • key color value is 47.45%
CMYK:
(13,0,4,47)
C13M0Y4K47 
(13%,0%,4%,47%)
(0.13/0.00/0.04/0.47)	

CMYK percentages

%12.69
%0
%3.73
%47.45

Codes

Color #758681 in popluar color models

758681
RGB117134129
HSL162°6.77%49.22%
HSB/HSV162°12.69%52.55%
CMYK12.69%0.00%3.73%
47.45%

Color #758681 in popluar number systems.

HEX758681
Decimal117134129
Binary11101011000011010000001
Octal165206201

Shades and tints

Shades of #758681

#758681
(117,134,129)
#6B7A76
(107,122,118)
#616E6B
(97,110,107)
#576260
(87,98,96)
#4D5655
(77,86,85)
#434A4A
(67,74,74)
#393E3F
(57,62,63)
#2F3234
(47,50,52)
#252629
(37,38,41)
#1B1A1E
(27,26,30)
#110E13
(17,14,19)
#000000
(0,0,0)

Tints of #758681

#758681
(117,134,129)
#81918C
(129,145,140)
#8D9C97
(141,156,151)
#99A7A2
(153,167,162)
#A5B2AD
(165,178,173)
#B1BDB8
(177,189,184)
#BDC8C3
(189,200,195)
#C9D3CE
(201,211,206)
#D5DED9
(213,222,217)
#E1E9E4
(225,233,228)
#EDF4EF
(237,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758681; }

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

This text font color is #758681.


Background Color

.myBgColor { background-color: #758681; }

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

This div background color is #758681.


Border color

.myBorderColor { border: 1px solid #758681; }

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

This div border color is #758681.


Opacity

.myOpacity80 { color: #758681; opacity: 0.8; }

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

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

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

This text has shadow with #758681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758681 on black background.


Color preview on white background

This text has color #758681 on white background.



Black color preview on #758681 background

This text has black color on #758681 background.


White color preview on #758681 background

This text has white color on #758681 background.