#7662AB

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

Shades of Scampi #7662AB

Tints of Scampi #7662AB

Color information

#7662AB (or 0x7662AB) is unknown color: approx Scampi. HEX triplet: 76, 62 and AB. RGB value is (118,98,171). Sum of RGB (Red+Green+Blue) = 118+98+171=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #7662AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7662AB is #899D54. Grayscale: #707070. Windows color (decimal): -9018709 or 11231862. OLE color: 11231862.

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

Color convert

RGB11898171-
CMYK0.310.4300.33
HSL256.44º30.29%52.75%-
HSV(B)256.44º42.69%67.06%-
XYZ19.1915.5340.51-
YUV112.3161.13132.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.49%
GREEN value IS 98 (38.67% from 255) = 25.32%
BLUE value IS 171 (67.19% from 255) = 44.19%
R=30.49%
G=25.32%
B=44.19%

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
Decimal118981710.310.4300.33256.4430.2952.75
Hex7662AB1F2B0211001e35
Octal16614225337530414003665
Binary111011011000101010101111111101011010000110000000011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7662AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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