#775DA1

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

Shades of Scampi #775DA1

Tints of Scampi #775DA1

Color information

#775DA1 (or 0x775DA1) is unknown color: approx Scampi. HEX triplet: 77, 5D and A1. RGB value is (119,93,161). Sum of RGB (Red+Green+Blue) = 119+93+161=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 161 (63.28% from 255 or 43.16% from 373); Max value from RGB is 161 - color contains mainly: blue. Hex color #775DA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775DA1 is #88A25E. Grayscale: #6C6C6C. Windows color (decimal): -8954463 or 10575223. OLE color: 10575223.

HSL color Cylindrical-coordinate representation of color #775DA1: hue angle of 262.94º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #775DA1 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB11993161-
CMYK0.260.4200.37
HSL262.94º26.77%49.8%-
HSV(B)262.94º42.24%63.14%-
XYZ17.9614.3235.54-
YUV108.53157.61135.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.90%
GREEN value IS 93 (36.72% from 255) = 24.93%
BLUE value IS 161 (63.28% from 255) = 43.16%
R=31.90%
G=24.93%
B=43.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal119931610.260.4200.37262.9426.7749.8
Hex775DA11A2A0251071b32
Octal16713524132520454073362
Binary111011110111011010000111010101010010010110000011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,93,161); }

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

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

 a { background-color: rgb(119,93,161); }

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

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

 span { border-color: rgb(119,93,161); }

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