#756496

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

Shades of Scampi #756496

Tints of Scampi #756496

Color information

#756496 (or 0x756496) is unknown color: approx Scampi. HEX triplet: 75, 64 and 96. RGB value is (117,100,150). Sum of RGB (Red+Green+Blue) = 117+100+150=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 150 (58.98% from 255 or 40.87% from 367); Max value from RGB is 150 - color contains mainly: blue. Hex color #756496 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756496 is #8A9B69. Grayscale: #6E6E6E. Windows color (decimal): -9083754 or 9856117. OLE color: 9856117.

HSL color Cylindrical-coordinate representation of color #756496: hue angle of 260.4º 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 #756496 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB117100150-
CMYK0.220.3300.41
HSL260.4º20%49.02%-
HSV(B)260.4º33.33%58.82%-
XYZ17.415.130.85-
YUV110.78150.13132.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.88%
GREEN value IS 100 (39.45% from 255) = 27.25%
BLUE value IS 150 (58.98% from 255) = 40.87%
R=31.88%
G=27.25%
B=40.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1171001500.220.3300.41260.42049.02
Hex75649616210291041431
Octal16514422626410514042461
Binary111010111001001001011010110100001010100110000010010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756496; }

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

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

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

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

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

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

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

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