COLOR #758070

HEX: #758070
RGB: (117,128,112)

Color info

#758070 contains red, green and blue colors in about the same proportion. Web safe color of #758070 is #666666 (or #666).

RGB color model

#758070 color RGB value is (117,128,112).

  • red value is 117;
  • green value is 128;
  • blue value is 112.
RGB:
(117,128,112)
(46%,50%,44%)

RGB channels and saturation

R 117 of 255 = 46%
G 128 of 255 = 50%
B 112 of 255 = 44%

117
128
112

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

Portions of RGB colors in percentages

R + G + B =
117 + 128 + 112 = 357 (100%)
R 117 of 357 ~ 32.77%
G 128 of 357 ~ 35.85%
B 112 of 357 ~ 31.37%

%32.77
%35.85
%31.37

CMYK color model

#758070 color CMYK value is (9,0,13,50).

  • cyan value is 8.59%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 49.80%
CMYK:
(9,0,13,50)
C9M0Y13K50 
(9%,0%,13%,50%)
(0.09/0.00/0.13/0.50)	

CMYK percentages

%8.59
%0
%12.5
%49.8

Codes

Color #758070 in popluar color models

758070
RGB117128112
HSL101°6.67%47.06%
HSB/HSV101°12.50%50.20%
CMYK8.59%0.00%12.50%
49.80%

Color #758070 in popluar number systems.

HEX758070
Decimal117128112
Binary1110101100000001110000
Octal165200160

Shades and tints

Shades of #758070

#758070
(117,128,112)
#6B7566
(107,117,102)
#616A5C
(97,106,92)
#575F52
(87,95,82)
#4D5448
(77,84,72)
#43493E
(67,73,62)
#393E34
(57,62,52)
#2F332A
(47,51,42)
#252820
(37,40,32)
#1B1D16
(27,29,22)
#11120C
(17,18,12)
#000000
(0,0,0)

Tints of #758070

#758070
(117,128,112)
#818B7D
(129,139,125)
#8D968A
(141,150,138)
#99A197
(153,161,151)
#A5ACA4
(165,172,164)
#B1B7B1
(177,183,177)
#BDC2BE
(189,194,190)
#C9CDCB
(201,205,203)
#D5D8D8
(213,216,216)
#E1E3E5
(225,227,229)
#EDEEF2
(237,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758070 color. Also use rgb(117,128,112) instead hex code.

Text Font Color

.myTextColor { color: #758070; }

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

This text font color is #758070.


Background Color

.myBgColor { background-color: #758070; }

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

This div background color is #758070.


Border color

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

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

This div border color is #758070.


Opacity

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

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

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

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

This text has shadow with #758070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758070 on black background.


Color preview on white background

This text has color #758070 on white background.



Black color preview on #758070 background

This text has black color on #758070 background.


White color preview on #758070 background

This text has white color on #758070 background.