#7773AA

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

Shades of Scampi #7773AA

Tints of Scampi #7773AA

Color information

#7773AA (or 0x7773AA) is unknown color: approx Scampi. HEX triplet: 77, 73 and AA. RGB value is (119,115,170). Sum of RGB (Red+Green+Blue) = 119+115+170=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: blue. Hex color #7773AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7773AA is #888C55. Grayscale: #7A7A7A. Windows color (decimal): -8948822 or 11170679. OLE color: 11170679.

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

Color convert

RGB119115170-
CMYK0.30.3200.33
HSL244.36º24.44%55.88%-
HSV(B)244.36º32.35%66.67%-
XYZ20.9919.0940.61-
YUV122.47154.83125.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.46%
GREEN value IS 115 (45.31% from 255) = 28.47%
BLUE value IS 170 (66.80% from 255) = 42.08%
R=29.46%
G=28.47%
B=42.08%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191151700.30.3200.33244.3624.4455.88
Hex7773AA1E20021f41838
Octal16716325236400413643070
Binary11101111110011101010101111010000001000011111010011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7773AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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