#7762AB

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

Shades of Scampi #7762AB

Tints of Scampi #7762AB

Color information

#7762AB (or 0x7762AB) is unknown color: approx Scampi. HEX triplet: 77, 62 and AB. RGB value is (119,98,171). Sum of RGB (Red+Green+Blue) = 119+98+171=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #7762AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7762AB is #889D54. Grayscale: #707070. Windows color (decimal): -8953173 or 11231863. OLE color: 11231863.

HSL color Cylindrical-coordinate representation of color #7762AB: hue angle of 257.26º degrees, saturation: 0.3, 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 #7762AB is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11998171-
CMYK0.300.4300.33
HSL257.26º30.29%52.75%-
HSV(B)257.26º42.69%67.06%-
XYZ19.3315.640.52-
YUV112.6160.96132.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.67%
GREEN value IS 98 (38.67% from 255) = 25.26%
BLUE value IS 171 (67.19% from 255) = 44.07%
R=30.67%
G=25.26%
B=44.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal119981710.300.4300.33257.2630.2952.75
Hex7762AB1E2B0211011e35
Octal16714225336530414013665
Binary111011111000101010101111110101011010000110000000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7762AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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