COLOR #758477

HEX: #758477
RGB: (117,132,119)

Color info

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

RGB color model

#758477 color RGB value is (117,132,119).

  • red value is 117;
  • green value is 132;
  • blue value is 119.
RGB:
(117,132,119)
(46%,52%,47%)

RGB channels and saturation

R 117 of 255 = 46%
G 132 of 255 = 52%
B 119 of 255 = 47%

117
132
119

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

Portions of RGB colors in percentages

R + G + B =
117 + 132 + 119 = 368 (100%)
R 117 of 368 ~ 31.79%
G 132 of 368 ~ 35.87%
B 119 of 368 ~ 32.34%

%31.79
%35.87
%32.34

CMYK color model

#758477 color CMYK value is (11,0,10,48).

  • cyan value is 11.36%
  • magenta value is 0.00%
  • yellow value is 9.85%
  • key color value is 48.24%
CMYK:
(11,0,10,48)
C11M0Y10K48 
(11%,0%,10%,48%)
(0.11/0.00/0.10/0.48)	

CMYK percentages

%11.36
%0
%9.85
%48.24

Codes

Color #758477 in popluar color models

758477
RGB117132119
HSL128°6.02%48.82%
HSB/HSV128°11.36%51.76%
CMYK11.36%0.00%9.85%
48.24%

Color #758477 in popluar number systems.

HEX758477
Decimal117132119
Binary1110101100001001110111
Octal165204167

Shades and tints

Shades of #758477

#758477
(117,132,119)
#6B786D
(107,120,109)
#616C63
(97,108,99)
#576059
(87,96,89)
#4D544F
(77,84,79)
#434845
(67,72,69)
#393C3B
(57,60,59)
#2F3031
(47,48,49)
#252427
(37,36,39)
#1B181D
(27,24,29)
#110C13
(17,12,19)
#000000
(0,0,0)

Tints of #758477

#758477
(117,132,119)
#818F83
(129,143,131)
#8D9A8F
(141,154,143)
#99A59B
(153,165,155)
#A5B0A7
(165,176,167)
#B1BBB3
(177,187,179)
#BDC6BF
(189,198,191)
#C9D1CB
(201,209,203)
#D5DCD7
(213,220,215)
#E1E7E3
(225,231,227)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758477 color. Also use rgb(117,132,119) instead hex code.

Text Font Color

.myTextColor { color: #758477; }

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

This text font color is #758477.


Background Color

.myBgColor { background-color: #758477; }

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

This div background color is #758477.


Border color

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

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

This div border color is #758477.


Opacity

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

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

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

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

This text has shadow with #758477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758477 on black background.


Color preview on white background

This text has color #758477 on white background.



Black color preview on #758477 background

This text has black color on #758477 background.


White color preview on #758477 background

This text has white color on #758477 background.