#775CA3

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

Shades of Scampi #775CA3

Tints of Scampi #775CA3

Color information

#775CA3 (or 0x775CA3) is unknown color: approx Scampi. HEX triplet: 77, 5C and A3. RGB value is (119,92,163). Sum of RGB (Red+Green+Blue) = 119+92+163=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 163 (64.06% from 255 or 43.58% from 374); Max value from RGB is 163 - color contains mainly: blue. Hex color #775CA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775CA3 is #88A35C. Grayscale: #6B6B6B. Windows color (decimal): -8954717 or 10706039. OLE color: 10706039.

HSL color Cylindrical-coordinate representation of color #775CA3: hue angle of 262.82º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #775CA3 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11992163-
CMYK0.270.4400.36
HSL262.82º27.84%50%-
HSV(B)262.82º43.56%63.92%-
XYZ18.0514.2236.44-
YUV108.17158.95135.73-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.82%
GREEN value IS 92 (36.33% from 255) = 24.60%
BLUE value IS 163 (64.06% from 255) = 43.58%
R=31.82%
G=24.60%
B=43.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal119921630.270.4400.36262.8227.8450
Hex775CA31B2C0241071c32
Octal16713424333540444073462
Binary111011110111001010001111011101100010010010000011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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