COLOR #748877

HEX: #748877
RGB: (116,136,119)

Color info

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

RGB color model

#748877 color RGB value is (116,136,119).

  • red value is 116;
  • green value is 136;
  • blue value is 119.
RGB:
(116,136,119)
(45%,53%,47%)

RGB channels and saturation

R 116 of 255 = 45%
G 136 of 255 = 53%
B 119 of 255 = 47%

116
136
119

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

Portions of RGB colors in percentages

R + G + B =
116 + 136 + 119 = 371 (100%)
R 116 of 371 ~ 31.27%
G 136 of 371 ~ 36.66%
B 119 of 371 ~ 32.08%

%31.27
%36.66
%32.08

CMYK color model

#748877 color CMYK value is (15,0,13,47).

  • cyan value is 14.71%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 46.67%
CMYK:
(15,0,13,47)
C15M0Y13K47 
(15%,0%,13%,47%)
(0.15/0.00/0.13/0.47)	

CMYK percentages

%14.71
%0
%12.5
%46.67

Codes

Color #748877 in popluar color models

748877
RGB116136119
HSL129°7.94%49.41%
HSB/HSV129°14.71%53.33%
CMYK14.71%0.00%12.50%
46.67%

Color #748877 in popluar number systems.

HEX748877
Decimal116136119
Binary1110100100010001110111
Octal164210167

Shades and tints

Shades of #748877

#748877
(116,136,119)
#6A7C6D
(106,124,109)
#607063
(96,112,99)
#566459
(86,100,89)
#4C584F
(76,88,79)
#424C45
(66,76,69)
#38403B
(56,64,59)
#2E3431
(46,52,49)
#242827
(36,40,39)
#1A1C1D
(26,28,29)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #748877

#748877
(116,136,119)
#809283
(128,146,131)
#8C9C8F
(140,156,143)
#98A69B
(152,166,155)
#A4B0A7
(164,176,167)
#B0BAB3
(176,186,179)
#BCC4BF
(188,196,191)
#C8CECB
(200,206,203)
#D4D8D7
(212,216,215)
#E0E2E3
(224,226,227)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748877 color. Also use rgb(116,136,119) instead hex code.

Text Font Color

.myTextColor { color: #748877; }

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

This text font color is #748877.


Background Color

.myBgColor { background-color: #748877; }

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

This div background color is #748877.


Border color

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

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

This div border color is #748877.


Opacity

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

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

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

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

This text has shadow with #748877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748877 on black background.


Color preview on white background

This text has color #748877 on white background.



Black color preview on #748877 background

This text has black color on #748877 background.


White color preview on #748877 background

This text has white color on #748877 background.