COLOR #93777C

HEX: #93777C RGB: (147,119,124)

Color info

#93777C contains red, green and blue colors in about the same proportion. Web safe color of #93777C is #996666 (or #966).

RGB color model

#93777C color RGB value is (147,119,124).

RGB: (147,119,124) (58%, 47%, 49%)

RGB channels and saturation

R 147 of 255 = 58%
G 119 of 255 = 47%
B 124 of 255 = 49%

147
119
124

R + G + B ~ 51%. #93777C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 147 + 119 + 124 = 390 (100%)
R 147 of 390 ~ 37.69%
G 119 of 390 ~ 30.51%
B 124 of 390 ~ 31.79'%

%37.69
%30.51
%31.79

CMYK color model

#93777C color CMYK value is (0,19,16,42).

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 15.65%
  • key color value is 42.35%

CMYK: (0,19,16,42)
C0M19Y16K42 (0%, 19%, 16%, 42%)
(0.00 / 0.19 / 0.16 / 0.42)

CMYK percentages

%0
%19.05
%15.65
%42.35

Codes

Color #93777C in popluar color models

93 77 7C
RGB 147 119 124
HSL 349° 11.48% 52.16%
HSB/HSV 349° 19.05% 57.65%
CMYK 0.00% 19.05% 15.65%
42.35%

Color #93777C in popluar number systems.

HEX 93 77 7C
Decimal 147 119 124
Binary 10010011 1110111 1111100
Octal 223 167 174

Shades and tints

Shades of #93777C

#93777C
(147,119,124)
#866D71
(134,109,113)
#796366
(121,99,102)
#6C595B
(108,89,91)
#5F4F50
(95,79,80)
#524545
(82,69,69)
#453B3A
(69,59,58)
#38312F
(56,49,47)
#2B2724
(43,39,36)
#1E1D19
(30,29,25)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #93777C

#93777C
(147,119,124)
#9C8387
(156,131,135)
#A58F92
(165,143,146)
#AE9B9D
(174,155,157)
#B7A7A8
(183,167,168)
#C0B3B3
(192,179,179)
#C9BFBE
(201,191,190)
#D2CBC9
(210,203,201)
#DBD7D4
(219,215,212)
#E4E3DF
(228,227,223)
#EDEFEA
(237,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93777C color. Also use rgb(147,119,124) instead hex code.

Text Font Color

.myTextColor { color: #93777C; }

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

This text font color is #93777C.

Background Color

.myBgColor { background-color: #93777C; }

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

This div background color is #93777C.

Border color

.myBorderColor { border: 1px solid #93777C; }

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

This div border color is #93777C.

Opacity

.myOpacity80 { color: #93777C; opacity: 0.8; }

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

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

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

This text has shadow with #93777C color.


.textShadow {text-shadow: 3px 3px 1px #93777C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #93777C; -webkit-box-shadow: 1px 1px 3px 2px #93777C; box-shadow:1px 1px 3px 2px #93777C;">
Div content here
</div>

This div box has shadow with color #93777C.

Preview

Color preview on black background

This text has color #93777C on black background.


Color preview on white background

This text has color #93777C on white background.


Black color preview on #93777C background

This text has black color on #93777C background.


White color preview on #93777C background

This text has white color on #93777C background.


Related colors

Complementary color

Complementary color for #hex is #6C8883.


I love getcolorcode.com

Triadic colors

1 #7C9377 and #777C93 with #93777C are triadic colors.

2 #7C7793 and #77937C with #93777C are triadic colors.