#775EAB

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

Shades of Scampi #775EAB

Tints of Scampi #775EAB

Color information

#775EAB (or 0x775EAB) is unknown color: approx Scampi. HEX triplet: 77, 5E and AB. RGB value is (119,94,171). Sum of RGB (Red+Green+Blue) = 119+94+171=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #775EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775EAB is #88A154. Grayscale: #6D6D6D. Windows color (decimal): -8954197 or 11230839. OLE color: 11230839.

HSL color Cylindrical-coordinate representation of color #775EAB: hue angle of 259.48º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #775EAB is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11994171-
CMYK0.300.4500.33
HSL259.48º31.43%51.96%-
HSV(B)259.48º45.03%67.06%-
XYZ18.9614.8740.4-
YUV110.25162.28134.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.99%
GREEN value IS 94 (37.11% from 255) = 24.48%
BLUE value IS 171 (67.19% from 255) = 44.53%
R=30.99%
G=24.48%
B=44.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal119941710.300.4500.33259.4831.4351.96
Hex775EAB1E2D0211031f34
Octal16713625336550414033764
Binary111011110111101010101111110101101010000110000001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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