#7763ab

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

Shades of Scampi #7763AB

Tints of Scampi #7763AB

Color information

#7763AB (or 0x7763AB) is unknown color: approx Scampi. HEX triplet: 77, 63 and AB. RGB value is (119,99,171). Sum of RGB (Red+Green+Blue) = 119+99+171=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #7763AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7763AB is #889C54. Grayscale: #707070. Windows color (decimal): -8952917 or 11232119. OLE color: 11232119.

HSL color Cylindrical-coordinate representation of color #7763AB: hue angle of 256.67º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7763AB is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11999171-
CMYK0.300.4200.33
HSL256.67º30%52.94%-
HSV(B)256.67º42.11%67.06%-
XYZ19.4215.7940.55-
YUV113.19160.63132.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.59%
GREEN value IS 99 (39.06% from 255) = 25.45%
BLUE value IS 171 (67.19% from 255) = 43.96%
R=30.59%
G=25.45%
B=43.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal119991710.300.4200.33256.673052.94
Hex7763AB1E2A0211011e35
Octal16714325336520414013665
Binary111011111000111010101111110101010010000110000000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7763ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7763ab; }

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

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

<style>
 a { background-color: #7763ab; }

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

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

<style>
 span { border-color: #7763ab; }

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

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