COLOR #775A63

HEX: #775A63 RGB: (119,90,99)

Color info

#775A63 contains red, green and blue colors in about the same proportion. Web safe color of #775A63 is #666666 (or #666).

RGB color model

#775A63 color RGB value is (119,90,99).

RGB: (119,90,99) (47%, 35%, 39%)

RGB channels and saturation

R 119 of 255 = 47%
G 90 of 255 = 35%
B 99 of 255 = 39%

119
90
99

R + G + B ~ 40%. #775A63 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 90 + 99 = 308 (100%)
R 119 of 308 ~ 38.64%
G 90 of 308 ~ 29.22%
B 99 of 308 ~ 32.14'%

%38.64
%29.22
%32.14

CMYK color model

#775A63 color CMYK value is (0,24,17,53).

  • cyan value is 0.00%
  • magenta value is 24.37%
  • yellow value is 16.81%
  • key color value is 53.33%

CMYK: (0,24,17,53)
C0M24Y17K53 (0%, 24%, 17%, 53%)
(0.00 / 0.24 / 0.17 / 0.53)

CMYK percentages

%0
%24.37
%16.81
%53.33

Codes

Color #775A63 in popluar color models

77 5A 63
RGB 119 90 99
HSL 341° 13.88% 40.98%
HSB/HSV 341° 24.37% 46.67%
CMYK 0.00% 24.37% 16.81%
53.33%

Color #775A63 in popluar number systems.

HEX 77 5A 63
Decimal 119 90 99
Binary 1110111 1011010 1100011
Octal 167 132 143

Shades and tints

Shades of #775A63

#775A63
(119,90,99)
#6D525A
(109,82,90)
#634A51
(99,74,81)
#594248
(89,66,72)
#4F3A3F
(79,58,63)
#453236
(69,50,54)
#3B2A2D
(59,42,45)
#312224
(49,34,36)
#271A1B
(39,26,27)
#1D1212
(29,18,18)
#130A09
(19,10,9)
#000000
(0,0,0)

Tints of #775A63

#775A63
(119,90,99)
#836971
(131,105,113)
#8F787F
(143,120,127)
#9B878D
(155,135,141)
#A7969B
(167,150,155)
#B3A5A9
(179,165,169)
#BFB4B7
(191,180,183)
#CBC3C5
(203,195,197)
#D7D2D3
(215,210,211)
#E3E1E1
(227,225,225)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775A63 color. Also use rgb(119,90,99) instead hex code.

Text Font Color

.myTextColor { color: #775A63; }

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

This text font color is #775A63.

Background Color

.myBgColor { background-color: #775A63; }

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

This div background color is #775A63.

Border color

.myBorderColor { border: 1px solid #775A63; }

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

This div border color is #775A63.

Opacity

.myOpacity80 { color: #775A63; opacity: 0.8; }

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

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

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

This text has shadow with #775A63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #775A63.

Preview

Color preview on black background

This text has color #775A63 on black background.


Color preview on white background

This text has color #775A63 on white background.


Black color preview on #775A63 background

This text has black color on #775A63 background.


White color preview on #775A63 background

This text has white color on #775A63 background.


Related colors

Complementary color

Complementary color for #hex is #88A59C.


I love getcolorcode.com

Triadic colors

1 #63775A and #5A6377 with #775A63 are triadic colors.

2 #635A77 and #5A7763 with #775A63 are triadic colors.