COLOR #758D78

HEX: #758D78
RGB: (117,141,120)

Color info

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

RGB color model

#758D78 color RGB value is (117,141,120).

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

RGB channels and saturation

R 117 of 255 = 46%
G 141 of 255 = 55%
B 120 of 255 = 47%

117
141
120

R + G + B ~ 49%. #758D78 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 141 + 120 = 378 (100%)
R 117 of 378 ~ 30.95%
G 141 of 378 ~ 37.3%
B 120 of 378 ~ 31.75%

%30.95
%37.3
%31.75

CMYK color model

#758D78 color CMYK value is (17,0,15,45).

  • cyan value is 17.02%
  • magenta value is 0.00%
  • yellow value is 14.89%
  • key color value is 44.71%
CMYK: (17,0,15,45) C17M0Y15K45 (17%,0%,15%,45%) (0.17/0.00/0.15/0.45)

CMYK percentages

%17.02
%0
%14.89
%44.71

Codes

Color #758D78 in popluar color models

758D78
RGB117141120
HSL128°9.52%50.59%
HSB/HSV128°17.02%55.29%
CMYK17.02%0.00%14.89%
44.71%

Color #758D78 in popluar number systems.

HEX758D78
Decimal117141120
Binary1110101100011011111000
Octal165215170

Shades and tints

Shades of #758D78

#758D78
(117,141,120)
#6B816E
(107,129,110)
#617564
(97,117,100)
#57695A
(87,105,90)
#4D5D50
(77,93,80)
#435146
(67,81,70)
#39453C
(57,69,60)
#2F3932
(47,57,50)
#252D28
(37,45,40)
#1B211E
(27,33,30)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #758D78

#758D78
(117,141,120)
#819784
(129,151,132)
#8DA190
(141,161,144)
#99AB9C
(153,171,156)
#A5B5A8
(165,181,168)
#B1BFB4
(177,191,180)
#BDC9C0
(189,201,192)
#C9D3CC
(201,211,204)
#D5DDD8
(213,221,216)
#E1E7E4
(225,231,228)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758D78; }

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

This text font color is #758D78.


Background Color

.myBgColor { background-color: #758D78; }

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

This div background color is #758D78.


Border color

.myBorderColor { border: 1px solid #758D78; }

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

This div border color is #758D78.


Opacity

.myOpacity80 { color: #758D78; opacity: 0.8; }

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

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

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

This text has shadow with #758D78 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #758D78 on black background.


Color preview on white background

This text has color #758D78 on white background.



Black color preview on #758D78 background

This text has black color on #758D78 background.


White color preview on #758D78 background

This text has white color on #758D78 background.