COLOR #759179

HEX: #759179
RGB: (117,145,121)

Color info

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

RGB color model

#759179 color RGB value is (117,145,121).

  • red value is 117;
  • green value is 145;
  • blue value is 121.
RGB:
(117,145,121)
(46%,57%,47%)

RGB channels and saturation

R 117 of 255 = 46%
G 145 of 255 = 57%
B 121 of 255 = 47%

117
145
121

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

Portions of RGB colors in percentages

R + G + B =
117 + 145 + 121 = 383 (100%)
R 117 of 383 ~ 30.55%
G 145 of 383 ~ 37.86%
B 121 of 383 ~ 31.59%

%30.55
%37.86
%31.59

CMYK color model

#759179 color CMYK value is (19,0,17,43).

  • cyan value is 19.31%
  • magenta value is 0.00%
  • yellow value is 16.55%
  • key color value is 43.14%
CMYK:
(19,0,17,43)
C19M0Y17K43 
(19%,0%,17%,43%)
(0.19/0.00/0.17/0.43)	

CMYK percentages

%19.31
%0
%16.55
%43.14

Codes

Color #759179 in popluar color models

759179
RGB117145121
HSL129°11.29%51.37%
HSB/HSV129°19.31%56.86%
CMYK19.31%0.00%16.55%
43.14%

Color #759179 in popluar number systems.

HEX759179
Decimal117145121
Binary1110101100100011111001
Octal165221171

Shades and tints

Shades of #759179

#759179
(117,145,121)
#6B846E
(107,132,110)
#617763
(97,119,99)
#576A58
(87,106,88)
#4D5D4D
(77,93,77)
#435042
(67,80,66)
#394337
(57,67,55)
#2F362C
(47,54,44)
#252921
(37,41,33)
#1B1C16
(27,28,22)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #759179

#759179
(117,145,121)
#819B85
(129,155,133)
#8DA591
(141,165,145)
#99AF9D
(153,175,157)
#A5B9A9
(165,185,169)
#B1C3B5
(177,195,181)
#BDCDC1
(189,205,193)
#C9D7CD
(201,215,205)
#D5E1D9
(213,225,217)
#E1EBE5
(225,235,229)
#EDF5F1
(237,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #759179 color. Also use rgb(117,145,121) instead hex code.

Text Font Color

.myTextColor { color: #759179; }

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

This text font color is #759179.


Background Color

.myBgColor { background-color: #759179; }

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

This div background color is #759179.


Border color

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

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

This div border color is #759179.


Opacity

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

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

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

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

This text has shadow with #759179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759179 on black background.


Color preview on white background

This text has color #759179 on white background.



Black color preview on #759179 background

This text has black color on #759179 background.


White color preview on #759179 background

This text has white color on #759179 background.