#7660AB

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

Shades of Scampi #7660AB

Tints of Scampi #7660AB

Color information

#7660AB (or 0x7660AB) is unknown color: approx Scampi. HEX triplet: 76, 60 and AB. RGB value is (118,96,171). Sum of RGB (Red+Green+Blue) = 118+96+171=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #7660AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7660AB is #899F54. Grayscale: #6E6E6E. Windows color (decimal): -9019221 or 11231350. OLE color: 11231350.

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

Color convert

RGB11896171-
CMYK0.310.4400.33
HSL257.6º30.86%52.35%-
HSV(B)257.6º43.86%67.06%-
XYZ1915.1640.45-
YUV111.13161.79132.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.65%
GREEN value IS 96 (37.89% from 255) = 24.94%
BLUE value IS 171 (67.19% from 255) = 44.42%
R=30.65%
G=24.94%
B=44.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118961710.310.4400.33257.630.8652.35
Hex7660AB1F2C0211021f34
Octal16614025337540414023764
Binary111011011000001010101111111101100010000110000001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7660AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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