#757399

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

Shades of Scampi #757399

Tints of Scampi #757399

Color information

#757399 (or 0x757399) is unknown color: approx Scampi. HEX triplet: 75, 73 and 99. RGB value is (117,115,153). Sum of RGB (Red+Green+Blue) = 117+115+153=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 153 - color contains mainly: blue. Hex color #757399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757399 is #8A8C66. Grayscale: #777777. Windows color (decimal): -9079911 or 10056565. OLE color: 10056565.

HSL color Cylindrical-coordinate representation of color #757399: hue angle of 243.16º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #757399 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB117115153-
CMYK0.240.2500.4
HSL243.16º15.7%52.55%-
HSV(B)243.16º24.84%60%-
XYZ19.2218.3432.66-
YUV119.93146.66125.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.39%
GREEN value IS 115 (45.31% from 255) = 29.87%
BLUE value IS 153 (60.16% from 255) = 39.74%
R=30.39%
G=29.87%
B=39.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1171151530.240.2500.4243.1615.752.55
Hex7573991819028f31035
Octal16516323130310503632065
Binary1110101111001110011001110001100101010001111001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757399; }

 p { color: rgb(117,115,153); }

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

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

 a { background-color: rgb(117,115,153); }

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

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

 span { border-color: rgb(117,115,153); }

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