#775CAA

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

Shades of Scampi #775CAA

Tints of Scampi #775CAA

Color information

#775CAA (or 0x775CAA) is unknown color: approx Scampi. HEX triplet: 77, 5C and AA. RGB value is (119,92,170). Sum of RGB (Red+Green+Blue) = 119+92+170=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 92 (36.33% from 255 or 24.15% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #775CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775CAA is #88A355. Grayscale: #6C6C6C. Windows color (decimal): -8954710 or 11164791. OLE color: 11164791.

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

Color convert

RGB11992170-
CMYK0.30.4600.33
HSL260.77º31.45%51.37%-
HSV(B)260.77º45.88%66.67%-
XYZ18.6914.4839.84-
YUV108.96162.45135.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.23%
GREEN value IS 92 (36.33% from 255) = 24.15%
BLUE value IS 170 (66.80% from 255) = 44.62%
R=31.23%
G=24.15%
B=44.62%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal119921700.30.4600.33260.7731.4551.37
Hex775CAA1E2E0211051f33
Octal16713425236560414053763
Binary111011110111001010101011110101110010000110000010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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