#757390

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

Shades of Scampi #757390

Tints of Scampi #757390

Color information

#757390 (or 0x757390) is unknown color: approx Scampi. HEX triplet: 75, 73 and 90. RGB value is (117,115,144). Sum of RGB (Red+Green+Blue) = 117+115+144=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 144 - color contains mainly: blue. Hex color #757390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757390 is #8A8C6F. Grayscale: #767676. Windows color (decimal): -9079920 or 9466741. OLE color: 9466741.

HSL color Cylindrical-coordinate representation of color #757390: hue angle of 244.14º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #757390 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB117115144-
CMYK0.190.2000.44
HSL244.14º11.55%50.78%-
HSV(B)244.14º20.14%56.47%-
XYZ18.518.0628.9-
YUV118.9142.16126.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.12%
GREEN value IS 115 (45.31% from 255) = 30.59%
BLUE value IS 144 (56.64% from 255) = 38.30%
R=31.12%
G=30.59%
B=38.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1171151440.190.2000.44244.1411.5550.78
Hex757390131402Cf4c33
Octal16516322023240543641463
Binary111010111100111001000010011101000101100111101001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757390; }

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

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

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

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

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

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

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

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