COLOR #77748A

HEX: #77748A
RGB: (119,116,138)

Color info

#77748A contains red, green and blue colors in about the same proportion. Web safe color of #77748A is #666699 (or #669).

RGB color model

#77748A color RGB value is (119,116,138).

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

RGB channels and saturation

R 119 of 255 = 47%
G 116 of 255 = 45%
B 138 of 255 = 54%

119
116
138

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

Portions of RGB colors in percentages

R + G + B =
119 + 116 + 138 = 373 (100%)
R 119 of 373 ~ 31.9%
G 116 of 373 ~ 31.1%
B 138 of 373 ~ 37%

%31.9
%31.1
%37

CMYK color model

#77748A color CMYK value is (14,16,0,46).

  • cyan value is 13.77%
  • magenta value is 15.94%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(14,16,0,46)
C14M16Y0K46 
(14%,16%,0%,46%)
(0.14/0.16/0.00/0.46)	

CMYK percentages

%13.77
%15.94
%0
%45.88

Codes

Color #77748A in popluar color models

77748A
RGB119116138
HSL248°8.66%49.80%
HSB/HSV248°15.94%54.12%
CMYK13.77%15.94%0.00%
45.88%

Color #77748A in popluar number systems.

HEX77748A
Decimal119116138
Binary1110111111010010001010
Octal167164212

Shades and tints

Shades of #77748A

#77748A
(119,116,138)
#6D6A7E
(109,106,126)
#636072
(99,96,114)
#595666
(89,86,102)
#4F4C5A
(79,76,90)
#45424E
(69,66,78)
#3B3842
(59,56,66)
#312E36
(49,46,54)
#27242A
(39,36,42)
#1D1A1E
(29,26,30)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #77748A

#77748A
(119,116,138)
#838094
(131,128,148)
#8F8C9E
(143,140,158)
#9B98A8
(155,152,168)
#A7A4B2
(167,164,178)
#B3B0BC
(179,176,188)
#BFBCC6
(191,188,198)
#CBC8D0
(203,200,208)
#D7D4DA
(215,212,218)
#E3E0E4
(227,224,228)
#EFECEE
(239,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77748A; }

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

This text font color is #77748A.


Background Color

.myBgColor { background-color: #77748A; }

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

This div background color is #77748A.


Border color

.myBorderColor { border: 1px solid #77748A; }

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

This div border color is #77748A.


Opacity

.myOpacity80 { color: #77748A; opacity: 0.8; }

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

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

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

This text has shadow with #77748A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77748A on black background.


Color preview on white background

This text has color #77748A on white background.



Black color preview on #77748A background

This text has black color on #77748A background.


White color preview on #77748A background

This text has white color on #77748A background.