#7762A4

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

Shades of Scampi #7762A4

Tints of Scampi #7762A4

Color information

#7762A4 (or 0x7762A4) is unknown color: approx Scampi. HEX triplet: 77, 62 and A4. RGB value is (119,98,164). Sum of RGB (Red+Green+Blue) = 119+98+164=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 164 (64.45% from 255 or 43.04% from 381); Max value from RGB is 164 - color contains mainly: blue. Hex color #7762A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7762A4 is #889D5B. Grayscale: #6F6F6F. Windows color (decimal): -8953180 or 10773111. OLE color: 10773111.

HSL color Cylindrical-coordinate representation of color #7762A4: hue angle of 259.09º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7762A4 is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11998164-
CMYK0.270.4000.36
HSL259.09º26.61%51.37%-
HSV(B)259.09º40.24%64.31%-
XYZ18.6815.3437.1-
YUV111.8157.46133.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.23%
GREEN value IS 98 (38.67% from 255) = 25.72%
BLUE value IS 164 (64.45% from 255) = 43.04%
R=31.23%
G=25.72%
B=43.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal119981640.270.4000.36259.0926.6151.37
Hex7762A41B280241031b33
Octal16714224433500444033363
Binary111011111000101010010011011101000010010010000001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7762A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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