COLOR #758678

HEX: #758678
RGB: (117,134,120)

Color info

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

RGB color model

#758678 color RGB value is (117,134,120).

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

RGB channels and saturation

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

117
134
120

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

Portions of RGB colors in percentages

R + G + B =
117 + 134 + 120 = 371 (100%)
R 117 of 371 ~ 31.54%
G 134 of 371 ~ 36.12%
B 120 of 371 ~ 32.35%

%31.54
%36.12
%32.35

CMYK color model

#758678 color CMYK value is (13,0,10,47).

  • cyan value is 12.69%
  • magenta value is 0.00%
  • yellow value is 10.45%
  • key color value is 47.45%
CMYK:
(13,0,10,47)
C13M0Y10K47 
(13%,0%,10%,47%)
(0.13/0.00/0.10/0.47)	

CMYK percentages

%12.69
%0
%10.45
%47.45

Codes

Color #758678 in popluar color models

758678
RGB117134120
HSL131°6.77%49.22%
HSB/HSV131°12.69%52.55%
CMYK12.69%0.00%10.45%
47.45%

Color #758678 in popluar number systems.

HEX758678
Decimal117134120
Binary1110101100001101111000
Octal165206170

Shades and tints

Shades of #758678

#758678
(117,134,120)
#6B7A6E
(107,122,110)
#616E64
(97,110,100)
#57625A
(87,98,90)
#4D5650
(77,86,80)
#434A46
(67,74,70)
#393E3C
(57,62,60)
#2F3232
(47,50,50)
#252628
(37,38,40)
#1B1A1E
(27,26,30)
#110E14
(17,14,20)
#000000
(0,0,0)

Tints of #758678

#758678
(117,134,120)
#819184
(129,145,132)
#8D9C90
(141,156,144)
#99A79C
(153,167,156)
#A5B2A8
(165,178,168)
#B1BDB4
(177,189,180)
#BDC8C0
(189,200,192)
#C9D3CC
(201,211,204)
#D5DED8
(213,222,216)
#E1E9E4
(225,233,228)
#EDF4F0
(237,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758678; }

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

This text font color is #758678.


Background Color

.myBgColor { background-color: #758678; }

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

This div background color is #758678.


Border color

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

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

This div border color is #758678.


Opacity

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

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

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

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

This text has shadow with #758678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758678 on black background.


Color preview on white background

This text has color #758678 on white background.



Black color preview on #758678 background

This text has black color on #758678 background.


White color preview on #758678 background

This text has white color on #758678 background.