COLOR #775A7E

HEX: #775A7E RGB: (119,90,126)

Color info

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

RGB color model

#775A7E color RGB value is (119,90,126).

RGB: (119,90,126) (47%, 35%, 49%)

RGB channels and saturation

R 119 of 255 = 47%
G 90 of 255 = 35%
B 126 of 255 = 49%

119
90
126

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

Portions of RGB colors in percentages

R + G + B = 119 + 90 + 126 = 335 (100%)
R 119 of 335 ~ 35.52%
G 90 of 335 ~ 26.87%
B 126 of 335 ~ 37.61'%

%35.52
%26.87
%37.61

CMYK color model

#775A7E color CMYK value is (6,29,0,51).

  • cyan value is 5.56%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (6,29,0,51)
C6M29Y0K51 (6%, 29%, 0%, 51%)
(0.06 / 0.29 / 0.00 / 0.51)

CMYK percentages

%5.56
%28.57
%0
%50.59

Codes

Color #775A7E in popluar color models

77 5A 7E
RGB 119 90 126
HSL 288° 16.67% 42.35%
HSB/HSV 288° 28.57% 49.41%
CMYK 5.56% 28.57% 0.00%
50.59%

Color #775A7E in popluar number systems.

HEX 77 5A 7E
Decimal 119 90 126
Binary 1110111 1011010 1111110
Octal 167 132 176

Shades and tints

Shades of #775A7E

#775A7E
(119,90,126)
#6D5273
(109,82,115)
#634A68
(99,74,104)
#59425D
(89,66,93)
#4F3A52
(79,58,82)
#453247
(69,50,71)
#3B2A3C
(59,42,60)
#312231
(49,34,49)
#271A26
(39,26,38)
#1D121B
(29,18,27)
#130A10
(19,10,16)
#000000
(0,0,0)

Tints of #775A7E

#775A7E
(119,90,126)
#836989
(131,105,137)
#8F7894
(143,120,148)
#9B879F
(155,135,159)
#A796AA
(167,150,170)
#B3A5B5
(179,165,181)
#BFB4C0
(191,180,192)
#CBC3CB
(203,195,203)
#D7D2D6
(215,210,214)
#E3E1E1
(227,225,225)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775A7E; }

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

This text font color is #775A7E.

Background Color

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

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

This div background color is #775A7E.

Border color

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

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

This div border color is #775A7E.

Opacity

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

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

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

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

This text has shadow with #775A7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #775A7E.

Preview

Color preview on black background

This text has color #775A7E on black background.


Color preview on white background

This text has color #775A7E on white background.


Black color preview on #775A7E background

This text has black color on #775A7E background.


White color preview on #775A7E background

This text has white color on #775A7E background.


Related colors

Complementary color

Complementary color for #hex is #88A581.


I love getcolorcode.com

Triadic colors

1 #7E775A and #5A7E77 with #775A7E are triadic colors.

2 #7E5A77 and #5A777E with #775A7E are triadic colors.