COLOR #748786

HEX: #748786
RGB: (116,135,134)

Color info

#748786 contains red, green and blue colors in about the same proportion. Web safe color of #748786 is #669999 (or #699).

RGB color model

#748786 color RGB value is (116,135,134).

  • red value is 116;
  • green value is 135;
  • blue value is 134.
RGB:
(116,135,134)
(45%,53%,53%)

RGB channels and saturation

R 116 of 255 = 45%
G 135 of 255 = 53%
B 134 of 255 = 53%

116
135
134

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

Portions of RGB colors in percentages

R + G + B =
116 + 135 + 134 = 385 (100%)
R 116 of 385 ~ 30.13%
G 135 of 385 ~ 35.06%
B 134 of 385 ~ 34.81%

%30.13
%35.06
%34.81

CMYK color model

#748786 color CMYK value is (14,0,1,47).

  • cyan value is 14.07%
  • magenta value is 0.00%
  • yellow value is 0.74%
  • key color value is 47.06%
CMYK:
(14,0,1,47)
C14M0Y1K47 
(14%,0%,1%,47%)
(0.14/0.00/0.01/0.47)	

CMYK percentages

%14.07
%0
%0.74
%47.06

Codes

Color #748786 in popluar color models

748786
RGB116135134
HSL177°7.57%49.22%
HSB/HSV177°14.07%52.94%
CMYK14.07%0.00%0.74%
47.06%

Color #748786 in popluar number systems.

HEX748786
Decimal116135134
Binary11101001000011110000110
Octal164207206

Shades and tints

Shades of #748786

#748786
(116,135,134)
#6A7B7A
(106,123,122)
#606F6E
(96,111,110)
#566362
(86,99,98)
#4C5756
(76,87,86)
#424B4A
(66,75,74)
#383F3E
(56,63,62)
#2E3332
(46,51,50)
#242726
(36,39,38)
#1A1B1A
(26,27,26)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #748786

#748786
(116,135,134)
#809191
(128,145,145)
#8C9B9C
(140,155,156)
#98A5A7
(152,165,167)
#A4AFB2
(164,175,178)
#B0B9BD
(176,185,189)
#BCC3C8
(188,195,200)
#C8CDD3
(200,205,211)
#D4D7DE
(212,215,222)
#E0E1E9
(224,225,233)
#ECEBF4
(236,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748786 color. Also use rgb(116,135,134) instead hex code.

Text Font Color

.myTextColor { color: #748786; }

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

This text font color is #748786.


Background Color

.myBgColor { background-color: #748786; }

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

This div background color is #748786.


Border color

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

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

This div border color is #748786.


Opacity

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

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

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

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

This text has shadow with #748786 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748786 on black background.


Color preview on white background

This text has color #748786 on white background.



Black color preview on #748786 background

This text has black color on #748786 background.


White color preview on #748786 background

This text has white color on #748786 background.