#766496

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

Shades of Scampi #766496

Tints of Scampi #766496

Color information

#766496 (or 0x766496) is unknown color: approx Scampi. HEX triplet: 76, 64 and 96. RGB value is (118,100,150). Sum of RGB (Red+Green+Blue) = 118+100+150=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 150 (58.98% from 255 or 40.76% from 368); Max value from RGB is 150 - color contains mainly: blue. Hex color #766496 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766496 is #899B69. Grayscale: #6E6E6E. Windows color (decimal): -9018218 or 9856118. OLE color: 9856118.

HSL color Cylindrical-coordinate representation of color #766496: hue angle of 261.6º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #766496 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB118100150-
CMYK0.210.3300.41
HSL261.6º20%49.02%-
HSV(B)261.6º33.33%58.82%-
XYZ17.5315.1730.86-
YUV111.08149.96132.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.07%
GREEN value IS 100 (39.45% from 255) = 27.17%
BLUE value IS 150 (58.98% from 255) = 40.76%
R=32.07%
G=27.17%
B=40.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1181001500.210.3300.41261.62049.02
Hex76649615210291061431
Octal16614422625410514062461
Binary111011011001001001011010101100001010100110000011010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766496; }

 p { color: rgb(118,100,150); }

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

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

 a { background-color: rgb(118,100,150); }

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

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

 span { border-color: rgb(118,100,150); }

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