COLOR #775FC0

HEX: #775FC0 RGB: (119,95,192)

Color info

#775FC0 contains mainly blue color. Web safe color of #775FC0 is #6666CC (or #66C).

RGB color model

#775FC0 color RGB value is (119,95,192).

RGB: (119,95,192) (47%, 37%, 75%)

RGB channels and saturation

R 119 of 255 = 47%
G 95 of 255 = 37%
B 192 of 255 = 75%

119
95
192

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

Portions of RGB colors in percentages

R + G + B = 119 + 95 + 192 = 406 (100%)
R 119 of 406 ~ 29.31%
G 95 of 406 ~ 23.4%
B 192 of 406 ~ 47.29'%

%29.31
%23.4
%47.29

CMYK color model

#775FC0 color CMYK value is (38,51,0,25).

  • cyan value is 38.02%
  • magenta value is 50.52%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK: (38,51,0,25) C38M51Y0K25 (38%,51%,0%,25%) (0.38/0.51/0.00/0.25) 

CMYK percentages

%38.02
%50.52
%0
%24.71

Codes

Color #775FC0 in popluar color models

77 5F C0
RGB 119 95 192
HSL 255° 43.50% 56.27%
HSB/HSV 255° 50.52% 75.29%
CMYK 38.02% 50.52% 0.00%
24.71%

Color #775FC0 in popluar number systems.

HEX 77 5F C0
Decimal 119 95 192
Binary 1110111 1011111 11000000
Octal 167 137 300

Shades and tints

Shades of #775FC0

#775FC0
(119,95,192)
#6D57AF
(109,87,175)
#634F9E
(99,79,158)
#59478D
(89,71,141)
#4F3F7C
(79,63,124)
#45376B
(69,55,107)
#3B2F5A
(59,47,90)
#312749
(49,39,73)
#271F38
(39,31,56)
#1D1727
(29,23,39)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #775FC0

#775FC0
(119,95,192)
#836DC5
(131,109,197)
#8F7BCA
(143,123,202)
#9B89CF
(155,137,207)
#A797D4
(167,151,212)
#B3A5D9
(179,165,217)
#BFB3DE
(191,179,222)
#CBC1E3
(203,193,227)
#D7CFE8
(215,207,232)
#E3DDED
(227,221,237)
#EFEBF2
(239,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775FC0 color. Also use rgb(119,95,192) instead hex code.

Text Font Color

.myTextColor { color: #775FC0; }

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

This text font color is #775FC0.

Background Color

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

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

This div background color is #775FC0.

Border color

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

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

This div border color is #775FC0.

Opacity

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

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

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

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

This text has shadow with #775FC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #775FC0.

Preview

Color preview on black background

This text has color #775FC0 on black background.


Color preview on white background

This text has color #775FC0 on white background.


Black color preview on #775FC0 background

This text has black color on #775FC0 background.


White color preview on #775FC0 background

This text has white color on #775FC0 background.


Related colors

Complementary color

Complementary color for #hex is #88A03F.


I love getcolorcode.com

Triadic colors

1 #C0775F and #5FC077 with #775FC0 are triadic colors.

2 #C05F77 and #5F77C0 with #775FC0 are triadic colors.