#7762AC

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

Shades of Scampi #7762AC

Tints of Scampi #7762AC

Color information

#7762AC (or 0x7762AC) is unknown color: approx Scampi. HEX triplet: 77, 62 and AC. RGB value is (119,98,172). Sum of RGB (Red+Green+Blue) = 119+98+172=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #7762AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7762AC is #889D53. Grayscale: #707070. Windows color (decimal): -8953172 or 11297399. OLE color: 11297399.

HSL color Cylindrical-coordinate representation of color #7762AC: hue angle of 257.03º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7762AC is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11998172-
CMYK0.310.4300.33
HSL257.03º30.83%52.94%-
HSV(B)257.03º43.02%67.45%-
XYZ19.4215.6441.02-
YUV112.72161.46132.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.59%
GREEN value IS 98 (38.67% from 255) = 25.19%
BLUE value IS 172 (67.58% from 255) = 44.22%
R=30.59%
G=25.19%
B=44.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal119981720.310.4300.33257.0330.8352.94
Hex7762AC1F2B0211011f35
Octal16714225437530414013765
Binary111011111000101010110011111101011010000110000000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7762AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7762AC; }

 p { color: rgb(119,98,172); }

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

<style>
 a { background-color: #7762AC; }

 a { background-color: rgb(119,98,172); }

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

<style>
 span { border-color: #7762AC; }

 span { border-color: rgb(119,98,172); }

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