COLOR #775C63

HEX: #775C63
RGB: (119,92,99)

Color info

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

RGB color model

#775C63 color RGB value is (119,92,99).

  • red value is 119;
  • green value is 92;
  • blue value is 99.
RGB:
(119,92,99)
(47%,36%,39%)

RGB channels and saturation

R 119 of 255 = 47%
G 92 of 255 = 36%
B 99 of 255 = 39%

119
92
99

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

Portions of RGB colors in percentages

R + G + B =
119 + 92 + 99 = 310 (100%)
R 119 of 310 ~ 38.39%
G 92 of 310 ~ 29.68%
B 99 of 310 ~ 31.94%

%38.39
%29.68
%31.94

CMYK color model

#775C63 color CMYK value is (0,23,17,53).

  • cyan value is 0.00%
  • magenta value is 22.69%
  • yellow value is 16.81%
  • key color value is 53.33%
CMYK:
(0,23,17,53)
C0M23Y17K53 
(0%,23%,17%,53%)
(0.00/0.23/0.17/0.53)	

CMYK percentages

%0
%22.69
%16.81
%53.33

Codes

Color #775C63 in popluar color models

775C63
RGB1199299
HSL344°12.80%41.37%
HSB/HSV344°22.69%46.67%
CMYK0.00%22.69%16.81%
53.33%

Color #775C63 in popluar number systems.

HEX775C63
Decimal1199299
Binary111011110111001100011
Octal167134143

Shades and tints

Shades of #775C63

#775C63
(119,92,99)
#6D545A
(109,84,90)
#634C51
(99,76,81)
#594448
(89,68,72)
#4F3C3F
(79,60,63)
#453436
(69,52,54)
#3B2C2D
(59,44,45)
#312424
(49,36,36)
#271C1B
(39,28,27)
#1D1412
(29,20,18)
#130C09
(19,12,9)
#000000
(0,0,0)

Tints of #775C63

#775C63
(119,92,99)
#836A71
(131,106,113)
#8F787F
(143,120,127)
#9B868D
(155,134,141)
#A7949B
(167,148,155)
#B3A2A9
(179,162,169)
#BFB0B7
(191,176,183)
#CBBEC5
(203,190,197)
#D7CCD3
(215,204,211)
#E3DAE1
(227,218,225)
#EFE8EF
(239,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775C63; }

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

This text font color is #775C63.


Background Color

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

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

This div background color is #775C63.


Border color

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

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

This div border color is #775C63.


Opacity

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

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

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

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

This text has shadow with #775C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775C63 on black background.


Color preview on white background

This text has color #775C63 on white background.



Black color preview on #775C63 background

This text has black color on #775C63 background.


White color preview on #775C63 background

This text has white color on #775C63 background.