#775CA9

Color #775CA9 Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #775CA9

Tints of Scampi #775CA9

Color information

#775CA9 (or 0x775CA9) is unknown color: approx Scampi. HEX triplet: 77, 5C and A9. RGB value is (119,92,169). Sum of RGB (Red+Green+Blue) = 119+92+169=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 169 (66.41% from 255 or 44.47% from 380); Max value from RGB is 169 - color contains mainly: blue. Hex color #775CA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775CA9 is #88A356. Grayscale: #6C6C6C. Windows color (decimal): -8954711 or 11099255. OLE color: 11099255.

HSL color Cylindrical-coordinate representation of color #775CA9: hue angle of 261.04º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #775CA9 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB11992169-
CMYK0.300.4600.34
HSL261.04º30.92%51.18%-
HSV(B)261.04º45.56%66.27%-
XYZ18.614.4439.34-
YUV108.85161.95135.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 31.32%
GREEN value IS 92 (36.33% from 255) = 24.21%
BLUE value IS 169 (66.41% from 255) = 44.47%
R=31.32%
G=24.21%
B=44.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal119921690.300.4600.34261.0430.9251.18
Hex775CA91E2E0221051f33
Octal16713425136560424053763
Binary111011110111001010100111110101110010001010000010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775CA9; }

 p { color: rgb(119,92,169); }

 H1.HeaderClassName
 {
   color: #775CA9;
 }
 .AnyTagClassName
 {
   color: #775CA9;
 }
</style>
background-color css

<style>
 a { background-color: #775CA9; }

 a { background-color: rgb(119,92,169); }

 div.DivClassName
 {
   background-color: #775CA9;
 }
 .BgClassName
 {
   background-color: #775CA9;
 }
</style>
border-color css

<style>
 span { border-color: #775CA9; }

 span { border-color: rgb(119,92,169); }

 td.TdClassName
 {
   border-color: #775CA9;
 }
 .TagClassName
 {
   border-color: #775CA9;
 }
</style>