COLOR #775C7B

HEX: #775C7B RGB: (119,92,123)

Color info

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

RGB color model

#775C7B color RGB value is (119,92,123).

RGB: (119,92,123) (47%, 36%, 48%)

RGB channels and saturation

R 119 of 255 = 47%
G 92 of 255 = 36%
B 123 of 255 = 48%

119
92
123

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

Portions of RGB colors in percentages

R + G + B = 119 + 92 + 123 = 334 (100%)
R 119 of 334 ~ 35.63%
G 92 of 334 ~ 27.54%
B 123 of 334 ~ 36.83'%

%35.63
%27.54
%36.83

CMYK color model

#775C7B color CMYK value is (3,25,0,52).

  • cyan value is 3.25%
  • magenta value is 25.20%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (3,25,0,52)
C3M25Y0K52 (3%, 25%, 0%, 52%)
(0.03 / 0.25 / 0.00 / 0.52)

CMYK percentages

%3.25
%25.2
%0
%51.76

Codes

Color #775C7B in popluar color models

77 5C 7B
RGB 119 92 123
HSL 292° 14.42% 42.16%
HSB/HSV 292° 25.20% 48.24%
CMYK 3.25% 25.20% 0.00%
51.76%

Color #775C7B in popluar number systems.

HEX 77 5C 7B
Decimal 119 92 123
Binary 1110111 1011100 1111011
Octal 167 134 173

Shades and tints

Shades of #775C7B

#775C7B
(119,92,123)
#6D5470
(109,84,112)
#634C65
(99,76,101)
#59445A
(89,68,90)
#4F3C4F
(79,60,79)
#453444
(69,52,68)
#3B2C39
(59,44,57)
#31242E
(49,36,46)
#271C23
(39,28,35)
#1D1418
(29,20,24)
#130C0D
(19,12,13)
#000000
(0,0,0)

Tints of #775C7B

#775C7B
(119,92,123)
#836A87
(131,106,135)
#8F7893
(143,120,147)
#9B869F
(155,134,159)
#A794AB
(167,148,171)
#B3A2B7
(179,162,183)
#BFB0C3
(191,176,195)
#CBBECF
(203,190,207)
#D7CCDB
(215,204,219)
#E3DAE7
(227,218,231)
#EFE8F3
(239,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775C7B; }

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

This text font color is #775C7B.

Background Color

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

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

This div background color is #775C7B.

Border color

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

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

This div border color is #775C7B.

Opacity

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

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

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

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

This text has shadow with #775C7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #775C7B.

Preview

Color preview on black background

This text has color #775C7B on black background.


Color preview on white background

This text has color #775C7B on white background.


Black color preview on #775C7B background

This text has black color on #775C7B background.


White color preview on #775C7B background

This text has white color on #775C7B background.


Related colors

Complementary color

Complementary color for #hex is #88A384.


I love getcolorcode.com

Triadic colors

1 #7B775C and #5C7B77 with #775C7B are triadic colors.

2 #7B5C77 and #5C777B with #775C7B are triadic colors.