COLOR #758064

HEX: #758064
RGB: (117,128,100)

Color info

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

RGB color model

#758064 color RGB value is (117,128,100).

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

RGB channels and saturation

R 117 of 255 = 46%
G 128 of 255 = 50%
B 100 of 255 = 39%

117
128
100

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

Portions of RGB colors in percentages

R + G + B =
117 + 128 + 100 = 345 (100%)
R 117 of 345 ~ 33.91%
G 128 of 345 ~ 37.1%
B 100 of 345 ~ 28.99%

%33.91
%37.1
%28.99

CMYK color model

#758064 color CMYK value is (9,0,22,50).

  • cyan value is 8.59%
  • magenta value is 0.00%
  • yellow value is 21.88%
  • key color value is 49.80%
CMYK:
(9,0,22,50)
C9M0Y22K50 
(9%,0%,22%,50%)
(0.09/0.00/0.22/0.50)	

CMYK percentages

%8.59
%0
%21.88
%49.8

Codes

Color #758064 in popluar color models

758064
RGB117128100
HSL84°12.28%44.71%
HSB/HSV84°21.88%50.20%
CMYK8.59%0.00%21.88%
49.80%

Color #758064 in popluar number systems.

HEX758064
Decimal117128100
Binary1110101100000001100100
Octal165200144

Shades and tints

Shades of #758064

#758064
(117,128,100)
#6B755B
(107,117,91)
#616A52
(97,106,82)
#575F49
(87,95,73)
#4D5440
(77,84,64)
#434937
(67,73,55)
#393E2E
(57,62,46)
#2F3325
(47,51,37)
#25281C
(37,40,28)
#1B1D13
(27,29,19)
#11120A
(17,18,10)
#000000
(0,0,0)

Tints of #758064

#758064
(117,128,100)
#818B72
(129,139,114)
#8D9680
(141,150,128)
#99A18E
(153,161,142)
#A5AC9C
(165,172,156)
#B1B7AA
(177,183,170)
#BDC2B8
(189,194,184)
#C9CDC6
(201,205,198)
#D5D8D4
(213,216,212)
#E1E3E2
(225,227,226)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758064; }

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

This text font color is #758064.


Background Color

.myBgColor { background-color: #758064; }

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

This div background color is #758064.


Border color

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

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

This div border color is #758064.


Opacity

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

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

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

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

This text has shadow with #758064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758064 on black background.


Color preview on white background

This text has color #758064 on white background.



Black color preview on #758064 background

This text has black color on #758064 background.


White color preview on #758064 background

This text has white color on #758064 background.