COLOR #758878

HEX: #758878
RGB: (117,136,120)

Color info

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

RGB color model

#758878 color RGB value is (117,136,120).

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

RGB channels and saturation

R 117 of 255 = 46%
G 136 of 255 = 53%
B 120 of 255 = 47%

117
136
120

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

Portions of RGB colors in percentages

R + G + B =
117 + 136 + 120 = 373 (100%)
R 117 of 373 ~ 31.37%
G 136 of 373 ~ 36.46%
B 120 of 373 ~ 32.17%

%31.37
%36.46
%32.17

CMYK color model

#758878 color CMYK value is (14,0,12,47).

  • cyan value is 13.97%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 46.67%
CMYK:
(14,0,12,47)
C14M0Y12K47 
(14%,0%,12%,47%)
(0.14/0.00/0.12/0.47)	

CMYK percentages

%13.97
%0
%11.76
%46.67

Codes

Color #758878 in popluar color models

758878
RGB117136120
HSL129°7.51%49.61%
HSB/HSV129°13.97%53.33%
CMYK13.97%0.00%11.76%
46.67%

Color #758878 in popluar number systems.

HEX758878
Decimal117136120
Binary1110101100010001111000
Octal165210170

Shades and tints

Shades of #758878

#758878
(117,136,120)
#6B7C6E
(107,124,110)
#617064
(97,112,100)
#57645A
(87,100,90)
#4D5850
(77,88,80)
#434C46
(67,76,70)
#39403C
(57,64,60)
#2F3432
(47,52,50)
#252828
(37,40,40)
#1B1C1E
(27,28,30)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #758878

#758878
(117,136,120)
#819284
(129,146,132)
#8D9C90
(141,156,144)
#99A69C
(153,166,156)
#A5B0A8
(165,176,168)
#B1BAB4
(177,186,180)
#BDC4C0
(189,196,192)
#C9CECC
(201,206,204)
#D5D8D8
(213,216,216)
#E1E2E4
(225,226,228)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758878; }

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

This text font color is #758878.


Background Color

.myBgColor { background-color: #758878; }

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

This div background color is #758878.


Border color

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

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

This div border color is #758878.


Opacity

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

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

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

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

This text has shadow with #758878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758878 on black background.


Color preview on white background

This text has color #758878 on white background.



Black color preview on #758878 background

This text has black color on #758878 background.


White color preview on #758878 background

This text has white color on #758878 background.