COLOR #759378

HEX: #759378
RGB: (117,147,120)

Color info

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

RGB color model

#759378 color RGB value is (117,147,120).

  • red value is 117;
  • green value is 147;
  • blue value is 120.
RGB:
(117,147,120)
(46%,58%,47%)

RGB channels and saturation

R 117 of 255 = 46%
G 147 of 255 = 58%
B 120 of 255 = 47%

117
147
120

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

Portions of RGB colors in percentages

R + G + B =
117 + 147 + 120 = 384 (100%)
R 117 of 384 ~ 30.47%
G 147 of 384 ~ 38.28%
B 120 of 384 ~ 31.25%

%30.47
%38.28
%31.25

CMYK color model

#759378 color CMYK value is (20,0,18,42).

  • cyan value is 20.41%
  • magenta value is 0.00%
  • yellow value is 18.37%
  • key color value is 42.35%
CMYK:
(20,0,18,42)
C20M0Y18K42 
(20%,0%,18%,42%)
(0.20/0.00/0.18/0.42)	

CMYK percentages

%20.41
%0
%18.37
%42.35

Codes

Color #759378 in popluar color models

759378
RGB117147120
HSL126°12.20%51.76%
HSB/HSV126°20.41%57.65%
CMYK20.41%0.00%18.37%
42.35%

Color #759378 in popluar number systems.

HEX759378
Decimal117147120
Binary1110101100100111111000
Octal165223170

Shades and tints

Shades of #759378

#759378
(117,147,120)
#6B866E
(107,134,110)
#617964
(97,121,100)
#576C5A
(87,108,90)
#4D5F50
(77,95,80)
#435246
(67,82,70)
#39453C
(57,69,60)
#2F3832
(47,56,50)
#252B28
(37,43,40)
#1B1E1E
(27,30,30)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #759378

#759378
(117,147,120)
#819C84
(129,156,132)
#8DA590
(141,165,144)
#99AE9C
(153,174,156)
#A5B7A8
(165,183,168)
#B1C0B4
(177,192,180)
#BDC9C0
(189,201,192)
#C9D2CC
(201,210,204)
#D5DBD8
(213,219,216)
#E1E4E4
(225,228,228)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #759378 color. Also use rgb(117,147,120) instead hex code.

Text Font Color

.myTextColor { color: #759378; }

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

This text font color is #759378.


Background Color

.myBgColor { background-color: #759378; }

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

This div background color is #759378.


Border color

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

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

This div border color is #759378.


Opacity

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

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

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

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

This text has shadow with #759378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759378 on black background.


Color preview on white background

This text has color #759378 on white background.



Black color preview on #759378 background

This text has black color on #759378 background.


White color preview on #759378 background

This text has white color on #759378 background.