#757392

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

Shades of Scampi #757392

Tints of Scampi #757392

Color information

#757392 (or 0x757392) is unknown color: approx Scampi. HEX triplet: 75, 73 and 92. RGB value is (117,115,146). Sum of RGB (Red+Green+Blue) = 117+115+146=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 146 - color contains mainly: blue. Hex color #757392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757392 is #8A8C6D. Grayscale: #777777. Windows color (decimal): -9079918 or 9597813. OLE color: 9597813.

HSL color Cylindrical-coordinate representation of color #757392: hue angle of 243.87º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #757392 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB117115146-
CMYK0.200.2100.43
HSL243.87º12.45%51.18%-
HSV(B)243.87º21.23%57.25%-
XYZ18.6618.1229.71-
YUV119.13143.16126.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.95%
GREEN value IS 115 (45.31% from 255) = 30.42%
BLUE value IS 146 (57.42% from 255) = 38.62%
R=30.95%
G=30.42%
B=38.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1171151460.200.2100.43243.8712.4551.18
Hex757392141502Bf4c33
Octal16516322224250533641463
Binary111010111100111001001010100101010101011111101001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757392; }

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

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

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

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

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

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

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

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