#756996

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

Shades of Scampi #756996

Tints of Scampi #756996

Color information

#756996 (or 0x756996) is unknown color: approx Scampi. HEX triplet: 75, 69 and 96. RGB value is (117,105,150). Sum of RGB (Red+Green+Blue) = 117+105+150=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 150 - color contains mainly: blue. Hex color #756996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756996 is #8A9669. Grayscale: #717171. Windows color (decimal): -9082474 or 9857397. OLE color: 9857397.

HSL color Cylindrical-coordinate representation of color #756996: hue angle of 256º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #756996 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB117105150-
CMYK0.220.3000.41
HSL256º17.65%50%-
HSV(B)256º30%58.82%-
XYZ17.8916.0931.02-
YUV113.72148.48130.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.45%
GREEN value IS 105 (41.41% from 255) = 28.23%
BLUE value IS 150 (58.98% from 255) = 40.32%
R=31.45%
G=28.23%
B=40.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1171051500.220.3000.4125617.6550
Hex756996161E0291001232
Octal16515122626360514002262
Binary11101011101001100101101011011110010100110000000010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756996; }

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

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

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

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

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

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

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

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