#775EA1

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

Shades of Scampi #775EA1

Tints of Scampi #775EA1

Color information

#775EA1 (or 0x775EA1) is unknown color: approx Scampi. HEX triplet: 77, 5E and A1. RGB value is (119,94,161). Sum of RGB (Red+Green+Blue) = 119+94+161=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 161 (63.28% from 255 or 43.05% from 374); Max value from RGB is 161 - color contains mainly: blue. Hex color #775EA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775EA1 is #88A15E. Grayscale: #6C6C6C. Windows color (decimal): -8954207 or 10575479. OLE color: 10575479.

HSL color Cylindrical-coordinate representation of color #775EA1: hue angle of 262.39º degrees, saturation: 0.26, 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 #775EA1 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB11994161-
CMYK0.260.4200.37
HSL262.39º26.27%50%-
HSV(B)262.39º41.61%63.14%-
XYZ18.0414.535.57-
YUV109.11157.28135.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.82%
GREEN value IS 94 (37.11% from 255) = 25.13%
BLUE value IS 161 (63.28% from 255) = 43.05%
R=31.82%
G=25.13%
B=43.05%

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
Decimal119941610.260.4200.37262.3926.2750
Hex775EA11A2A0251061a32
Octal16713624132520454063262
Binary111011110111101010000111010101010010010110000011011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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