#757396

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

Shades of Scampi #757396

Tints of Scampi #757396

Color information

#757396 (or 0x757396) is unknown color: approx Scampi. HEX triplet: 75, 73 and 96. RGB value is (117,115,150). Sum of RGB (Red+Green+Blue) = 117+115+150=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 150 - color contains mainly: blue. Hex color #757396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757396 is #8A8C69. Grayscale: #777777. Windows color (decimal): -9079914 or 9859957. OLE color: 9859957.

HSL color Cylindrical-coordinate representation of color #757396: hue angle of 243.43º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #757396 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB117115150-
CMYK0.220.2300.41
HSL243.43º14.29%51.96%-
HSV(B)243.43º23.33%58.82%-
XYZ18.9718.2531.38-
YUV119.59145.16126.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.63%
GREEN value IS 115 (45.31% from 255) = 30.10%
BLUE value IS 150 (58.98% from 255) = 39.27%
R=30.63%
G=30.10%
B=39.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1171151500.220.2300.41243.4314.2951.96
Hex7573961617029f3e34
Octal16516322626270513631664
Binary111010111100111001011010110101110101001111100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757396; }

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

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

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

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

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

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

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

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