#7773A9

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

Shades of Scampi #7773A9

Tints of Scampi #7773A9

Color information

#7773A9 (or 0x7773A9) is unknown color: approx Scampi. HEX triplet: 77, 73 and A9. RGB value is (119,115,169). Sum of RGB (Red+Green+Blue) = 119+115+169=403 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.53% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 169 (66.41% from 255 or 41.94% from 403); Max value from RGB is 169 - color contains mainly: blue. Hex color #7773A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7773A9 is #888C56. Grayscale: #7A7A7A. Windows color (decimal): -8948823 or 11105143. OLE color: 11105143.

HSL color Cylindrical-coordinate representation of color #7773A9: hue angle of 244.44º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7773A9 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB119115169-
CMYK0.300.3200.34
HSL244.44º23.89%55.69%-
HSV(B)244.44º31.95%66.27%-
XYZ20.919.0540.11-
YUV122.35154.33125.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.53%
GREEN value IS 115 (45.31% from 255) = 28.54%
BLUE value IS 169 (66.41% from 255) = 41.94%
R=29.53%
G=28.54%
B=41.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1191151690.300.3200.34244.4423.8955.69
Hex7773A91E20022f41838
Octal16716325136400423643070
Binary11101111110011101010011111010000001000101111010011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7773A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7773A9; }

 p { color: rgb(119,115,169); }

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

<style>
 a { background-color: #7773A9; }

 a { background-color: rgb(119,115,169); }

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

<style>
 span { border-color: #7773A9; }

 span { border-color: rgb(119,115,169); }

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